1.1.9.7 WDRV_WINC_BSSFindNext

C

WDRV_WINC_STATUS WDRV_WINC_BSSFindNext
(
    DRV_HANDLE handle,
    WDRV_WINC_BSSFIND_NOTIFY_CALLBACK pfNotifyCallback
)

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

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
pfNotifyCallbackCallback 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.