/kernel/linux/linux-6.6/net/mac80211/ |
H A D | he.c | 116 struct ieee80211_sta_he_cap *he_cap = &link_sta->pub->he_cap; in ieee80211_he_cap_ie_to_sta_he_cap() local 125 memset(he_cap, 0, sizeof(*he_cap)); in ieee80211_he_cap_ie_to_sta_he_cap() 140 ieee80211_he_ppe_size(he_cap_ie[sizeof(he_cap->he_cap_elem) + in ieee80211_he_cap_ie_to_sta_he_cap() 143 he_total_size = sizeof(he_cap->he_cap_elem) + mcs_nss_size + in ieee80211_he_cap_ie_to_sta_he_cap() 148 memcpy(&he_cap->he_cap_elem, he_cap_ie, sizeof(he_cap->he_cap_elem)); in ieee80211_he_cap_ie_to_sta_he_cap() 151 memcpy(&he_cap->he_mcs_nss_supp, in ieee80211_he_cap_ie_to_sta_he_cap() 152 &he_cap_ie[sizeof(he_cap in ieee80211_he_cap_ie_to_sta_he_cap() [all...] |
H A D | vht.c | 359 struct ieee80211_sta_he_cap *he_cap = &link_sta->pub->he_cap; in ieee80211_sta_cap_rx_bw() local 363 if (he_cap->has_he) { in ieee80211_sta_cap_rx_bw() 381 info = he_cap->he_cap_elem.phy_cap_info[0]; in ieee80211_sta_cap_rx_bw() 564 if (link_sta->pub->he_cap.has_he) { in ieee80211_sta_set_rx_nss() 567 const struct ieee80211_sta_he_cap *he_cap = &link_sta->pub->he_cap; in ieee80211_sta_set_rx_nss() local 569 le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_160); in ieee80211_sta_set_rx_nss() 570 u16 mcs_80_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in ieee80211_sta_set_rx_nss() 589 support_160 = he_cap in ieee80211_sta_set_rx_nss() [all...] |
H A D | util.c | 937 elems->he_cap = data; in ieee80211_parse_extension_element() 969 if (ieee80211_eht_capa_size_ok(elems->he_cap, in ieee80211_parse_extension_element() 1937 const struct ieee80211_sta_he_cap *he_cap; in ieee80211_build_preq_ies_band() local 2117 he_cap = ieee80211_get_he_iftype_cap_vif(sband, &sdata->vif); in ieee80211_build_preq_ies_band() 2118 if (he_cap && in ieee80211_build_preq_ies_band() 2121 pos = ieee80211_ie_build_he_cap(0, pos, he_cap, end); in ieee80211_build_preq_ies_band() 2132 pos = ieee80211_ie_build_eht_cap(pos, he_cap, eht_cap, end, in ieee80211_build_preq_ies_band() 2144 he_cap = ieee80211_get_he_iftype_cap_vif(sband6, &sdata->vif); in ieee80211_build_preq_ies_band() 2146 if (he_cap) { in ieee80211_build_preq_ies_band() 3179 const struct ieee80211_sta_he_cap *he_cap; in ieee80211_ie_len_he_cap() local 3198 ieee80211_ie_build_he_cap(ieee80211_conn_flags_t disable_flags, u8 *pos, const struct ieee80211_sta_he_cap *he_cap, u8 *end) ieee80211_ie_build_he_cap() argument 3840 const struct ieee80211_sta_he_cap *he_cap; ieee80211_chandef_he_6ghz_oper() local 5050 const struct ieee80211_sta_he_cap *he_cap; ieee80211_ie_len_eht_cap() local 5078 ieee80211_ie_build_eht_cap(u8 *pos, const struct ieee80211_sta_he_cap *he_cap, const struct ieee80211_sta_eht_cap *eht_cap, u8 *end, bool for_ap) ieee80211_ie_build_eht_cap() argument [all...] |
H A D | tdls.c | 375 const struct ieee80211_sta_he_cap *he_cap; in ieee80211_tdls_add_setup_start_ies() local 504 he_cap = ieee80211_get_he_iftype_cap_vif(sband, &sdata->vif); in ieee80211_tdls_add_setup_start_ies() 506 if ((vht_cap.vht_supported || he_cap || eht_cap) && in ieee80211_tdls_add_setup_start_ies() 551 if (he_cap && in ieee80211_tdls_add_setup_start_ies() 559 2 + 1 + sizeof(he_cap->he_cap_elem) + in ieee80211_tdls_add_setup_start_ies() 560 ieee80211_he_mcs_nss_size(&he_cap->he_cap_elem) + in ieee80211_tdls_add_setup_start_ies() 561 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_tdls_add_setup_start_ies() 562 he_cap->he_cap_elem.phy_cap_info); in ieee80211_tdls_add_setup_start_ies() 564 pos = ieee80211_ie_build_he_cap(0, pos, he_cap, pos + cap_size); in ieee80211_tdls_add_setup_start_ies() 594 if (he_cap in ieee80211_tdls_add_setup_start_ies() [all...] |
H A D | mesh.c | 565 const struct ieee80211_sta_he_cap *he_cap; in mesh_add_he_cap_ie() local 573 he_cap = ieee80211_get_he_iftype_cap(sband, NL80211_IFTYPE_MESH_POINT); in mesh_add_he_cap_ie() 575 if (!he_cap || in mesh_add_he_cap_ie() 585 ieee80211_ie_build_he_cap(0, pos, he_cap, pos + ie_len); in mesh_add_he_cap_ie() 593 const struct ieee80211_sta_he_cap *he_cap; in mesh_add_he_oper_ie() local 602 he_cap = ieee80211_get_he_iftype_cap(sband, NL80211_IFTYPE_MESH_POINT); in mesh_add_he_oper_ie() 603 if (!he_cap || in mesh_add_he_oper_ie() 645 const struct ieee80211_sta_he_cap *he_cap; in mesh_add_eht_cap_ie() local 654 he_cap = ieee80211_get_he_iftype_cap(sband, NL80211_IFTYPE_MESH_POINT); in mesh_add_eht_cap_ie() 656 if (!he_cap || !eht_ca in mesh_add_eht_cap_ie() [all...] |
H A D | mlme.c | 774 const struct ieee80211_sta_he_cap *he_cap; in ieee80211_add_he_ie() local 777 he_cap = ieee80211_get_he_iftype_cap_vif(sband, &sdata->vif); in ieee80211_add_he_ie() 778 if (WARN_ON(!he_cap)) in ieee80211_add_he_ie() 783 2 + 1 + sizeof(he_cap->he_cap_elem) + in ieee80211_add_he_ie() 784 ieee80211_he_mcs_nss_size(&he_cap->he_cap_elem) + in ieee80211_add_he_ie() 785 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_add_he_ie() 786 he_cap->he_cap_elem.phy_cap_info); in ieee80211_add_he_ie() 790 pos, he_cap, pos + he_cap_size); in ieee80211_add_he_ie() 802 const struct ieee80211_sta_he_cap *he_cap; in ieee80211_add_eht_ie() local 806 he_cap in ieee80211_add_eht_ie() 4456 const struct ieee80211_he_cap_elem *he_cap; ieee80211_max_rx_chains() local 4552 const struct ieee80211_he_cap_elem *he_cap; ieee80211_verify_peer_he_mcs_support() local [all...] |
H A D | agg-rx.c | 247 if (sta->sta.deflink.he_cap.has_he && addbaext) in ieee80211_send_addba_resp() 281 !sta->sta.deflink.he_cap.has_he) { in ___ieee80211_start_rx_ba_session() 298 else if (sta->sta.deflink.he_cap.has_he) in ___ieee80211_start_rx_ba_session()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | he.c | 62 struct ieee80211_sta_he_cap *he_cap = &sta->sta.he_cap; in ieee80211_he_cap_ie_to_sta_he_cap() local 68 memset(he_cap, 0, sizeof(*he_cap)); in ieee80211_he_cap_ie_to_sta_he_cap() 76 ieee80211_he_ppe_size(he_cap_ie[sizeof(he_cap->he_cap_elem) + in ieee80211_he_cap_ie_to_sta_he_cap() 79 he_total_size = sizeof(he_cap->he_cap_elem) + mcs_nss_size + in ieee80211_he_cap_ie_to_sta_he_cap() 84 memcpy(&he_cap->he_cap_elem, he_cap_ie, sizeof(he_cap->he_cap_elem)); in ieee80211_he_cap_ie_to_sta_he_cap() 87 memcpy(&he_cap->he_mcs_nss_supp, in ieee80211_he_cap_ie_to_sta_he_cap() 88 &he_cap_ie[sizeof(he_cap in ieee80211_he_cap_ie_to_sta_he_cap() [all...] |
H A D | vht.c | 336 struct ieee80211_sta_he_cap *he_cap = &sta->sta.he_cap; in ieee80211_sta_cap_rx_bw() local 339 if (he_cap->has_he) { in ieee80211_sta_cap_rx_bw() 340 u8 info = he_cap->he_cap_elem.phy_cap_info[0]; in ieee80211_sta_cap_rx_bw() 492 if (sta->sta.he_cap.has_he) { in ieee80211_sta_set_rx_nss() 495 const struct ieee80211_sta_he_cap *he_cap = &sta->sta.he_cap; in ieee80211_sta_set_rx_nss() local 497 le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_160); in ieee80211_sta_set_rx_nss() 498 u16 mcs_80_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in ieee80211_sta_set_rx_nss()
|
H A D | util.c | 970 elems->he_cap = data; in ieee80211_parse_extension_element() 1781 const struct ieee80211_sta_he_cap *he_cap; in ieee80211_build_preq_ies_band() local 1952 he_cap = ieee80211_get_he_sta_cap(sband); in ieee80211_build_preq_ies_band() 1953 if (he_cap) { in ieee80211_build_preq_ies_band() 1954 pos = ieee80211_ie_build_he_cap(pos, he_cap, end); in ieee80211_build_preq_ies_band() 2870 const struct ieee80211_sta_he_cap *he_cap; in ieee80211_ie_len_he_cap() local 2878 he_cap = ieee80211_get_he_iftype_cap(sband, iftype); in ieee80211_ie_len_he_cap() 2879 if (!he_cap) in ieee80211_ie_len_he_cap() 2882 n = ieee80211_he_mcs_nss_size(&he_cap->he_cap_elem); in ieee80211_ie_len_he_cap() 2884 sizeof(he_cap in ieee80211_ie_len_he_cap() 2889 ieee80211_ie_build_he_cap(u8 *pos, const struct ieee80211_sta_he_cap *he_cap, u8 *end) ieee80211_ie_build_he_cap() argument 3369 const struct ieee80211_sta_he_cap *he_cap; ieee80211_chandef_he_6ghz_oper() local [all...] |
H A D | agg-rx.c | 187 const struct ieee80211_sta_he_cap *he_cap; in ieee80211_add_addbaext() local 194 he_cap = ieee80211_get_he_iftype_cap(sband, in ieee80211_add_addbaext() 196 if (!he_cap) in ieee80211_add_addbaext() 207 cap_frag_level = u32_get_bits(he_cap->he_cap_elem.mac_cap_info[0], in ieee80211_add_addbaext() 263 if (sta->sta.he_cap.has_he && addbaext) in ieee80211_send_addba_resp() 312 if (sta->sta.he_cap.has_he) in ___ieee80211_start_rx_ba_session()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs-fw.c | 101 struct ieee80211_sta_he_cap *he_cap = &sta->he_cap; in rs_fw_sgi_cw_support() local 104 if (he_cap->has_he) in rs_fw_sgi_cw_support() 125 struct ieee80211_sta_he_cap *he_cap = &sta->he_cap; in rs_fw_get_config_flags() local 131 if (he_cap->has_he) { in rs_fw_get_config_flags() 132 if (he_cap->he_cap_elem.phy_cap_info[2] & in rs_fw_get_config_flags() 136 if (he_cap->he_cap_elem.phy_cap_info[7] & in rs_fw_get_config_flags() 151 if (he_cap->has_he && (he_cap in rs_fw_get_config_flags() 256 const struct ieee80211_sta_he_cap *he_cap = &sta->he_cap; rs_fw_he_set_enabled_rates() local 309 const struct ieee80211_sta_he_cap *he_cap = &sta->he_cap; rs_fw_set_supp_rates() local [all...] |
H A D | mac80211.c | 2112 if (!sta->he_cap.has_he) { in iwl_mvm_cfg_he_sta() 2124 if (sta->he_cap.he_cap_elem.mac_cap_info[0] & in iwl_mvm_cfg_he_sta() 2127 if ((sta->he_cap.he_cap_elem.mac_cap_info[1] & in iwl_mvm_cfg_he_sta() 2129 (sta->he_cap.he_cap_elem.mac_cap_info[2] & in iwl_mvm_cfg_he_sta() 2132 ((sta->he_cap.he_cap_elem.mac_cap_info[2] & in iwl_mvm_cfg_he_sta() 2134 (sta->he_cap.he_cap_elem.mac_cap_info[1] & in iwl_mvm_cfg_he_sta() 2144 if (sta->he_cap.he_cap_elem.mac_cap_info[2] & IEEE80211_HE_MAC_CAP2_BSR) in iwl_mvm_cfg_he_sta() 2146 if (sta->he_cap.he_cap_elem.mac_cap_info[3] & in iwl_mvm_cfg_he_sta() 2149 if (sta->he_cap.he_cap_elem.mac_cap_info[4] & IEEE80211_HE_MAC_CAP4_BQR) in iwl_mvm_cfg_he_sta() 2159 if (sta->he_cap in iwl_mvm_cfg_he_sta() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs-fw.c | 45 struct ieee80211_sta_he_cap *he_cap = &link_sta->he_cap; in rs_fw_sgi_cw_support() local 48 if (he_cap->has_he) in rs_fw_sgi_cw_support() 70 struct ieee80211_sta_he_cap *he_cap = &link_sta->he_cap; in rs_fw_get_config_flags() local 77 if (he_cap->has_he && he_cap->he_cap_elem.phy_cap_info[2] & in rs_fw_get_config_flags() 92 if (he_cap->has_he && (he_cap->he_cap_elem.phy_cap_info[1] & in rs_fw_get_config_flags() 101 if (he_cap in rs_fw_get_config_flags() 200 const struct ieee80211_sta_he_cap *he_cap = &link_sta->he_cap; rs_fw_he_set_enabled_rates() local 378 const struct ieee80211_sta_he_cap *he_cap = &link_sta->he_cap; rs_fw_set_supp_rates() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | init.c | 291 mt7915_set_stream_he_txbf_caps(struct ieee80211_sta_he_cap *he_cap, in mt7915_set_stream_he_txbf_caps() argument 294 struct ieee80211_he_cap_elem *elem = &he_cap->he_cap_elem; in mt7915_set_stream_he_txbf_caps() 295 struct ieee80211_he_mcs_nss_supp *mcs = &he_cap->he_mcs_nss_supp; in mt7915_set_stream_he_txbf_caps() 404 struct ieee80211_sta_he_cap *he_cap = &data[idx].he_cap; in mt7915_init_he_caps() local 406 &he_cap->he_cap_elem; in mt7915_init_he_caps() 408 &he_cap->he_mcs_nss_supp; in mt7915_init_he_caps() 422 he_cap->has_he = true; in mt7915_init_he_caps() 511 mt7915_set_stream_he_txbf_caps(he_cap, i, nss); in mt7915_init_he_caps() 513 memset(he_cap in mt7915_init_he_caps() [all...] |
H A D | mcu.c | 158 const struct ieee80211_sta_he_cap *he_cap; in mt7915_get_phy_mode() local 164 he_cap = &sta->he_cap; in mt7915_get_phy_mode() 176 he_cap = ieee80211_get_he_iftype_cap(sband, vif->type); in mt7915_get_phy_mode() 185 if (he_cap && he_cap->has_he) in mt7915_get_phy_mode() 196 if (he_cap && he_cap->has_he) in mt7915_get_phy_mode() 1342 struct ieee80211_sta_he_cap *he_cap = &sta->he_cap; in mt7915_mcu_sta_he_tlv() local 1507 struct ieee80211_sta_he_cap *he_cap = &sta->he_cap; mt7915_mcu_sta_muru_tlv() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | init.c | 511 struct ieee80211_sta_he_cap *he_cap, int vif) in mt7996_set_stream_he_txbf_caps() 513 struct ieee80211_he_cap_elem *elem = &he_cap->he_cap_elem; in mt7996_set_stream_he_txbf_caps() 587 struct ieee80211_sta_he_cap *he_cap = &data->he_cap; in mt7996_init_he_caps() local 588 struct ieee80211_he_cap_elem *he_cap_elem = &he_cap->he_cap_elem; in mt7996_init_he_caps() 589 struct ieee80211_he_mcs_nss_supp *he_mcs = &he_cap->he_mcs_nss_supp; in mt7996_init_he_caps() 600 he_cap->has_he = true; in mt7996_init_he_caps() 682 mt7996_set_stream_he_txbf_caps(phy, he_cap, iftype); in mt7996_init_he_caps() 684 memset(he_cap->ppe_thres, 0, sizeof(he_cap in mt7996_init_he_caps() 510 mt7996_set_stream_he_txbf_caps(struct mt7996_phy *phy, struct ieee80211_sta_he_cap *he_cap, int vif) mt7996_set_stream_he_txbf_caps() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-nvm-parse.c | 589 .he_cap = { 740 .he_cap = { 902 iftype_data->he_cap.he_cap_elem.mac_cap_info[3] |= in iwl_nvm_fixup_sband_iftd() 905 iftype_data->he_cap.he_cap_elem.mac_cap_info[3] |= in iwl_nvm_fixup_sband_iftd() 908 iftype_data->he_cap.he_cap_elem.mac_cap_info[3] |= in iwl_nvm_fixup_sband_iftd() 913 iftype_data->he_cap.he_cap_elem.phy_cap_info[0] |= in iwl_nvm_fixup_sband_iftd() 928 iftype_data->he_cap.he_cap_elem.phy_cap_info[0] |= in iwl_nvm_fixup_sband_iftd() 938 iftype_data->he_cap.he_cap_elem.phy_cap_info[2] |= in iwl_nvm_fixup_sband_iftd() 940 iftype_data->he_cap.he_cap_elem.phy_cap_info[5] |= in iwl_nvm_fixup_sband_iftd() 944 iftype_data->he_cap in iwl_nvm_fixup_sband_iftd() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 618 struct ieee80211_sta_he_cap *he_cap = &sta->deflink.he_cap; in mt76_connac_mcu_sta_he_tlv() local 619 struct ieee80211_he_cap_elem *elem = &he_cap->he_cap_elem; in mt76_connac_mcu_sta_he_tlv() 704 he->he_cap = cpu_to_le32(cap); in mt76_connac_mcu_sta_he_tlv() 711 he_cap->he_mcs_nss_supp.rx_mcs_80p80; in mt76_connac_mcu_sta_he_tlv() 714 he_cap->he_mcs_nss_supp.rx_mcs_160; in mt76_connac_mcu_sta_he_tlv() 718 he_cap->he_mcs_nss_supp.rx_mcs_80; in mt76_connac_mcu_sta_he_tlv() 751 struct ieee80211_sta_he_cap *he_cap = &sta->deflink.he_cap; in mt76_connac_mcu_sta_he_tlv_v2() local 752 struct ieee80211_he_cap_elem *elem = &he_cap in mt76_connac_mcu_sta_he_tlv_v2() 787 const struct ieee80211_sta_he_cap *he_cap; mt76_connac_get_phy_mode_v2() local 1288 const struct ieee80211_sta_he_cap *he_cap; mt76_connac_get_phy_mode() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | init.c | 858 struct ieee80211_sta_he_cap *he_cap, int vif) in mt7915_set_stream_he_txbf_caps() 861 struct ieee80211_he_cap_elem *elem = &he_cap->he_cap_elem; in mt7915_set_stream_he_txbf_caps() 975 struct ieee80211_sta_he_cap *he_cap = &data[idx].he_cap; in mt7915_init_he_caps() local 977 &he_cap->he_cap_elem; in mt7915_init_he_caps() 979 &he_cap->he_mcs_nss_supp; in mt7915_init_he_caps() 993 he_cap->has_he = true; in mt7915_init_he_caps() 1087 mt7915_set_stream_he_txbf_caps(phy, he_cap, i); in mt7915_init_he_caps() 1089 memset(he_cap->ppe_thres, 0, sizeof(he_cap in mt7915_init_he_caps() 857 mt7915_set_stream_he_txbf_caps(struct mt7915_phy *phy, struct ieee80211_sta_he_cap *he_cap, int vif) mt7915_set_stream_he_txbf_caps() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 2266 const struct ieee80211_sta_he_cap *he_cap = &sta->deflink.he_cap; in ath11k_peer_assoc_h_he() local 2281 if (!he_cap->has_he) in ath11k_peer_assoc_h_he() 2292 support_160 = !!(he_cap->he_cap_elem.phy_cap_info[0] & in ath11k_peer_assoc_h_he() 2295 /* Supported HE-MCS and NSS Set of peer he_cap is intersection with self he_cp */ in ath11k_peer_assoc_h_he() 2296 mcs_160_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_160); in ath11k_peer_assoc_h_he() 2297 mcs_80_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in ath11k_peer_assoc_h_he() 2332 he_cap->he_cap_elem.mac_cap_info, in ath11k_peer_assoc_h_he() 2333 sizeof(he_cap->he_cap_elem.mac_cap_info), in ath11k_peer_assoc_h_he() 2337 he_cap in ath11k_peer_assoc_h_he() 2509 const struct ieee80211_sta_he_cap *he_cap = &sta->deflink.he_cap; ath11k_peer_assoc_h_he_6ghz() local 2936 ath11k_mac_vif_recalc_sta_he_txbf(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta_he_cap *he_cap) ath11k_mac_vif_recalc_sta_he_txbf() argument 3007 struct ieee80211_sta_he_cap he_cap; ath11k_bss_assoc() local 5778 ath11k_mac_set_hemcsmap(struct ath11k *ar, struct ath11k_pdev_cap *cap, struct ieee80211_sta_he_cap *he_cap, int band) ath11k_mac_set_hemcsmap() argument 5823 struct ieee80211_sta_he_cap *he_cap = &data[idx].he_cap; ath11k_mac_copy_he_cap() local 7903 ath11k_mac_get_tx_mcs_map(const struct ieee80211_sta_he_cap *he_cap) ath11k_mac_get_tx_mcs_map() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 1615 const struct ieee80211_sta_he_cap *he_cap = &sta->deflink.he_cap; in ath12k_peer_assoc_h_he() local 1622 if (!he_cap->has_he) in ath12k_peer_assoc_h_he() 1627 support_160 = !!(he_cap->he_cap_elem.phy_cap_info[0] & in ath12k_peer_assoc_h_he() 1630 /* Supported HE-MCS and NSS Set of peer he_cap is intersection with self he_cp */ in ath12k_peer_assoc_h_he() 1631 mcs_160_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_160); in ath12k_peer_assoc_h_he() 1632 mcs_80_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in ath12k_peer_assoc_h_he() 1661 memcpy(&arg->peer_he_cap_macinfo, he_cap->he_cap_elem.mac_cap_info, in ath12k_peer_assoc_h_he() 1662 sizeof(he_cap->he_cap_elem.mac_cap_info)); in ath12k_peer_assoc_h_he() 1663 memcpy(&arg->peer_he_cap_phyinfo, he_cap in ath12k_peer_assoc_h_he() 2140 const struct ieee80211_sta_he_cap *he_cap = &sta->deflink.he_cap; ath12k_peer_assoc_h_eht() local 4439 ath12k_mac_copy_he_cap(struct ath12k_band_cap *band_cap, int iftype, u8 num_tx_chains, struct ieee80211_sta_he_cap *he_cap) ath12k_mac_copy_he_cap() argument 4493 ath12k_mac_copy_eht_mcs_nss(struct ath12k_band_cap *band_cap, struct ieee80211_eht_mcs_nss_supp *mcs_nss, const struct ieee80211_he_cap_elem *he_cap, const struct ieee80211_eht_cap_elem_fixed *eht_cap) ath12k_mac_copy_eht_mcs_nss() argument 4610 struct ieee80211_sta_he_cap *he_cap = &data[idx].he_cap; ath12k_mac_copy_sband_iftype_data() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | main.c | 28 struct ieee80211_sta_he_cap *he_cap = &data[idx].he_cap; in mt7921_init_he_caps() local 30 &he_cap->he_cap_elem; in mt7921_init_he_caps() 32 &he_cap->he_mcs_nss_supp; in mt7921_init_he_caps() 43 he_cap->has_he = true; in mt7921_init_he_caps() 147 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7921_init_he_caps() 150 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7921_init_he_caps()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 1269 const struct ieee80211_sta_he_cap *he_cap = &sta->he_cap; in ath11k_peer_assoc_h_he() local 1273 if (!he_cap->has_he) in ath11k_peer_assoc_h_he() 1278 memcpy(&arg->peer_he_cap_macinfo, he_cap->he_cap_elem.mac_cap_info, in ath11k_peer_assoc_h_he() 1280 memcpy(&arg->peer_he_cap_phyinfo, he_cap->he_cap_elem.phy_cap_info, in ath11k_peer_assoc_h_he() 1298 ampdu_factor = (he_cap->he_cap_elem.mac_cap_info[3] & in ath11k_peer_assoc_h_he() 1311 if (he_cap->he_cap_elem.phy_cap_info[6] & in ath11k_peer_assoc_h_he() 1316 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he() 1319 (he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he() 1332 val |= ((he_cap in ath11k_peer_assoc_h_he() 3736 struct ieee80211_sta_he_cap *he_cap = &data[idx].he_cap; ath11k_mac_copy_he_cap() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-nvm-parse.c | 586 .he_cap = { 670 .he_cap = { 758 iwl_he_capa[i].he_cap.he_cap_elem.phy_cap_info[1] &= in iwl_init_he_hw_capab() 760 iwl_he_capa[i].he_cap.he_cap_elem.phy_cap_info[2] &= in iwl_init_he_hw_capab() 762 iwl_he_capa[i].he_cap.he_cap_elem.phy_cap_info[7] &= in iwl_init_he_hw_capab()
|