Lines Matching refs:ht_cap

795 	struct ieee80211_sta_ht_cap *ht_cap;  in mt76_connac_get_phy_mode_v2()  local
802 ht_cap = &link_sta->ht_cap; in mt76_connac_get_phy_mode_v2()
810 ht_cap = &sband->ht_cap; in mt76_connac_get_phy_mode_v2()
819 if (ht_cap->ht_supported) in mt76_connac_get_phy_mode_v2()
830 if (ht_cap->ht_supported) in mt76_connac_get_phy_mode_v2()
864 if (sta->deflink.ht_cap.ht_supported) { in mt76_connac_mcu_sta_tlv()
869 ht->ht_cap = cpu_to_le16(sta->deflink.ht_cap.cap); in mt76_connac_mcu_sta_tlv()
891 if (sta->deflink.ht_cap.ht_supported || sta->deflink.he_cap.has_he) in mt76_connac_mcu_sta_tlv()
916 sta->deflink.ht_cap.ampdu_factor) | in mt76_connac_mcu_sta_tlv()
918 sta->deflink.ht_cap.ampdu_density); in mt76_connac_mcu_sta_tlv()
932 if (sta->deflink.ht_cap.ht_supported) in mt76_connac_mcu_sta_tlv()
934 sta->deflink.ht_cap.mcs.rx_mask, in mt76_connac_mcu_sta_tlv()
971 if (sta->deflink.ht_cap.ht_supported || sta->deflink.he_6ghz_capa.capa) { in mt76_connac_mcu_wtbl_ht_tlv()
976 !!(sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_LDPC_CODING); in mt76_connac_mcu_wtbl_ht_tlv()
978 if (sta->deflink.ht_cap.ht_supported) { in mt76_connac_mcu_wtbl_ht_tlv()
979 ht->af = sta->deflink.ht_cap.ampdu_factor; in mt76_connac_mcu_wtbl_ht_tlv()
980 ht->mm = sta->deflink.ht_cap.ampdu_density; in mt76_connac_mcu_wtbl_ht_tlv()
1011 if (is_connac_v1(dev) && sta->deflink.ht_cap.ht_supported) { in mt76_connac_mcu_wtbl_ht_tlv()
1021 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_20) in mt76_connac_mcu_wtbl_ht_tlv()
1023 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_40) in mt76_connac_mcu_wtbl_ht_tlv()
1320 struct ieee80211_sta_ht_cap *ht_cap; in mt76_connac_get_phy_mode() local
1327 ht_cap = &link_sta->ht_cap; in mt76_connac_get_phy_mode()
1334 ht_cap = &sband->ht_cap; in mt76_connac_get_phy_mode()
1342 if (ht_cap->ht_supported) in mt76_connac_get_phy_mode()
1350 if (ht_cap->ht_supported) in mt76_connac_get_phy_mode()