1.3.4.9 WDRV_PIC32MZW_BSSCtxSetSSID Function
C
WDRV_PIC32MZW_STATUS WDRV_PIC32MZW_BSSCtxSetSSID ( WDRV_PIC32MZW_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
Param | 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_PIC32MZW_STATUS_OK - The context has been configured.
WDRV_PIC32MZW_STATUS_INVALID_ARG - The parameters were incorrect.
WDRV_PIC32MZW_STATUS_INVALID_CONTEXT - The BSS context is not valid.
Remarks
None.