1.1.3.1 WDRV_WINC_ASSOC_CALLBACK Typedef

C

typedef void (*WDRV_WINC_ASSOC_CALLBACK)

Summary

Pointer to a callback to provide information about the current association.

Description

This data type defines a function callback to provide details of the SSID, network address, authentication type and initial signal strength (RSSI) of the current association.

Parameters

Param

Description

handle

Client handle obtained by a call to WDRV_WINC_Open.

pSSID

Pointer to current SSID.

pPeerAddress

Pointer to the peer devices address.

authType

Authentication type currently being used.

rssi

The current RSSI of the association.

Returns

None.

Remarks

See WDRV_WINC_AssocSSIDGet, WDRV_WINC_AssocPeerAddressGet and WDRV_WINC_AssocAuthTypeGet.