/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | InformationElementUtilTest.java | 728 ie.id = InformationElement.EID_VSA; in buildCapabilities_wpa1Element() 747 ie.id = InformationElement.EID_VSA; in buildCapabilities_wpa1ElementWithUnknownAkm() 768 ie.id = InformationElement.EID_VSA; in buildCapabilities_malformedWpa1Element() 790 ieWpa.id = InformationElement.EID_VSA; in buildCapabilities_rsnAndWpaElement() 956 ieOwe.id = InformationElement.EID_VSA; in buildCapabilities_oweVsElementOweSupported() 972 ieOwe.id = InformationElement.EID_VSA; in buildCapabilities_oweVsElementOweNotSupported() 1145 ieWpa.id = InformationElement.EID_VSA; in buildCapabilities_malformedRsnAndWpaElement() 1161 ieWpa.id = InformationElement.EID_VSA; in buildCapabilities_wpaAndWpsElement() 1171 ieWps.id = InformationElement.EID_VSA; in buildCapabilities_wpaAndWpsElement() 1188 ie.id = InformationElement.EID_VSA; in buildCapabilities_nonRsnWpa1Element_privacySet() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceCallbackAidlImplTest.java | 1194 (byte) ScanResult.InformationElement.EID_VSA, 4, 0x1, 0x2, 0x3, 0x0, in testOnDeviceFoundWithVendorElements() 1195 (byte) ScanResult.InformationElement.EID_VSA, 4, 0x1, 0x2, 0x3, 0x1}; in testOnDeviceFoundWithVendorElements() 1198 ScanResult.InformationElement.EID_VSA, 0, new byte[]{0x1, 0x2, 0x3, 0x0})); in testOnDeviceFoundWithVendorElements() 1200 ScanResult.InformationElement.EID_VSA, 0, new byte[]{0x1, 0x2, 0x3, 0x1})); in testOnDeviceFoundWithVendorElements() 1222 (byte) ScanResult.InformationElement.EID_VSA, 4, 0x1, 0x2, 0x3, 0x1}; in testOnDeviceFoundWithVendorElementsWithNonVsie() 1226 ScanResult.InformationElement.EID_VSA, 0, new byte[]{0x1, 0x2, 0x3, 0x1})); in testOnDeviceFoundWithVendorElementsWithNonVsie() 1248 (byte) (byte) ScanResult.InformationElement.EID_VSA, 4, 0x1, 0x2, 0x3, 0x0, in testOnDeviceFoundWithVendorElementsWithMalformedVsie() 1249 (byte) (byte) ScanResult.InformationElement.EID_VSA, 4, 0x1, 0x2, 0x3, 0x1, in testOnDeviceFoundWithVendorElementsWithMalformedVsie() 1250 (byte) (byte) ScanResult.InformationElement.EID_VSA, 4, 0x1, 0x2, 0x3}; in testOnDeviceFoundWithVendorElementsWithMalformedVsie() 1254 ScanResult.InformationElement.EID_VSA, 0, new byte[]{0x1, 0x2, 0x3, 0x0})); in testOnDeviceFoundWithVendorElementsWithMalformedVsie() [all …]
|
D | WifiP2pServiceImplTest.java | 6968 ScanResult.InformationElement.EID_VSA, 0, in verifySetVendorElement()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/ |
D | WifiP2pManagerTest.java | 177 ScanResult.InformationElement.EID_VSA, 0, new byte[4])); in testSetVendorElementsWithNonVendorSpecificInformationElement() 198 ScanResult.InformationElement.EID_VSA, 0, new byte[256])); in testSetVendorElementsWithIeSizeOver255Bytes() 217 ScanResult.InformationElement.EID_VSA, 0, new byte[256])); in testSetVendorElementsWithTotalSizeOver512Bytes() 219 ScanResult.InformationElement.EID_VSA, 0, new byte[256])); in testSetVendorElementsWithTotalSizeOver512Bytes()
|
D | WifiP2pDeviceTest.java | 143 new ScanResult.InformationElement(ScanResult.InformationElement.EID_VSA, in testVendorElementsSetterGetter()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApConfigurationTest.java | 19 import static android.net.wifi.ScanResult.InformationElement.EID_VSA; 56 new ScanResult.InformationElement(EID_VSA, 0, new byte[]{ 1, 2, 3, 4 }), 58 EID_VSA, 64 new ScanResult.InformationElement(EID_VSA, 0, new byte[]{ 1, 2, 3, 4 }),
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SoftApConfiguration.java | 1515 if (e.id != ScanResult.InformationElement.EID_VSA) { in setVendorElements() 1519 new byte[]{ (byte) ScanResult.InformationElement.EID_VSA })); in setVendorElements()
|
D | ScanResult.java | 1245 public static final int EID_VSA = 221; field in ScanResult.InformationElement
|
D | WifiScanner.java | 704 if (e.id != ScanResult.InformationElement.EID_VSA) { in setVendorIes()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 252 if (ie.id == InformationElement.EID_VSA) { in getHS2VendorSpecificIE() 274 if (ie.id == InformationElement.EID_VSA) { in getVendorSpecificIE() 2271 if (ie.id == InformationElement.EID_VSA) { in from()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | NetworkDetail.java | 260 case ScanResult.InformationElement.EID_VSA: in NetworkDetail()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/ |
D | WifiRttManagerTest.java | 631 vsa.id = ScanResult.InformationElement.EID_VSA; in testResponderPreambleSelection()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceCallbackAidlImpl.java | 944 if (id != ScanResult.InformationElement.EID_VSA) continue; in handleDeviceFound()
|
D | WifiP2pServiceImpl.java | 7446 .anyMatch(ie -> ie.id != ScanResult.InformationElement.EID_VSA)) { in updateVendorElements()
|
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ |
D | WifiP2pManager.java | 3621 if (e.id != ScanResult.InformationElement.EID_VSA) { in setVendorElements()
|