Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1660 ie.id = InformationElement.EID_VHT_OPERATION; in getVhtOperationElement20_40Mhz()
1691 ie.id = InformationElement.EID_VHT_OPERATION; in getVhtOperationElement80Mhz()
1722 ie.id = InformationElement.EID_VHT_OPERATION; in getVhtOperationElement160Mhz()
1753 ie.id = InformationElement.EID_VHT_OPERATION; in getVhtOperationElement80PlusMhz()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java245 case ScanResult.InformationElement.EID_VHT_OPERATION: in NetworkDetail()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java620 if (ie.id != InformationElement.EID_VHT_OPERATION) { in from()
804 mVhtInfo.id = InformationElement.EID_VHT_OPERATION; in from()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1240 public static final int EID_VHT_OPERATION = 192; field in ScanResult.InformationElement