Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp722 vector<uint8_t> eht_cap_phy; in ParseEhtCapPhyAttribute() local
725 &eht_cap_phy)) { in ParseEhtCapPhyAttribute()
730 if (eht_cap_phy.size() < kEhtCapPhyNumByte) { in ParseEhtCapPhyAttribute()
734 if (eht_cap_phy[0] & kEht320MhzBitMask) { in ParseEhtCapPhyAttribute()