1.1.10.20 WDRV_WINC_BSSCON_NOTIFY_CALLBACK

Function

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

handle - Client handle obtained by a call to WDRV_WINC_Open.

assocHandle - Association handle.

currentState - Current connection state.

Returns

None.

Remarks

None.

typedef void (*WDRV_WINC_BSSCON_NOTIFY_CALLBACK)
(
    DRV_HANDLE handle,
    WDRV_WINC_ASSOC_HANDLE assocHandle,
    WDRV_WINC_CONN_STATE currentState
);