Lines Matching defs:vht_cap
1156 if (!mi->sta->vht_cap.vht_supported)
1396 struct ieee80211_sta_vht_cap *vht_cap = &sta->vht_cap;
1410 if (vht_cap->vht_supported)
1411 use_vht = vht_cap->vht_mcs.tx_mcs_map != cpu_to_le16(~0);
1444 stbc = (vht_cap->cap & IEEE80211_VHT_CAP_RXSTBC_MASK) >>
1447 ldpc = vht_cap->cap & IEEE80211_VHT_CAP_RXLDPC;
1496 if (!vht_cap->vht_supported ||
1504 !(vht_cap->cap & IEEE80211_VHT_CAP_SHORT_GI_80))) {
1517 vht_cap->vht_mcs.tx_mcs_map);