Home
last modified time | relevance | path

Searched refs:eht_support (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Diface.c141 data->support->eht_support = 1; in iwl_mld_mac_wifi_gen_sta_iter()
160 support->eht_support = mld->trans->cfg->eht_supported; in iwl_mld_set_wifi_gen()
166 support->eht_support |= link_conf->eht_support; in iwl_mld_set_wifi_gen()
182 support->eht_support = 1; in iwl_mld_set_wifi_gen()
H A Dmac80211.c1285 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mld_link_changed_mapping()
/linux/net/mac80211/
H A Dcfg.c1580 link_conf->eht_support = true; in ieee80211_start_ap()
1608 if (!link_conf->eht_support) in ieee80211_start_ap()
4534 if (chanreq.oper.punctured && !link_conf->eht_support) in __ieee80211_channel_switch()
H A Dmesh.c748 sdata->vif.bss_conf.eht_support = in ieee80211_mesh_update_bss_params()
H A Dmlme.c5670 bss_conf->eht_support = link_sta->pub->eht_cap.has_eht; in ieee80211_assoc_config_link()
5671 bss_conf->epcs_support = bss_conf->eht_support && in ieee80211_assoc_config_link()
5683 bss_conf->eht_support = false; in ieee80211_assoc_config_link()
5690 bss_conf->eht_support = false; in ieee80211_assoc_config_link()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3759 if (!link_conf->eht_support) in ath12k_mac_set_eht_txbf_conf()
12753 bool he_support, eht_support, gi_ltf_set = false; in ath12k_mac_set_rate_params() local
12765 eht_support = link_conf->eht_support; in ath12k_mac_set_rate_params()
12779 if (!he_support && !eht_support) { in ath12k_mac_set_rate_params()
12808 if (eht_support) { in ath12k_mac_set_rate_params()
/linux/include/net/
H A Dmac80211.h836 bool eht_support; member