1.2.5.4 WDRV_WINC_BSSFindGetNumBSSResults Function
C
uint8_t WDRV_WINC_BSSFindGetNumBSSResults(DRV_HANDLE handle)
Summary
Returns the number of BSS scan results found.
Description
Returns the number of BSS scan results found.
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 to start a scan.
Parameters
Param | Description |
---|---|
handle | Client handle obtained by a call to WDRV_WINC_Open. |
Returns
Number of BSS scan results available. Zero indicates no results or an error occurred.
Remarks
None.