Searched refs:bcap (Results 1 – 3 of 3) sorted by relevance
1266 struct ieee80211_sta_ht_cap *bcap) in qtnf_cmd_resp_band_fill_htcap() argument1271 bcap->ht_supported = true; in qtnf_cmd_resp_band_fill_htcap()1272 bcap->cap = le16_to_cpu(ht_cap->cap_info); in qtnf_cmd_resp_band_fill_htcap()1273 bcap->ampdu_factor = in qtnf_cmd_resp_band_fill_htcap()1275 bcap->ampdu_density = in qtnf_cmd_resp_band_fill_htcap()1278 memcpy(&bcap->mcs, &ht_cap->mcs, sizeof(bcap->mcs)); in qtnf_cmd_resp_band_fill_htcap()1282 struct ieee80211_sta_vht_cap *bcap) in qtnf_cmd_resp_band_fill_vhtcap() argument1287 bcap->vht_supported = true; in qtnf_cmd_resp_band_fill_vhtcap()1288 bcap->cap = le32_to_cpu(vht_cap->vht_cap_info); in qtnf_cmd_resp_band_fill_vhtcap()1289 memcpy(&bcap->vht_mcs, &vht_cap->supp_mcs, sizeof(bcap->vht_mcs)); in qtnf_cmd_resp_band_fill_vhtcap()
3939 struct ath11k_band_cap *bcap) in ath11k_mac_setup_he_6ghz_cap() argument3943 bcap->he_6ghz_capa = IEEE80211_HT_MPDU_DENSITY_NONE; in ath11k_mac_setup_he_6ghz_cap()3944 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath11k_mac_setup_he_6ghz_cap()3945 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()3949 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()3954 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()3957 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()3960 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_RX_ANTPAT_CONS; in ath11k_mac_setup_he_6ghz_cap()3962 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_TX_ANTPAT_CONS; in ath11k_mac_setup_he_6ghz_cap()3964 return cpu_to_le16(bcap->he_6ghz_capa); in ath11k_mac_setup_he_6ghz_cap()
254 uint32_t bcap:1; member268 uint32_t bcap:1;