1.1.5.7 WDRV_WINC_BSSFindReset Function

WDRV_WINC_STATUS WDRV_WINC_BSSFindReset (

C

DRV_HANDLE handle, WDRV_WINC_BSSFIND_NOTIFY_CALLBACK pfNotifyCallback

)

Summary

Request the first scan results again

Description

The information structure of the first BSS is requested from the WINC.

Precondition

WDRV_WINC_Initialize must have been called. WDRV_WINC_Open must have been called to obtain a valid handle. WDRV_WINC_BSSFindFirst must have been called.

Parameters

Param

Description

handle

Client handle obtained by a call to WDRV_WINC_Open.

pfNotifyCallback

Callback to receive notification of next BSS found.

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_SCAN_IN_PROGRESS - A scan is already in progress. WDRV_WINC_STATUS_BSS_FIND_END - No more results are available.

Remarks

None.