Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java34 import com.android.server.wifi.util.InformationElementUtil.VhtOperation;
1323 VhtOperation vhtOperation = new VhtOperation(); in getVhtOperationElement20_40Mhz()
1354 VhtOperation vhtOperation = new VhtOperation(); in getVhtOperationElement80Mhz()
1385 VhtOperation vhtOperation = new VhtOperation(); in getVhtOperationElement160Mhz()
1416 VhtOperation vhtOperation = new VhtOperation(); in getVhtOperationElement80PlusMhz()
1593 VhtOperation vhtOperation = new VhtOperation(); in getHeOperationElementNo6GHzWithVht()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java156 InformationElementUtil.VhtOperation vhtOperation = in NetworkDetail()
157 new InformationElementUtil.VhtOperation(); in NetworkDetail()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java238 public static class VhtOperation { class in InformationElementUtil