Home
last modified time | relevance | path

Searched refs:ieee80211be (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h1214 int ieee80211be; member
1245 if (conf->ieee80211be) in hostapd_get_oper_chwidth()
1260 if (conf->ieee80211be) in hostapd_set_oper_chwidth()
1276 if (conf->ieee80211be) in hostapd_get_oper_centr_freq_seg0_idx()
1291 if (conf->ieee80211be) in hostapd_set_oper_centr_freq_seg0_idx()
1330 if (conf->ieee80211be && is_6ghz_op_class(conf->op_class) && in hostapd_get_bw320_offset()
1342 if (conf->ieee80211be && is_6ghz_op_class(conf->op_class) && in hostapd_set_and_check_bw320_offset()
H A Dacs.c902 iface->conf->ieee80211be)) { in acs_find_ideal_chan_mode()
923 iface->conf->ieee80211be) { in acs_find_ideal_chan_mode()
1067 if (iface->conf->ieee80211be) in acs_find_ideal_chan_mode()
1114 iface->conf->ieee80211be) { in acs_find_ideal_chan()
1294 iface->conf->ieee80211be) { in acs_study()
H A Ddfs.c368 iface->conf->ieee80211be) { in dfs_get_start_chan_idx()
908 iface->conf->ieee80211ax, iface->conf->ieee80211be, in hostapd_handle_dfs()
1007 iface->conf->ieee80211be, in hostapd_dfs_request_channel_switch()
1088 iface->conf->ieee80211be, in hostapd_dfs_update_background_chain()
H A Dap_drv_ops.c1073 !hapd->iface->conf->ieee80211be))) in hostapd_get_hw_mode_any_channels()
1136 if (hapd->conf->mld_ap && hapd->iconf->ieee80211be && in hostapd_drv_do_acs()
1177 params.eht_enabled = !!(hapd->iface->conf->ieee80211be); in hostapd_drv_do_acs()
1184 if ((hapd->iface->conf->ieee80211be || in hostapd_drv_do_acs()
H A Dhw_features.c957 if (!conf->ieee80211be) { in hostapd_is_usable_punct_bitmap()
1266 iface->conf->ieee80211ax || iface->conf->ieee80211be) && in hostapd_select_hw_mode()
1273 iface->conf->ieee80211be = 0; in hostapd_select_hw_mode()
H A Dbeacon.c664 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in hostapd_probe_resp_elems_len()
832 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in hostapd_probe_resp_fill_elems()
1757 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) in hostapd_gen_fils_discovery_phy_index()
2137 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in ieee802_11_build_ap_params()
2319 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in ieee802_11_build_ap_params()
2517 if (hapd->conf->mld_ap && hapd->iconf->ieee80211be && in ieee802_11_build_ap_params()
2634 iconf->ieee80211be, in __ieee802_11_set_beacon()
H A Dneighbor_db.c237 bool eht = he && hapd->iconf->ieee80211be && !hapd->conf->disable_11be; in hostapd_neighbor_set_own_report()
H A Ddrv_callbacks.c1241 hapd->iconf->ieee80211be = 1; in hostapd_event_ch_switch()
1248 hapd->iconf->ieee80211be = 0; in hostapd_event_ch_switch()
1492 if (hapd->iface->conf->ieee80211be && acs_res->ch_width == 320) { in hostapd_acs_channel_selected()
1499 if (hapd->iface->conf->ieee80211be && acs_res->puncture_bitmap) in hostapd_acs_channel_selected()
H A Dctrl_iface_ap.c884 iface->conf->ieee80211be && in hostapd_ctrl_iface_status()
893 if (iface->conf->ieee80211be && !hapd->conf->disable_11be) { in hostapd_ctrl_iface_status()
H A Dhostapd.c2557 hapd->iconf->ieee80211be, in hostapd_setup_interface_complete_sync()
3058 if (!hapd->iconf || !hapd->iconf->ieee80211be || !conf->mld_ap || in hostapd_bss_setup_multi_link()
4272 conf->ieee80211be, conf->secondary_channel, in hostapd_change_config_freq()
4580 iface->conf->ieee80211be = freq_params->eht_enabled; in hostapd_switch_channel_fallback()
H A Dieee802_11_eht.c398 if (!hapd->iconf->ieee80211be || hapd->conf->disable_11be || in copy_sta_eht_capab()
H A Dieee802_11.c4018 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in __check_assoc_ies()
4476 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in ieee80211_ml_build_assoc_resp()
4866 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in send_assoc_resp()
5022 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in send_assoc_resp()
5294 if (!hapd->iconf->ieee80211be || hapd->conf->disable_11be) in handle_mlo_translate()
H A Dap_config.c1581 if (full_config && conf->ieee80211be && !conf->ieee80211ax) { in hostapd_config_check()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c228 ifmsh->conf->ieee80211be, in wpas_mesh_update_freq_params()
H A Dap.c344 conf->ieee80211be = 1; in wpa_supplicant_conf_ap_ht()
428 conf->ieee80211be = 1; in wpa_supplicant_conf_ap_ht()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c5058 conf->ieee80211be = atoi(pos); in hostapd_config_fill()