Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c2238 if (vif->bss_conf.he_support && in iwl_mvm_bss_info_changed_station()
2247 bss_conf->assoc && vif->bss_conf.he_support && in iwl_mvm_bss_info_changed_station()
3100 vif->bss_conf.he_support = sta->he_cap.has_he; in iwl_mvm_mac_sta_state()
3103 if (vif->bss_conf.he_support && in iwl_mvm_mac_sta_state()
3107 vif->bss_conf.he_support = sta->he_cap.has_he; in iwl_mvm_mac_sta_state()
Dmac-ctxt.c705 if (vif->bss_conf.he_support && !iwlwifi_mod_params.disable_11ax) { in iwl_mvm_mac_ctxt_cmd_sta()
Drs.c1547 if (mvmsta->vif->bss_conf.he_support && in rs_set_amsdu_len()
/Linux-v5.4/net/mac80211/
Dmlme.c3368 bss_conf->he_support = sta->sta.he_cap.has_he; in ieee80211_assoc_success()
3371 bss_conf->he_support = false; in ieee80211_assoc_success()
3375 if (bss_conf->he_support) { in ieee80211_assoc_success()
Dcfg.c1013 sdata->vif.bss_conf.he_support = true; in ieee80211_start_ap()
/Linux-v5.4/include/net/
Dmac80211.h617 bool he_support; member