1.2.6.4 WDRV_PIC32MZW_ASSOC_INFO Struct
typedef struct
{
/* Primary driver handle. */
DRV_HANDLE handle;
/* MAC address of peer device. */
WDRV_PIC32MZW_MAC_ADDR peerAddress;
/* Authentication type used. */
WDRV_PIC32MZW_AUTH_TYPE authType;
/* Whether the AP sent a transition disable element in this association. */
bool transitionDisable;
/* Last RSSI value read. */
int8_t rssi;
/* Association ID. */
uint8_t assocID;
} WDRV_PIC32MZW_ASSOC_INFO;
C
Summary
Structure containing information about an association.
Description
This structure contains the association information for a connection between an AP and STA.
Remarks
None.