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:
- Initiate a scan of available Wi-Fi Access Points and query the resulting data
- Obtain the status of Wi-Fi connections and scan results
- Maintain a list of Saved Network profiles
- Set the authentication parameters needed to connect to an Access Point
- Establish connections to an available Access Point
Clients can also use this interface to make the Wi-Fi Manager serve as an Access Point, in AP Mode. This allows them to:
- Create an Access Point profile and define authentication settings, to allow the device to serve as an Access Point for remote clients
- Track the number of clients connected to a given Access Point
For code examples, refer to the Wi-Fi Manager service section.