Home
last modified time | relevance | path

Searched refs:he_oper_chwidth (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/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()