1.1.6.2 WDRV_WINC_ANTIROLLBACK_INFO Struct

C

typedef struct
{
    WDRV_WINC_ARB_STATUS status;
    uint8_t arb;
    uint8_t fwSecurityVersion;
} WDRV_WINC_ANTIROLLBACK_INFO;

Description

This data type defines the WINC device's anti-rollback counter value and the current firmware's security version.

Members

MembersDescription
statusStatus of the information in this structure.
arbWINC device anti-rollback counter value.
fwSecurityVersionWINC firmware security version.

Remarks

None.