Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_config.h1235 int ieee80211be; member
1266 if (conf->ieee80211be) in hostapd_get_oper_chwidth()
1281 if (conf->ieee80211be) in hostapd_set_oper_chwidth()
1297 if (conf->ieee80211be) in hostapd_get_oper_centr_freq_seg0_idx()
1312 if (conf->ieee80211be) in hostapd_set_oper_centr_freq_seg0_idx()
1351 if (conf->ieee80211be && is_6ghz_op_class(conf->op_class) && in hostapd_get_bw320_offset()
1363 if (conf->ieee80211be && is_6ghz_op_class(conf->op_class) && in hostapd_set_and_check_bw320_offset()
Dacs.c910 iface->conf->ieee80211be)) { in acs_find_ideal_chan_mode()
931 iface->conf->ieee80211be) { in acs_find_ideal_chan_mode()
1075 if (iface->conf->ieee80211be) in acs_find_ideal_chan_mode()
1122 iface->conf->ieee80211be) { in acs_find_ideal_chan()
1302 iface->conf->ieee80211be) { in acs_study()
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()
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()
Dbeacon.c739 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in hostapd_probe_resp_elems_len()
910 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in hostapd_probe_resp_fill_elems()
1839 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) in hostapd_gen_fils_discovery_phy_index()
2219 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in ieee802_11_build_ap_params()
2404 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in ieee802_11_build_ap_params()
2613 if (hapd->conf->mld_ap && hapd->iconf->ieee80211be && in ieee802_11_build_ap_params()
2730 iconf->ieee80211be, in __ieee802_11_set_beacon()
Dhw_features.c961 if (!conf->ieee80211be) { in hostapd_is_usable_punct_bitmap()
1280 iface->conf->ieee80211ax || iface->conf->ieee80211be) && in hostapd_select_hw_mode()
1287 iface->conf->ieee80211be = 0; in hostapd_select_hw_mode()
Dneighbor_db.c237 bool eht = he && hapd->iconf->ieee80211be && !hapd->conf->disable_11be; in hostapd_neighbor_set_own_report()
Ddrv_callbacks.c1243 hapd->iconf->ieee80211be = 1; in hostapd_event_ch_switch()
1250 hapd->iconf->ieee80211be = 0; in hostapd_event_ch_switch()
1494 if (hapd->iface->conf->ieee80211be && acs_res->ch_width == 320) { in hostapd_acs_channel_selected()
1501 if (hapd->iface->conf->ieee80211be && acs_res->puncture_bitmap) in hostapd_acs_channel_selected()
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()
Dhostapd.c2545 hapd->iconf->ieee80211be, in hostapd_setup_interface_complete_sync()
3051 if (!hapd->iconf || !hapd->iconf->ieee80211be || !conf->mld_ap || in hostapd_bss_setup_multi_link()
4265 conf->ieee80211be, conf->secondary_channel, in hostapd_change_config_freq()
4573 iface->conf->ieee80211be = freq_params->eht_enabled; in hostapd_switch_channel_fallback()
Dieee802_11_eht.c398 if (!hapd->iconf->ieee80211be || hapd->conf->disable_11be || in copy_sta_eht_capab()
Dieee802_11.c4023 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in __check_assoc_ies()
4483 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in ieee80211_ml_build_assoc_resp()
4873 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in send_assoc_resp()
5029 if (hapd->iconf->ieee80211be && !hapd->conf->disable_11be) { in send_assoc_resp()
5301 if (!hapd->iconf->ieee80211be || hapd->conf->disable_11be) in handle_mlo_translate()
Dap_config.c1593 if (full_config && conf->ieee80211be && !conf->ieee80211ax) { in hostapd_config_check()
/hostap-latest/wpa_supplicant/
Dmesh.c228 ifmsh->conf->ieee80211be, in wpas_mesh_update_freq_params()
Dap.c344 conf->ieee80211be = 1; in wpa_supplicant_conf_ap_ht()
428 conf->ieee80211be = 1; in wpa_supplicant_conf_ap_ht()
/hostap-latest/hostapd/
Dconfig_file.c5133 conf->ieee80211be = atoi(pos); in hostapd_config_fill()