qwf_wifi.h

Updated: April 19, 2023

This file defines the interface to the Wi-Fi Manager service.

This interface allows clients to control Wi-Fi network connections on the device, and retrieve their associated configurations and state information.

Using this interface, clients can communicate with the Wi-Fi Manager to perform Station Mode operations. This allows them to:
Clients can also use this interface to make the Wi-Fi Manager serve as an Access Point, in AP Mode. This allows them to:

For code examples, refer to the Wi-Fi Manager service section.