1.1.6.1 WDRV_WINC_ARB_STATUS Enum

C

typedef enum
{
    WDRV_WINC_ARB_STATUS_MISSING = -3,
    WDRV_WINC_ARB_STATUS_PENDING_RESPONSE = -2,
    WDRV_WINC_ARB_STATUS_PENDING_STATUS = -1,
    WDRV_WINC_ARB_STATUS_VALID = 0,
    WDRV_WINC_ARB_STATUS_SUCCESS,
    WDRV_WINC_ARB_STATUS_NO_INCREASE,
    WDRV_WINC_ARB_STATUS_REJECTED
} WDRV_WINC_ARB_STATUS;

Description

A list of possible statuses of the anti-rollback information.

Members

MembersDescription
WDRV_WINC_ARB_STATUS_MISSINGAnti-rollback information is not valid, requires refresh.
WDRV_WINC_ARB_STATUS_PENDING_RESPONSEAnti-rollback information is not valid, awaiting response.
WDRV_WINC_ARB_STATUS_PENDING_STATUSAnti-rollback information is not valid, awaiting status.
WDRV_WINC_ARB_STATUS_VALIDAnti-rollback information is valid.
WDRV_WINC_ARB_STATUS_SUCCESSAnti-rollback information is valid and latest attempt to increase the WINC device's anti-rollback counter succeeded.
WDRV_WINC_ARB_STATUS_NO_INCREASEAnti-rollback information is valid and latest attempt to increase the WINC device's anti-rollback counter was ignored because it would not cause an increase.
WDRV_WINC_ARB_STATUS_REJECTEDAnti-rollback information is valid and latest attempt to increase the WINC device's anti-rollback counter was rejected because it might invalidate the current WINC device firmware.

Remarks

None.