1.1.3.7 WDRV_WINC_BSS_CONTEXT
Struct type
Summary
Context structure containing information about BSSs.
Description
The context contains the SSID, channel and visibility of a BSS.
Remarks
None.
typedef struct { /* SSID of BSS. */ WDRV_WINC_SSID ssid; /* BSSID. */ WDRV_WINC_MAC_ADDR bssid; /* Current channel of BSS. */ WDRV_WINC_CHANNEL_ID channel; /* Flag indicating if SSID is cloaked. */ bool cloaked; } WDRV_WINC_BSS_CONTEXT;