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/
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()
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/
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()
Dap_config.h1069 u8 he_oper_chwidth; member
1110 return conf->he_oper_chwidth; in hostapd_get_oper_chwidth()
1120 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
Dctrl_iface_ap.c773 iface->conf->he_oper_chwidth, in hostapd_ctrl_iface_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3561 conf->he_oper_chwidth = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3646 conf->he_oper_chwidth = atoi(pos); in hostapd_config_fill()