1.1.5.6 WDRV_WINC_BSSFindNext Function
WDRV_WINC_STATUS WDRV_WINC_BSSFindNext (
DRV_HANDLE handle, WDRV_WINC_BSSFIND_NOTIFY_CALLBACK pfNotifyCallback
)
C
Summary
Request the next scan results be provided.
Description
The information structure of the next 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.