Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/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
1110 return conf->he_oper_chwidth; in hostapd_get_oper_chwidth()
1120 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
H A Dctrl_iface_ap.c773 iface->conf->he_oper_chwidth, in hostapd_ctrl_iface_status()
/freebsd-13.1/contrib/wpa/hostapd/
H A Dconfig_file.c3646 conf->he_oper_chwidth = atoi(pos); in hostapd_config_fill()