1.2.5.1 WDRV_PIC32MZW_BSS_CONTEXT Struct
typedef struct
{
/* SSID of BSS. */
WDRV_PIC32MZW_SSID ssid;
/* BSSID. */
WDRV_PIC32MZW_MAC_ADDR bssid;
/* Current channel of BSS. */
WDRV_PIC32MZW_CHANNEL_ID channel;
/* Flag indicating if SSID is cloaked. */
bool cloaked;
} WDRV_PIC32MZW_BSS_CONTEXT;
C
Summary
Context structure containing information about BSSs.
Description
The context contains the SSID, channel and visibility of a BSS.
1.2.4.1.4 Remarks
None.