1.3.3.10 WDRV_PIC32MZW_BSSFindSetEnabledChannels24 Function

C

WDRV_PIC32MZW_STATUS WDRV_PIC32MZW_BSSFindSetEnabledChannels24
(
DRV_HANDLE handle,
WDRV_PIC32MZW_CHANNEL24_MASK channelMask24
)

Summary

Set the enabled channels list for 2.4GHz.

Description

To comply with regulatory domains certain channels must not be scanned. This function configures which channels are enabled to be used.

Precondition

WDRV_PIC32MZW_Initialize must have been called. WDRV_PIC32MZW_Open must have been called to obtain a valid handle.

Parameters

ParamDescription
handleClient handle obtained by a call to WDRV_PIC32MZW_Open.
channelMask24A 2.4GHz channel mask detailing all the enabled channels.

Returns

WDRV_PIC32MZW_STATUS_OK - The request was accepted.

WDRV_PIC32MZW_STATUS_NOT_OPEN - The driver instance is not open.

WDRV_PIC32MZW_STATUS_INVALID_ARG - The parameters were incorrect.

WDRV_PIC32MZW_STATUS_REQUEST_ERROR - The PIC32MZW was unable to accept this request.

Remarks

None.