1.3.3.11 WDRV_PIC32MZW_BSSFindSetScanMatchMode Function
C
WDRV_PIC32MZW_STATUS WDRV_PIC32MZW_BSSFindSetScanMatchMode ( DRV_HANDLE handle, WDRV_PIC32MZW_SCAN_MATCH_MODE matchMode )
Summary
Configures the scan matching mode.
Description
This function configures the matching mode, either stop on first or match all, used when scanning for SSIDs.
Precondition
WDRV_PIC32MZW_Initialize must have been called. WDRV_PIC32MZW_Open must have been called to obtain a valid handle.
Parameters
Param | Description |
---|---|
handle | Client handle obtained by a call to WDRV_PIC32MZW_Open. |
matchMode | Required scan matching mode. |
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.