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
| Members | Description |
|---|---|
| WDRV_WINC_ARB_STATUS_MISSING | Anti-rollback information is not valid, requires refresh. |
| WDRV_WINC_ARB_STATUS_PENDING_RESPONSE | Anti-rollback information is not valid, awaiting response. |
| WDRV_WINC_ARB_STATUS_PENDING_STATUS | Anti-rollback information is not valid, awaiting status. |
| WDRV_WINC_ARB_STATUS_VALID | Anti-rollback information is valid. |
| WDRV_WINC_ARB_STATUS_SUCCESS | Anti-rollback information is valid and latest attempt to increase the WINC device's anti-rollback counter succeeded. |
| WDRV_WINC_ARB_STATUS_NO_INCREASE | Anti-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_REJECTED | Anti-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.
