1.3.4.6 WDRV_PIC32MZW_BSSCtxSetBSSID Function
C
WDRV_PIC32MZW_STATUS WDRV_PIC32MZW_BSSCtxSetBSSID ( WDRV_PIC32MZW_BSS_CONTEXT *const pBSSCtx, uint8_t *const pBSSID )
Summary
Configures the BSSID of the BSS context.
Description
The BSSID string is copied into the BSS context.
Precondition
None.
Parameters
Param | Description |
---|---|
pBSSCtx | Pointer to a BSS context. |
pBSSID | Pointer to buffer containing the new BSSID. |
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.