1.1.5.10 WDRV_WINC_BSSFindSetScanMatchMode Function

WDRV_WINC_STATUS WDRV_WINC_BSSFindSetScanMatchMode (

DRV_HANDLE handle, WDRV_WINC_SCAN_MATCH_MODE matchMode

)

C

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_WINC_Initialize must have been called. WDRV_WINC_Open must have been called to obtain a valid handle.

Parameters

Param

Description

handle

Client handle obtained by a call to WDRV_WINC_Open.

matchMode

Required scan matching mode.

Returns

WDRV_WINC_STATUS_OK - The request was accepted.

WDRV_WINC_STATUS_NOT_OPEN - The driver instance is not open. WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect. WDRV_WINC_STATUS_REQUEST_ERROR - The WINC was unable to accept this request.

Remarks

None.