Home
last modified time | relevance | path

Searched refs:own_cap (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/mac80211/
Dvht.c121 struct ieee80211_sta_vht_cap own_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap() local
141 own_cap = sband->vht_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap()
150 ieee80211_apply_vhtcap_overrides(sdata, &own_cap); in ieee80211_vht_cap_ie_to_sta_vht_cap()
168 switch (own_cap.cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_MASK) { in ieee80211_vht_cap_ie_to_sta_vht_cap()
183 vht_cap->cap |= cap_info & own_cap.cap & in ieee80211_vht_cap_ie_to_sta_vht_cap()
188 if (own_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
193 if (own_cap.cap & IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
198 if (own_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMER_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
202 if (own_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE) in ieee80211_vht_cap_ie_to_sta_vht_cap()
206 if (own_cap.cap & IEEE80211_VHT_CAP_TXSTBC) in ieee80211_vht_cap_ie_to_sta_vht_cap()
[all …]
Dht.c135 struct ieee80211_sta_ht_cap ht_cap, own_cap; in ieee80211_ht_cap_ie_to_sta_ht_cap() local
149 own_cap = sband->ht_cap; in ieee80211_ht_cap_ie_to_sta_ht_cap()
159 ieee80211_apply_htcap_overrides(sdata, &own_cap); in ieee80211_ht_cap_ie_to_sta_ht_cap()
168 (own_cap.cap | ~(IEEE80211_HT_CAP_LDPC_CODING | in ieee80211_ht_cap_ie_to_sta_ht_cap()
179 if (!(own_cap.cap & IEEE80211_HT_CAP_TX_STBC)) in ieee80211_ht_cap_ie_to_sta_ht_cap()
181 if (!(own_cap.cap & IEEE80211_HT_CAP_RX_STBC)) in ieee80211_ht_cap_ie_to_sta_ht_cap()
191 tx_mcs_set_cap = own_cap.mcs.tx_params; in ieee80211_ht_cap_ie_to_sta_ht_cap()
217 own_cap.mcs.rx_mask[i] & ht_cap_ie->mcs.rx_mask[i]; in ieee80211_ht_cap_ie_to_sta_ht_cap()
223 own_cap.mcs.rx_mask[i] & in ieee80211_ht_cap_ie_to_sta_ht_cap()
227 if (own_cap.mcs.rx_mask[32/8] & ht_cap_ie->mcs.rx_mask[32/8] & 1) in ieee80211_ht_cap_ie_to_sta_ht_cap()