Searched refs:vht_cap (Results 1 – 2 of 2) sorted by relevance
645 uint32_t vht_cap; in ParseVhtCapAttribute() local646 if (!band.GetAttributeValue(NL80211_BAND_ATTR_VHT_CAPA, &vht_cap)) { in ParseVhtCapAttribute()650 if (vht_cap & kVht160MhzBitMask) { in ParseVhtCapAttribute()653 if (vht_cap & kVht80p80MhzBitMask) { in ParseVhtCapAttribute()
145 std::vector<uint8_t> vht_cap(kVhtCap, kVhtCap + sizeof(kVhtCap)); in GenerateBandsAttributeForVhtCapa() local147 vht_cap); in GenerateBandsAttributeForVhtCapa()