1.2.5.5 WDRV_WINC_BSSFindInProgress Function
C
bool WDRV_WINC_BSSFindInProgress(DRV_HANDLE handle)
Summary
Indicates if a BSS scan is in progress.
Description
Returns a flag indicating if a BSS scan operation is currently running.
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. |
Returns
Flag indicating if a scan is in progress. If an error occurs the result is false.
Remarks
None.