Searched refs:he_cap_phy (Results 1 – 2 of 2) sorted by relevance
662 vector<uint8_t> he_cap_phy; in ParseHeCapPhyAttribute() local665 &he_cap_phy)) { in ParseHeCapPhyAttribute()670 if (he_cap_phy.size() < kHeCapPhyNumByte) { in ParseHeCapPhyAttribute()674 if (he_cap_phy[0] & kHe160MhzBitMask) { in ParseHeCapPhyAttribute()677 if (he_cap_phy[0] & kHe80p80MhzBitMask) { in ParseHeCapPhyAttribute()
166 std::vector<uint8_t> he_cap_phy(kHeCapPhy, kHeCapPhy + sizeof(kHeCapPhy)); in GenerateBandsAttributeForIfTypeData() local170 NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY, he_cap_phy)); in GenerateBandsAttributeForIfTypeData()