1.1.3.2 WDRV_WINC_BSSCtxSetSSID
Function
WDRV_WINC_STATUS WDRV_WINC_BSSCtxSetSSID ( WDRV_WINC_BSS_CONTEXT *const pBSSCtx, uint8_t *const pSSID, uint8_t ssidLength )
Summary
Configures the SSID of the BSS context.
Description
The SSID string and length provided are copied into the BSS context.
Precondition
None.
Parameters
pBSSCtx - Pointer to a BSS context.
pSSID - Pointer to buffer containing the new SSID.
ssidLength - The length of the SSID held in the pSSID buffer.
Returns
WDRV_WINC_STATUS_OK - The context has been configured.
WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.
WDRV_WINC_STATUS_INVALID_CONTEXT - The BSS context is not valid.
Remarks
None.