Updated: October 28, 2024 |
Wi-Fi frequency bands
#include <qwf/qwf_wifi.h>
typedef enum { WIFI_BAND_UNKNOWN, WIFI_BAND_2_4_GHZ, WIFI_BAND_5_GHZ, WIFI_BAND_DUAL } qwf_wifi_FrequencyBand_e;
This setting matches any band value
2.4 GHz STA scans are supported for the client, or the AP uses the 2.4 GHz band
5 GHz STA scans are supported for the client, or the AP uses the 5 GHz band
This setting is only for STA client Network Profiles, and means the device will connect to Access Points on either the 2.4 GHz or 5 GHz band, as specified by the Access Point.
This enumeration type defines the possible frequency bands used by the Wi-Fi interface, for STA client Network Profiles and Access Points.