1.1.9.2 WDRV_WINC_BSS_INFO Struct

C

typedef struct
{
    WDRV_WINC_BSS_CONTEXT ctx;
    int8_t rssi;
    WDRV_WINC_AUTH_TYPE authTypeRecommended;
} WDRV_WINC_BSS_INFO;

Description

This structure contains the BSSID and SSID of the BSS as well as the signal strength RSSI. The authentication type used by the BSS and the channel it is operating on are also provided.

Members

MembersDescription
ctxBSS context information (BSSID, SSID, channel etc).
rssiSignal strength RSSI of BSS.
authTypeRecommendedAuthentication type of BSS.

Remarks

None.