Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_he.c94 u8 he_oper_chwidth = ~HE_PHYCAP_CHANNEL_WIDTH_MASK; in hostapd_eid_he_capab() local
105 switch (hapd->iface->conf->he_oper_chwidth) { in hostapd_eid_he_capab()
107 he_oper_chwidth |= in hostapd_eid_he_capab()
112 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G; in hostapd_eid_he_capab()
117 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_40MHZ_IN_2G | in hostapd_eid_he_capab()
164 he_oper_chwidth; in hostapd_eid_he_capab()
445 switch (hapd->iface->conf->he_oper_chwidth) { in check_valid_he_mcs()
H A Dieee802_11_eht.c47 int he_oper_chwidth, const u8 *he_phy_cap, in ieee80211_eht_mcs_set_size() argument
55 switch (he_oper_chwidth) { in ieee80211_eht_mcs_set_size()
71 if (he_oper_chwidth != -1) in ieee80211_eht_mcs_set_size()
125 hapd->iconf->he_oper_chwidth, in hostapd_eid_eht_capab_len()
180 hapd->iconf->he_oper_chwidth, in hostapd_eid_eht_capab()
335 hapd->iconf->he_oper_chwidth, in check_valid_eht_mcs()
H A Dap_config.h1164 enum oper_chan_width he_oper_chwidth; member
1250 return conf->he_oper_chwidth; in hostapd_get_oper_chwidth()
1267 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
H A Dctrl_iface_ap.c958 iface->conf->he_oper_chwidth, in hostapd_ctrl_iface_status()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3868 conf->he_oper_chwidth = atoi(pos); in hostapd_config_fill()