Home
last modified time | relevance | path

Searched refs:he_6ghz_capa (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c836 u16 he_6ghz_capa = 0; in iwl_init_he_6ghz_capa() local
850 he_6ghz_capa |= in iwl_init_he_6ghz_capa()
855 he_6ghz_capa |= in iwl_init_he_6ghz_capa()
858 he_6ghz_capa |= in iwl_init_he_6ghz_capa()
862 he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_TX_ANTPAT_CONS; in iwl_init_he_6ghz_capa()
864 he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_RX_ANTPAT_CONS; in iwl_init_he_6ghz_capa()
866 IWL_DEBUG_EEPROM(trans->dev, "he_6ghz_capa=0x%x\n", he_6ghz_capa); in iwl_init_he_6ghz_capa()
871 iftype_data[i].he_6ghz_capa.capa = cpu_to_le16(he_6ghz_capa); in iwl_init_he_6ghz_capa()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1786 if (!link_sta->he_6ghz_capa.capa) in mt7925_mcu_sta_he_6g_tlv()
1792 he_6g->capa = link_sta->he_6ghz_capa.capa; in mt7925_mcu_sta_he_6g_tlv()
1846 if (!link_sta->he_6ghz_capa.capa && !link_sta->vht_cap.vht_supported) in mt7925_mcu_sta_vht_tlv()
1942 if (link_sta->he_6ghz_capa.capa) { in mt7925_mcu_sta_phy_tlv()
1943 af = le16_get_bits(link_sta->he_6ghz_capa.capa, in mt7925_mcu_sta_phy_tlv()
1945 mm = le16_get_bits(link_sta->he_6ghz_capa.capa, in mt7925_mcu_sta_phy_tlv()
2622 struct ieee80211_he_6ghz_capa *he_6ghz_capa = NULL; in mt7925_get_phy_mode_ext() local
2628 he_6ghz_capa = &link_sta->he_6ghz_capa; in mt7925_get_phy_mode_ext()
2641 he_6ghz_capa = (struct ieee80211_he_6ghz_capa *)&capa; in mt7925_get_phy_mode_ext()
2657 if (he_6ghz_capa && he_6ghz_capa->capa) in mt7925_get_phy_mode_ext()
H A Dmain.c157 data->he_6ghz_capa.capa = cpu_to_le16(cap); in mt7925_init_he_caps()
/linux/net/mac80211/
H A Dparse.c135 if (len >= sizeof(*elems->he_6ghz_capa)) in ieee80211_parse_extension_element()
136 elems->he_6ghz_capa = data; in ieee80211_parse_extension_element()
H A Dieee80211_i.h1831 const struct ieee80211_he_6ghz_capa *he_6ghz_capa; member
2374 const struct ieee80211_he_6ghz_capa *he_6ghz_capa,
2380 const struct ieee80211_he_6ghz_capa *he_6ghz_capa,
H A Dutil.c2765 if (!iftd->he_6ghz_capa.capa) in ieee80211_put_he_6ghz_cap()
2768 cap = iftd->he_6ghz_capa.capa; in ieee80211_put_he_6ghz_cap()
H A Dmlme.c241 if (!elems->he_6ghz_capa || !elems->he_cap) { in ieee80211_determine_ap_chan()
6163 elems->he_6ghz_capa, in ieee80211_assoc_config_link()
H A Dcfg.c2400 (void *)params->he_6ghz_capa : NULL, in sta_link_apply_parameters()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2630 if (!arg->he_flag || band != NL80211_BAND_6GHZ || !sta->deflink.he_6ghz_capa.capa) in ath11k_peer_assoc_h_he_6ghz()
2642 arg->peer_he_caps_6ghz = le16_to_cpu(sta->deflink.he_6ghz_capa.capa); in ath11k_peer_assoc_h_he_6ghz()
2671 if (!ht_cap->ht_supported && !sta->deflink.he_6ghz_capa.capa) in ath11k_peer_assoc_h_smps()
2678 smps = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in ath11k_peer_assoc_h_smps()
2977 u16 he_6ghz_capa) in ath11k_setup_peer_smps() argument
2981 if (!ht_cap->ht_supported && !he_6ghz_capa) in ath11k_setup_peer_smps()
2988 smps = FIELD_GET(IEEE80211_HE_6GHZ_CAP_SM_PS, he_6ghz_capa); in ath11k_setup_peer_smps()
3168 le16_to_cpu(ap_sta->deflink.he_6ghz_capa.capa)); in ath11k_bss_assoc()
4945 le16_to_cpu(sta->deflink.he_6ghz_capa.capa)); in ath11k_station_assoc()
5914 bcap->he_6ghz_capa = IEEE80211_HT_MPDU_DENSITY_NONE; in ath11k_mac_setup_he_6ghz_cap()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2864 if (!arg->he_flag || band != NL80211_BAND_6GHZ || !link_sta->he_6ghz_capa.capa) in ath12k_peer_assoc_h_he_6ghz()
2879 arg->peer_he_caps_6ghz = le16_to_cpu(link_sta->he_6ghz_capa.capa); in ath12k_peer_assoc_h_he_6ghz()
2904 const struct ieee80211_he_6ghz_capa *he_6ghz_capa, in ath12k_get_smps_from_capa() argument
2910 *smps = le16_get_bits(he_6ghz_capa->capa, in ath12k_get_smps_from_capa()
2923 const struct ieee80211_he_6ghz_capa *he_6ghz_capa; in ath12k_peer_assoc_h_smps() local
2937 he_6ghz_capa = &link_sta->he_6ghz_capa; in ath12k_peer_assoc_h_smps()
2940 if (!ht_cap->ht_supported && !he_6ghz_capa->capa) in ath12k_peer_assoc_h_smps()
2943 if (ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps)) in ath12k_peer_assoc_h_smps()
3641 const struct ieee80211_he_6ghz_capa *he_6ghz_capa) in ath12k_setup_peer_smps() argument
3645 if (!ht_cap->ht_supported && !he_6ghz_capa) in ath12k_setup_peer_smps()
[all …]
H A Dcore.h815 u16 he_6ghz_capa; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dsta.c70 le16_get_bits(link_sta->he_6ghz_capa.capa, in iwl_mld_fill_ampdu_size_and_dens()
73 le16_get_bits(link_sta->he_6ghz_capa.capa, in iwl_mld_fill_ampdu_size_and_dens()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c958 he_6g_capa->capa = sta->deflink.he_6ghz_capa.capa; in mt76_connac_mcu_sta_tlv()
1024 if (sta->deflink.ht_cap.ht_supported || sta->deflink.he_6ghz_capa.capa) { in mt76_connac_mcu_wtbl_ht_tlv()
1035 ht->af = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in mt76_connac_mcu_wtbl_ht_tlv()
1037 ht->mm = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in mt76_connac_mcu_wtbl_ht_tlv()
1044 if (sta->deflink.vht_cap.vht_supported || sta->deflink.he_6ghz_capa.capa) { in mt76_connac_mcu_wtbl_ht_tlv()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c528 switch (le16_get_bits(link_sta->he_6ghz_capa.capa, in rs_fw_get_max_amsdu_len()
H A Dsta.c76 mpdu_dens = le16_get_bits(link_sta->he_6ghz_capa.capa, in iwl_mvm_get_sta_ampdu_dens()
78 agg_size = le16_get_bits(link_sta->he_6ghz_capa.capa, in iwl_mvm_get_sta_ampdu_dens()
/linux/net/wireless/
H A Dtrace.h4164 __array(u8, he_6ghz_capa, (int)sizeof(struct ieee80211_he_6ghz_capa))
4194 memset(__entry->he_6ghz_capa, 0, sizeof(struct ieee80211_he_6ghz_capa));
4195 if (params->he_6ghz_capa)
4196 memcpy(__entry->he_6ghz_capa, params->he_6ghz_capa,
H A Dnl80211.c2217 sizeof(iftdata->he_6ghz_capa), in nl80211_send_iftype_data()
2218 &iftdata->he_6ghz_capa)) in nl80211_send_iftype_data()
9278 params.link_sta_params.he_6ghz_capa = in nl80211_set_station()
9497 params.link_sta_params.he_6ghz_capa = in nl80211_new_station()
9551 params.link_sta_params.he_6ghz_capa || in nl80211_new_station()
9568 if (params.link_sta_params.he_6ghz_capa && in nl80211_new_station()
19193 params.he_6ghz_capa = in nl80211_add_mod_link_station()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1586 if (!link_sta->he_6ghz_capa.capa) in mt7996_mcu_sta_he_6g_tlv()
1592 he_6g->capa = link_sta->he_6ghz_capa.capa; in mt7996_mcu_sta_he_6g_tlv()
1663 if (!link_sta->he_6ghz_capa.capa && !link_sta->vht_cap.vht_supported) in mt7996_mcu_sta_vht_tlv()
2544 if (link_sta->he_6ghz_capa.capa) in mt7996_mcu_sta_rate_ctrl_tlv()
2545 ra->af = le16_get_bits(link_sta->he_6ghz_capa.capa, in mt7996_mcu_sta_rate_ctrl_tlv()
H A Dinit.c1560 data->he_6ghz_capa.capa = cpu_to_le16(cap); in mt7996_init_he_caps()
/linux/include/net/
H A Dcfg80211.h482 struct ieee80211_he_6ghz_capa he_6ghz_capa; member
703 return data->he_6ghz_capa.capa; in ieee80211_get_he_6ghz_capa()
1839 const struct ieee80211_he_6ghz_capa *he_6ghz_capa; member
H A Dmac80211.h2657 struct ieee80211_he_6ghz_capa he_6ghz_capa; member
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c1186 data[idx].he_6ghz_capa.capa = cpu_to_le16(cap); in mt7915_init_he_caps()
H A Dmcu.c1660 if (sta->deflink.he_6ghz_capa.capa) in mt7915_mcu_sta_rate_ctrl_tlv()
1661 ra->af = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in mt7915_mcu_sta_rate_ctrl_tlv()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c188 data[idx].he_6ghz_capa.capa = cpu_to_le16(cap); in mt7921_init_he_caps()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c5117 .he_6ghz_capa = {
5271 .he_6ghz_capa = {
5426 .he_6ghz_capa = {

12