Lines Matching refs:own_cap
123 struct ieee80211_sta_vht_cap own_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap() local
159 own_cap = sband->vht_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap()
168 ieee80211_apply_vhtcap_overrides(sdata, &own_cap); in ieee80211_vht_cap_ie_to_sta_vht_cap()
183 own_cap.cap & IEEE80211_VHT_CAP_MAX_MPDU_MASK); in ieee80211_vht_cap_ie_to_sta_vht_cap()
186 switch (own_cap.cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_MASK) { in ieee80211_vht_cap_ie_to_sta_vht_cap()
201 vht_cap->cap |= cap_info & own_cap.cap & in ieee80211_vht_cap_ie_to_sta_vht_cap()
206 if (own_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
211 if (own_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
216 if (own_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMER_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
220 if (own_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
224 if (own_cap.cap & IEEE80211_VHT_CAP_TXSTBC) in ieee80211_vht_cap_ie_to_sta_vht_cap()
227 if (own_cap.cap & IEEE80211_VHT_CAP_RXSTBC_MASK) in ieee80211_vht_cap_ie_to_sta_vht_cap()
245 own_rx = le16_to_cpu(own_cap.vht_mcs.rx_mcs_map); in ieee80211_vht_cap_ie_to_sta_vht_cap()
248 own_tx = le16_to_cpu(own_cap.vht_mcs.tx_mcs_map); in ieee80211_vht_cap_ie_to_sta_vht_cap()