1.2.3.10 WDRV_PIC32MZW_BSSFindGetNumBSSResults Function

uint8_t WDRV_PIC32MZW_BSSFindGetNumBSSResults(DRV_HANDLE handle)

C

Summary

Returns the number of BSS scan results found.

Description

Returns the number of BSS scan results found.

Precondition

WDRV_PIC32MZW_Initialize must have been called. WDRV_PIC32MZW_Open must have been called to obtain a valid handle. WDRV_PIC32MZW_BSSFindFirst must have been called to start a scan.

Parameters

Param

Description

handle

Client handle obtained by a call to WDRV_PIC32MZW_Open.

Returns

Number of BSS scan results available. Zero indicates no results or an error occurred.

Remarks

None.