Updated: October 28, 2024 |
Wi-Fi standards
#include <qwf/qwf_wifi.h>
typedef enum { WIFI_STANDARD_UNKNOWN = 0x00, WIFI_STANDARD_A = 0x01, WIFI_STANDARD_B = 0x02, WIFI_STANDARD_G = 0x04, WIFI_STANDARD_N = 0x08, WIFI_STANDARD_AC = 0x10 } qwf_wifi_Standard_e;
This enumeration type defines the possible Wi-Fi standards that the Wi-Fi interface may use. Multiple values may be specified in a bitmask when multiple standards are supported; for example, 802.11 b/g/n.