Updated: October 28, 2024 |
Wi-Fi Manager roles
#include <qwf/qwf_wifi.h>
typedef enum { WIFI_ROLE_NONE, WIFI_ROLE_STATION, WIFI_ROLE_ACCESS_POINT } qwf_wifi_WifiRole_e;
The Wi-Fi Manager role is unknown.
The Wi-Fi Manager is acting as a Station (or client). This lets the user application connect to the available Access Points.
The Wi-Fi Manager is acting as an Access Point (or server) and hence, is configured to accept incoming connection requests.