Home
last modified time | relevance | path

Searched refs:he_cap_phy (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/connectivity/wificond/net/
H A Dnetlink_utils.cpp662 vector<uint8_t> he_cap_phy; in ParseHeCapPhyAttribute() local
665 &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()
/aosp12/system/connectivity/wificond/tests/
H A Dnetlink_utils_unittest.cpp166 std::vector<uint8_t> he_cap_phy(kHeCapPhy, kHeCapPhy + sizeof(kHeCapPhy)); in GenerateBandsAttributeForIfTypeData() local
170 NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY, he_cap_phy)); in GenerateBandsAttributeForIfTypeData()