Home
last modified time | relevance | path

Searched refs:disable_11be (Results 1 – 18 of 18) sorted by relevance

/src/sys/contrib/dev/iwlwifi/
H A Diwl-modparams.h95 bool disable_11be; member
H A Diwl-nvm-parse.h45 bool disable_11be; member
H A Diwl-drv.c2080 .disable_11be = true,
2243 module_param_named(disable_11be, iwlwifi_mod_params.disable_11be, bool, 0444);
2244 MODULE_PARM_DESC(disable_11be, "Disable EHT capabilities (default: false)");
H A Diwl-nvm-parse.c852 if (!data->sku_cap_11be_enable || iwlwifi_mod_params.disable_11be || in iwl_nvm_fixup_sband_iftd()
1624 if (reg_capa.disable_11be) in iwl_nvm_get_regdom_bw_flags()
1641 reg_capa.disable_11be = flags & REG_CAPA_V4_11BE_DISABLED; in iwl_get_reg_capa()
/src/contrib/wpa/src/ap/
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()
2518 !hapd->conf->disable_11be) { in ieee802_11_build_ap_params()
H A Dneighbor_db.c237 bool eht = he && hapd->iconf->ieee80211be && !hapd->conf->disable_11be; in hostapd_neighbor_set_own_report()
H A Dap_config.c1492 if (full_config && !bss->disable_11be && bss->disable_11ax) { in hostapd_config_check_bss()
1493 bss->disable_11be = true; in hostapd_config_check_bss()
H A Dctrl_iface_ap.c885 !hapd->conf->disable_11be, in hostapd_ctrl_iface_status()
893 if (iface->conf->ieee80211be && !hapd->conf->disable_11be) { in hostapd_ctrl_iface_status()
H A Dap_config.h555 bool disable_11be; member
H A Dieee802_11_eht.c398 if (!hapd->iconf->ieee80211be || hapd->conf->disable_11be || in copy_sta_eht_capab()
H A Dap_drv_ops.c1137 !hapd->conf->disable_11be) in hostapd_drv_do_acs()
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 Dhostapd.c3059 conf->disable_11be) in hostapd_bss_setup_multi_link()
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dlink.c200 if (iwlwifi_mod_params.disable_11be || in iwl_mvm_link_changed()
H A Dmld-mac80211.c686 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mvm_mld_link_info_changed_station()
H A Dmac80211.c377 !iwlwifi_mod_params.disable_11be) { in iwl_mvm_mac_setup_register()
/src/sys/contrib/dev/iwlwifi/mld/
H A Dmac80211.c285 !iwlwifi_mod_params.disable_11be && in iwl_mac_hw_set_wiphy()
351 iwlwifi_mod_params.disable_11be) in iwl_mac_hw_set_wiphy()
1182 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mld_link_changed_mapping()
/src/contrib/wpa/hostapd/
H A Dconfig_file.c5020 bss->disable_11be = !!atoi(pos); in hostapd_config_fill()