1.3.3.6 WDRV_PIC32MZW_BSSFindGetNumBSSResults Function

C

uint8_t WDRV_PIC32MZW_BSSFindGetNumBSSResults(DRV_HANDLE handle)

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

ParamDescription
handleClient 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.