1.3.6.2 WDRV_PIC32MZW_ASSOC_RSSI_CALLBACK Typedef

C

typedef void (*WDRV_PIC32MZW_ASSOC_RSSI_CALLBACK)

Summary

A callback to provide the current RSSI of the current association.

Description

This callback provides details of the signal strength (RSSI) of the current association.

Parameters

ParamDescription
handleClient handle obtained by a call to WDRV_PIC32MZW_Open.
assocHandleAssociation handle.
rssiThe current RSSI of the association.

Returns

None.

Remarks

None.