1.1.8.6 WDRV_WINC_BSSCtxSetSSID
C
WDRV_WINC_STATUS WDRV_WINC_BSSCtxSetSSID ( WDRV_WINC_BSS_CONTEXT *const pBSSCtx, uint8_t *const pSSID, uint8_t ssidLength )
Description
The SSID string and length provided are copied into the BSS context.
Precondition
None.
Parameters
Parameters | Description |
---|---|
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.