Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1464 assertFalse(heOperation.isVhtInfoPresent()); in getHeOperationElement80Mhz()
1509 assertFalse(heOperation.isVhtInfoPresent()); in getHeOperationElement160Mhz()
1547 assertFalse(heOperation.isVhtInfoPresent()); in getHeOperationElementNo6GHzNoVht()
1588 assertTrue(heOperation.isVhtInfoPresent()); in getHeOperationElementNo6GHzWithVht()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java314 } else if (heOperation.isVhtInfoPresent()) { in NetworkDetail()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java352 public boolean isVhtInfoPresent() { in isVhtInfoPresent() method in InformationElementUtil.HeOperation