FreeRTOS: Wi-Fi Management Library
Return to main page ↑
WIFI_RegisterNetworkStateChangeEventCallback

Registers application callback for network state change events from WiFi layer.

WIFIReturnCode_t WIFI_RegisterNetworkStateChangeEventCallback( IotNetworkStateChangeEventCallback_t xCallback );
Parameters
[in]xCallbackApplication callback for network state change events.
Returns
eWiFiSuccess if application callback registration was successful, failure code if otherwise.
WIFI_RegisterNetworkStateChangeEventCallback
WIFIReturnCode_t WIFI_RegisterNetworkStateChangeEventCallback(IotNetworkStateChangeEventCallback_t xCallback)
Registers application callback for network state change events from WiFi layer.
WIFIReturnCode_t
WIFIReturnCode_t
Return code denoting API status.
Definition: iot_wifi.h:50