1.1.6.5 WDRV_WINC_ASSOC_INFO Struct

C

typedef struct
{
    DRV_HANDLE handle;
    WDRV_WINC_MAC_ADDR peerAddress;
    WDRV_WINC_AUTH_TYPE authType;
    int8_t rssi;
    uint16_t assocID;
} WDRV_WINC_ASSOC_INFO;

Description

This structure contains the association information for a connection between an AP and STA.

Members

MembersDescription
handlePrimary driver handle.
peerAddressMAC address of peer device.
authTypeAuthentication type used.
rssiLast RSSI value read.
assocIDAssociation ID.

Remarks

None.