Home
last modified time | relevance | path

Searched refs:has_he (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Drs-fw.c104 if (he_cap->has_he) in rs_fw_sgi_cw_support()
131 if (he_cap->has_he) { in rs_fw_get_config_flags()
151 if (sband->iftype_data && sband->iftype_data->he_cap.has_he && in rs_fw_get_config_flags()
156 if (he_cap->has_he && in rs_fw_get_config_flags()
296 if (he_cap->has_he) { in rs_fw_set_supp_rates()
Dmac80211.c2029 if (!sta->he_cap.has_he) { in iwl_mvm_cfg_he_sta()
3100 vif->bss_conf.he_support = sta->he_cap.has_he; in iwl_mvm_mac_sta_state()
3107 vif->bss_conf.he_support = sta->he_cap.has_he; in iwl_mvm_mac_sta_state()
3110 if (sta->he_cap.has_he) in iwl_mvm_mac_sta_state()
Dtx.c805 if (sta->he_cap.has_he && !WARN_ON(!iwl_mvm_has_new_tx_api(mvm))) in iwl_mvm_max_amsdu_size()
/Linux-v5.4/net/mac80211/
Dhe.c51 he_cap->has_he = true; in ieee80211_he_cap_ie_to_sta_he_cap()
Dagg-rx.c262 if (sta->sta.he_cap.has_he && addbaext) in ieee80211_send_addba_resp()
310 if (sta->sta.he_cap.has_he) in ___ieee80211_start_rx_ba_session()
Ddebugfs_sta.c574 hec->has_he ? "" : "not "); in sta_he_capa_read()
575 if (!hec->has_he) in sta_he_capa_read()
Dagg-tx.c514 if (sta->sta.he_cap.has_he) { in ieee80211_tx_ba_session_handle_start()
Dmlme.c3368 bss_conf->he_support = sta->sta.he_cap.has_he; in ieee80211_assoc_success()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c491 .has_he = true,
577 .has_he = true,
/Linux-v5.4/drivers/net/wireless/
Dmac80211_hwsim.c2506 .has_he = true,
2553 .has_he = true,
2596 .has_he = true,
2647 .has_he = true,
/Linux-v5.4/net/wireless/
Dcore.c847 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()
Dnl80211.c1543 if (he_cap->has_he) { in nl80211_send_iftype_data()
/Linux-v5.4/include/net/
Dcfg80211.h312 bool has_he; member
464 if (data && data->he_cap.has_he) in ieee80211_get_he_iftype_cap()