1.1.8 Client - BSS Context APIs
The BSS context contains information relevant to a BSS such as SSID and channel.
The structure WDRV_WINC_BSS_CONTEXT
is provided to contain the context.
To initialize a context, the function WDRV_WINC_BSSCtxSetDefaults
is provided, this ensures the context is in a known state.
The function WDRV_WINC_BSSCtxIsValid
is provided to test if a context is valid. In some situations, a BSS context is valid even if an SSID is blank. Therefore this function can be informed whether a blank SSID is valid or not.
The SSID of the BSS can be configured using the function WDRV_WINC_BSSCtxSetSSID
.
The channel of the BSS can be configured using the function WDRV_WINC_BSSCtxSetChannel
.