Lines Matching defs:vht_cap
1542 if (!mi->sta->deflink.vht_cap.vht_supported)
1706 struct ieee80211_sta_vht_cap *vht_cap = &sta->deflink.vht_cap;
1717 if (vht_cap->vht_supported)
1718 use_vht = vht_cap->vht_mcs.tx_mcs_map != cpu_to_le16(~0);
1748 stbc = (vht_cap->cap & IEEE80211_VHT_CAP_RXSTBC_MASK) >>
1751 ldpc = vht_cap->cap & IEEE80211_VHT_CAP_RXLDPC;
1796 if (!vht_cap->vht_supported ||
1804 !(vht_cap->cap & IEEE80211_VHT_CAP_SHORT_GI_80))) {
1817 vht_cap->vht_mcs.tx_mcs_map);