FreeRTOS: Wi-Fi Management Library
Return to main page ↑
Related Pages
Here is a list of all related documentation pages:
[detail level 12]
 ConfigurationConfiguration settings of the Wifi library.
Configuration settings are C pre-processor constants. They can be set with a #define in the iot_config.h or by using a compiler option such as -D in gcc. If a configuration setting is not defined, the library will use a "sensible" default value (unless otherwise noted). Because they are compile-time constants, a library must be rebuilt if a configuration setting is changed
 FunctionsFunctions of the wifi library.

The wifi library consists of the following functions
 WIFI_OnTurns on Wi-Fi.
 WIFI_OffTurns off Wi-Fi.
 WIFI_ConnectAPConnects to the Wi-Fi Access Point (AP) specified in the input.
 WIFI_DisconnectDisconnects from the currently connected Access Point.
 WIFI_ResetResets the Wi-Fi Module.
 WIFI_SetModeSets the Wi-Fi mode.
 WIFI_GetModeGets the Wi-Fi mode.
 WIFI_NetworkAddAdd a Wi-Fi Network profile.
 WIFI_NetworkGetGet a Wi-Fi network profile.
 WIFI_NetworkDeleteDelete a Wi-Fi Network profile.
 WIFI_PingPing an IP address in the network.
 WIFI_GetIP
 WIFI_GetMACRetrieves the Wi-Fi interface's MAC address.
 WIFI_GetHostIPRetrieves the host IP address from a host name using DNS.
 WIFI_ScanPerform a Wi-Fi network Scan.
 WIFI_StartAPStart SoftAP mode.
 WIFI_StopAPStop SoftAP mode.
 WIFI_ConfigureAPConfigure SoftAP.
 WIFI_SetPMModeSet the Wi-Fi power management mode.
 WIFI_GetPMModeGet the Wi-Fi power management mode.
 WIFI_IsConnectedCheck if the Wi-Fi is connected and the AP configuration matches the query.
 WIFI_RegisterNetworkStateChangeEventCallback