Searched refs:vht_cap (Results 1 – 2 of 2) sorted by relevance
684 uint32_t vht_cap; in ParseVhtCapAttribute() local685 if (!band.GetAttributeValue(NL80211_BAND_ATTR_VHT_CAPA, &vht_cap)) { in ParseVhtCapAttribute()689 if (vht_cap & kVht160MhzBitMask) { in ParseVhtCapAttribute()692 if (vht_cap & kVht80p80MhzBitMask) { in ParseVhtCapAttribute()
146 std::vector<uint8_t> vht_cap(kVhtCap, kVhtCap + sizeof(kVhtCap)); in GenerateBandsAttributeForVhtCapa() local148 vht_cap); in GenerateBandsAttributeForVhtCapa()