Home
last modified time | relevance | path

Searched refs:he_support (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Diface.c139 data->support->he_support = 1; in iwl_mld_mac_wifi_gen_sta_iter()
159 support->he_support = 1; in iwl_mld_set_wifi_gen()
165 support->he_ap_support |= link_conf->he_support; in iwl_mld_set_wifi_gen()
181 support->he_support = 1; in iwl_mld_set_wifi_gen()
267 if (!link->he_support) in iwl_mld_fill_mac_cmd_sta()
H A Dmac80211.c1284 has_he = link_conf->he_support && !iwlwifi_mod_params.disable_11ax; in iwl_mld_link_changed_mapping()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c723 if (vif->bss_conf.he_support && !iwlwifi_mod_params.disable_11ax) { in iwl_mvm_mac_ctxt_cmd_sta()
H A Dops.c222 link_conf->he_support) in iwl_mvm_update_link_smps()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3640 if (!link_conf->he_support) in ath12k_mac_set_he_txbf_conf()
3701 if (!link_conf->he_support) in ath12k_mac_vif_recalc_sta_he_txbf()
4810 if (arvif->is_up && info->he_support && in ath12k_mac_bss_info_changed()
12753 bool he_support, eht_support, gi_ltf_set = false; in ath12k_mac_set_rate_params() local
12764 he_support = link_conf->he_support; in ath12k_mac_set_rate_params()
12779 if (!he_support && !eht_support) { in ath12k_mac_set_rate_params()
12824 if (he_support) { in ath12k_mac_set_rate_params()
/linux/net/mac80211/
H A Dmesh.c737 sdata->vif.bss_conf.he_support = true; in ieee80211_mesh_update_bss_params()
H A Dmlme.c5298 return bss_conf->he_support && in ieee80211_twt_bcast_support()
5649 bss_conf->he_support = link_sta->pub->he_cap.has_he; in ieee80211_assoc_config_link()
5687 bss_conf->he_support = false; in ieee80211_assoc_config_link()
5715 if (bss_conf->he_support) { in ieee80211_assoc_config_link()
H A Dcfg.c1545 link_conf->he_support = true; in ieee80211_start_ap()
1577 if (!link_conf->he_support) in ieee80211_start_ap()
/linux/include/net/
H A Dmac80211.h778 bool he_support; member