qwf_wifi_FrequencyBand_e

Updated: April 19, 2023

Wi-Fi frequency bands

Synopsis:

#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;

Data:

WIFI_BAND_UNKNOWN

This setting matches any band value

WIFI_BAND_2_4_GHZ

2.4 GHz STA scans are supported for the client, or the AP uses the 2.4 GHz band

WIFI_BAND_5_GHZ

5 GHz STA scans are supported for the client, or the AP uses the 5 GHz band

WIFI_BAND_DUAL

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.

Library:

qwf_interface

Description:

This enumeration type defines the possible frequency bands used by the Wi-Fi interface, for STA client Network Profiles and Access Points.