1.1.2.5 WDRV_WINC_ASSOC_INFO
Struct type
Summary
Structure containing information about an association.
Description
This structure contains the association information for a connection between an AP and STA.
Remarks
None.
typedef struct { /* Primary driver handle. */ DRV_HANDLE handle; /* MAC address of peer device. */ WDRV_WINC_MAC_ADDR peerAddress; /* Authentication type used. */ WDRV_WINC_AUTH_TYPE authType; /* Last RSSI value read. */ int8_t rssi; /* Association ID. */ uint16_t assocID; } WDRV_WINC_ASSOC_INFO;