1.1.6.4 WDRV_WINC_ASSOC_RSSI_CALLBACK Typedef

C

typedef void (*WDRV_WINC_ASSOC_RSSI_CALLBACK)
(
    DRV_HANDLE handle,
    WDRV_WINC_ASSOC_HANDLE assocHandle,
    int8_t rssi
);

Description

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

Parameters

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
assocHandleAssociation handle.
rssiThe current RSSI of the association.

Returns

None.

Remarks

None.