Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsf.c123 link_sta->he_cap.has_he) { in iwl_mvm_fill_sf_command()
H A Dsta.c94 if (link_sta->he_cap.has_he) in iwl_mvm_get_sta_ampdu_dens()
836 if (link->he_cap.has_he && in iwl_mvm_get_queue_size()
H A Dops.c200 WARN_ON(!he->has_he); in iwl_mvm_rx_monitor_notif()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Diface.c138 if (link_sta->he_cap.has_he) in iwl_mld_mac_wifi_gen_sta_iter()
691 WARN_ON(!he->has_he); in iwl_mld_handle_datapath_monitor_notif()
H A Dmac80211.c1268 bool has_he, has_eht; in iwl_mld_link_changed_mapping() local
1284 has_he = link_conf->he_support && !iwlwifi_mod_params.disable_11ax; in iwl_mld_link_changed_mapping()
1287 if (vif->cfg.assoc && (has_he || has_eht)) { in iwl_mld_link_changed_mapping()
1731 if (link_sta->he_cap.has_he) in iwl_mld_link_set_2mhz_block()
/linux/net/mac80211/tests/
H A Dutil.c70 .has_he = true,
/linux/net/wireless/
H A Dcore.c1013 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register()
1019 have_he = iftd->he_cap.has_he; in wiphy_register()
1022 iftd->he_cap.has_he; in wiphy_register()
H A Dscan.c861 if (!iftd || !iftd->he_cap.has_he) in cfg80211_scan_6ghz()
H A Dnl80211.c2126 if (he_cap->has_he) { in nl80211_send_iftype_data()
2141 if (eht_cap->has_eht && he_cap->has_he) { in nl80211_send_iftype_data()
2847 if (he_cap->has_he) { in nl80211_put_nan_phy_cap()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c4540 .has_he = true,
4653 .has_he = true,
4766 .has_he = true,
4810 .has_he = true,
4940 .has_he = true,
5071 .has_he = true,
5126 .has_he = true,
5277 .has_he = true,
5429 .has_he = true,
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c1142 !(sta->deflink.ht_cap.ht_supported || sta->deflink.he_cap.has_he)) in mt76_connac2_tx_check_aggr()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c856 if (!(link_sta->ht_cap.ht_supported || link_sta->he_cap.has_he)) in mt7925_tx_check_aggr()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2623 if (!he_cap->has_he) in ath12k_peer_assoc_h_he()
3194 } else if (link_sta->he_cap.has_he && in ath12k_peer_assoc_h_phymode()
3225 } else if (link_sta->he_cap.has_he && in ath12k_peer_assoc_h_phymode()
3368 if (!he_cap->has_he || !eht_cap->has_eht) in ath12k_peer_assoc_h_eht()
6516 } else if (link_sta->he_cap.has_he && num_he_rates == 1) { in ath12k_mac_station_assoc()
6737 } else if (link_sta->he_cap.has_he && num_he_rates == 1) { in ath12k_sta_rc_update_wk()
8656 he_cap->has_he = true; in ath12k_mac_copy_he_cap()
13030 if (he_fixed_rate && (!link_sta->he_cap.has_he || in ath12k_mac_validate_fixed_rate_settings()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c1298 iftype_data->he_cap.has_he = true; in qtnf_cmd_conv_iftype()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1212 if (!(link_sta->ht_cap.ht_supported || link_sta->he_cap.has_he)) in mt7996_tx_check_aggr()
/linux/net/mac80211/
H A Drx.c3645 !rx->link_sta->pub->he_cap.has_he) in ieee80211_rx_h_action()
H A Dmlme.c5649 bss_conf->he_support = link_sta->pub->he_cap.has_he; in ieee80211_assoc_config_link()