qwf_wifi_FrequencyBand_e

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

The band is unknown or not set

WIFI_BAND_2_4_GHZ

2.4 GHz only

WIFI_BAND_5_GHZ

5 GHz only

WIFI_BAND_DUAL

This setting is only for client Network Profiles, and means that 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 client Network Profiles as well as Access Points.