1.2.6.2 WDRV_PIC32MZW_ASSOC_RSSI_CALLBACK Typedef

typedef void (*WDRV_PIC32MZW_ASSOC_RSSI_CALLBACK)

C

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

Param

Description

handle

Client handle obtained by a call to WDRV_PIC32MZW_Open.

assocHandle

Association handle.

rssi

The current RSSI of the association.

Returns

None.

Remarks

None.