1.2.5.6 WDRV_PIC32MZW_BSSCtxSetBSSID Function
WDRV_PIC32MZW_STATUS WDRV_PIC32MZW_BSSCtxSetBSSID (
WDRV_PIC32MZW_BSS_CONTEXT *const pBSSCtx, uint8_t *const pBSSID
)
C
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.