1.1.13.1 WDRV_WINC_BSSCON_NOTIFY_CALLBACK Typedef

typedef void (*WDRV_WINC_BSSCON_NOTIFY_CALLBACK)

C

Summary

Callback to notify the user of a change in connection state.

Description

When the connection state changes this callback enable the driver to signal the user about that event and reason.

Parameters

Param

Description

handle

Client handle obtained by a call to WDRV_WINC_Open.

assocHandle

Association handle.

currentState

Current connection state.

errorCode

Error code.

Returns

None.

Remarks

None.