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:
Library:
qwf_interfaceDescription:
This enumeration type defines the possible frequency bands used by the Wi-Fi interface, for STA client Network Profiles and Access Points.
Page updated:
