Home
last modified time | relevance | path

Searched refs:he_oper_chwidth (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_he.c52 u8 he_oper_chwidth = ~HE_PHYCAP_CHANNEL_WIDTH_MASK; in hostapd_eid_he_capab() local
63 switch (hapd->iface->conf->he_oper_chwidth) { in hostapd_eid_he_capab()
65 he_oper_chwidth |= in hostapd_eid_he_capab()
70 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G; in hostapd_eid_he_capab()
75 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_40MHZ_IN_2G | in hostapd_eid_he_capab()
121 he_oper_chwidth; in hostapd_eid_he_capab()
284 switch (hapd->iface->conf->he_oper_chwidth) { in check_valid_he_mcs()
H A Dap_config.h987 u8 he_oper_chwidth; member
1018 return conf->he_oper_chwidth; in hostapd_get_oper_chwidth()
1028 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_he.c88 u8 he_oper_chwidth = ~HE_PHYCAP_CHANNEL_WIDTH_MASK; in hostapd_eid_he_capab() local
99 switch (hapd->iface->conf->he_oper_chwidth) { in hostapd_eid_he_capab()
101 he_oper_chwidth |= in hostapd_eid_he_capab()
106 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G; in hostapd_eid_he_capab()
111 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_40MHZ_IN_2G | in hostapd_eid_he_capab()
156 he_oper_chwidth; in hostapd_eid_he_capab()
235 if (hapd->iconf->he_oper_chwidth == 2) { in hostapd_eid_he_operation()
413 switch (hapd->iface->conf->he_oper_chwidth) { in check_valid_he_mcs()
H A Dap_config.h1069 u8 he_oper_chwidth; member
1113 return conf->he_oper_chwidth; in hostapd_get_oper_chwidth()
1123 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
H A Dctrl_iface_ap.c774 "he_oper_chwidth=%d\n" in hostapd_ctrl_iface_status()
777 iface->conf->he_oper_chwidth, in hostapd_ctrl_iface_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c3740 } else if (os_strcmp(buf, "he_oper_chwidth") == 0) { in hostapd_config_fill()
3741 conf->he_oper_chwidth = atoi(pos); in hostapd_config_fill()
4843 conf->he_oper_chwidth = bandWidth; in hostapd_config_set_bandWidth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c3560 } else if (os_strcmp(buf, "he_oper_chwidth") == 0) {
3561 conf->he_oper_chwidth = atoi(pos);

Completed in 17 milliseconds