Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1368 assertFalse(heOperation.isVhtInfoPresent()); in getHeOperationElement80Mhz()
1413 assertFalse(heOperation.isVhtInfoPresent()); in getHeOperationElement160Mhz()
1451 assertFalse(heOperation.isVhtInfoPresent()); in getHeOperationElementNo6GHzNoVht()
1492 assertTrue(heOperation.isVhtInfoPresent()); in getHeOperationElementNo6GHzWithVht()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java314 } else if (heOperation.isVhtInfoPresent()) { in NetworkDetail()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java352 public boolean isVhtInfoPresent() { in isVhtInfoPresent() method in InformationElementUtil.HeOperation