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
Members | Description |
---|---|
ctx | BSS context information (BSSID, SSID, channel etc). |
rssi | Signal strength RSSI of BSS. |
authTypeRecommended | Authentication type of BSS. |
Remarks
None.