Home
last modified time | relevance | path

Searched refs:informationElements (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DScanResultUtilTest.java52 input.informationElements = new InformationElement[] { in convertScanResult()
68 input.informationElements = new InformationElement[] { in convertScanResultWithAnqpLines()
83 input.informationElements = new InformationElement[] { in convertScanResultWithoutWifiSsid()
97 scanResult.informationElements = new InformationElement[] { in testNetworkCreationFromScanResult()
197 input.informationElements = new InformationElement[] { in testPskSha256SaeTransitionModeCheck()
216 input.informationElements = new InformationElement[] { in testPskSaeTransitionModeCheck()
235 input.informationElements = new InformationElement[] { in testPskNotInTransitionModeCheck()
254 input.informationElements = new InformationElement[] { in testSaeNotInTransitionModeCheck()
273 input.informationElements = new InformationElement[] { in testFtEapAkmSupportedNetwork()
293 input.informationElements = new InformationElement[] { in testFilsSha256AkmSupportedNetwork()
[all …]
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DScanResultTest.java216 writeScanResult.informationElements = new ScanResult.InformationElement[2]; in verifyScanResultParcelWithInformationElement()
217 writeScanResult.informationElements[0] = new ScanResult.InformationElement(); in verifyScanResultParcelWithInformationElement()
218 writeScanResult.informationElements[0].id = InformationElement.EID_HT_OPERATION; in verifyScanResultParcelWithInformationElement()
219 writeScanResult.informationElements[0].idExt = 0; in verifyScanResultParcelWithInformationElement()
220 writeScanResult.informationElements[0].bytes = new byte[]{0x11, 0x22, 0x33}; in verifyScanResultParcelWithInformationElement()
221 writeScanResult.informationElements[1] = new ScanResult.InformationElement(); in verifyScanResultParcelWithInformationElement()
222 writeScanResult.informationElements[1].id = InformationElement.EID_EXTENSION_PRESENT; in verifyScanResultParcelWithInformationElement()
223 writeScanResult.informationElements[1].idExt = InformationElement.EID_EXT_HE_OPERATION; in verifyScanResultParcelWithInformationElement()
224 writeScanResult.informationElements[1].bytes = new byte[]{0x44, 0x55, 0x66}; in verifyScanResultParcelWithInformationElement()
321 assertArrayEquals(expected.informationElements, actual.informationElements); in assertScanResultEquals()
DWifiInfoTest.java67 List<ScanResult.InformationElement> informationElements) { in makeWifiInfoForNoRedactions() argument
88 info.setInformationElements(informationElements); in makeWifiInfoForNoRedactions()
95 List<ScanResult.InformationElement> informationElements) { in assertNoRedaction() argument
114 assertEquals(informationElements.get(0).id, in assertNoRedaction()
116 assertEquals(informationElements.get(0).idExt, in assertNoRedaction()
118 assertArrayEquals(informationElements.get(0).bytes, in assertNoRedaction()
120 assertEquals(informationElements.get(1).id, in assertNoRedaction()
122 assertEquals(informationElements.get(1).idExt, in assertNoRedaction()
124 assertArrayEquals(informationElements.get(1).bytes, in assertNoRedaction()
140 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactNoRedactions() local
[all …]
/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java473 scan.informationElements = null; in testResponderPreambleSelection()
483 scan.informationElements = new ScanResult.InformationElement[2]; in testResponderPreambleSelection()
484 scan.informationElements[0] = htCap; in testResponderPreambleSelection()
485 scan.informationElements[1] = vhtCap; in testResponderPreambleSelection()
492 scan.informationElements[0] = vsa; in testResponderPreambleSelection()
493 scan.informationElements[1] = vsa; in testResponderPreambleSelection()
500 scan.informationElements[0] = vsa; in testResponderPreambleSelection()
501 scan.informationElements[1] = htCap; in testResponderPreambleSelection()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiHealthMonitorTest.java282 scanDatas[0].getResults()[0].informationElements = new InformationElement[0]; in mockScanData()
283 scanDatas[0].getResults()[1].informationElements = new InformationElement[0]; in mockScanData()
284 scanDatas[0].getResults()[2].informationElements = new InformationElement[0]; in mockScanData()
285 scanDatas[0].getResults()[3].informationElements = new InformationElement[0]; in mockScanData()
294 scanDatas[0].getResults()[0].informationElements = new InformationElement[0]; in mockScanDataAbove2GOnly()
295 scanDatas[0].getResults()[1].informationElements = new InformationElement[0]; in mockScanDataAbove2GOnly()
296 scanDatas[0].getResults()[2].informationElements = new InformationElement[0]; in mockScanDataAbove2GOnly()
297 scanDatas[0].getResults()[3].informationElements = new InformationElement[0]; in mockScanDataAbove2GOnly()
DAvailableNetworkNotifierTest.java110 result.informationElements = new InformationElement[] { ie }; in testConnectToUnknownAkmNetwork()
DWifiConnectivityManagerTest.java375 scanResults[0].informationElements = new InformationElement[1]; in mockWifiScanner()
376 scanResults[0].informationElements[0] = new InformationElement(); in mockWifiScanner()
377 scanResults[0].informationElements[0].id = InformationElement.EID_SSID; in mockWifiScanner()
378 scanResults[0].informationElements[0].bytes = in mockWifiScanner()
3483 scanDatas[0].getResults()[0].informationElements = new InformationElement[0]; in createScanDataWithDifferentRadioChainInfos()
3484 scanDatas[0].getResults()[1].informationElements = new InformationElement[0]; in createScanDataWithDifferentRadioChainInfos()
3485 scanDatas[0].getResults()[2].informationElements = new InformationElement[0]; in createScanDataWithDifferentRadioChainInfos()
3486 scanDatas[0].getResults()[3].informationElements = new InformationElement[0]; in createScanDataWithDifferentRadioChainInfos()
DClientModeImplTest.java943 scanResult.informationElements = new ScanResult.InformationElement[]{ie}; in connect()
1010 assertEquals(Arrays.asList(scanResult.informationElements), in connect()
5096 scanResult.informationElements = new ScanResult.InformationElement[]{ie}; in setupFilsEnabledApInScanResult()
DWifiVendorHalTest.java4003 staScanResult.informationElements.add(ie1); in createHidlAndFrameworkBgScanResult()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanDetail.java45 ScanResult.InformationElement[] informationElements, List<String> anqpLines, in ScanDetail() argument
56 mScanResult.informationElements = informationElements; in ScanDetail()
DWifiConnectivityManager.java900 if (result.informationElements == null) { in onPnoNetworkFound()
DClientModeImpl.java2462 if (matchingScanResult == null || matchingScanResult.informationElements == null) {
2465 return Arrays.asList(matchingScanResult.informationElements);
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1061 public InformationElement[] informationElements; field in ScanResult
1067 return Collections.unmodifiableList(Arrays.asList(informationElements)); in getInformationElements()
1168 informationElements = source.informationElements; in ScanResult()
1263 dest.writeTypedArray(informationElements, flags); in writeToParcel()
1332 sr.informationElements = in.createTypedArray(InformationElement.CREATOR);
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DProvisioningConfiguration.java337 @NonNull List<InformationElement> informationElements) { in ScanResultInfo() argument
343 Collections.unmodifiableList(new ArrayList<>(informationElements)); in ScanResultInfo()
405 p.informationElements = toParcelableArray(mInformationElements, in toStableParcelable()
417 ies.addAll(fromParcelableArray(p.informationElements, in fromStableParcelable()
/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderConfig.java313 if (scanResult.informationElements != null && scanResult.informationElements.length != 0) { in fromScanResult()
318 for (ScanResult.InformationElement ie : scanResult.informationElements) { in fromScanResult()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java879 InformationElementUtil.getRoamingConsortiumIE(scanResult.informationElements); in getAllMatchedProviders()
881 scanResult.informationElements); in getAllMatchedProviders()
1008 InformationElementUtil.getHS2VendorSpecificIE(scanResult.informationElements); in getANQPElements()
1353 InformationElementUtil.getRoamingConsortiumIE(scanResult.informationElements), in getMatchingScanResults()
1442 scanResult.informationElements); in requestVenueUrlAnqpElement()
1469 scanResult.informationElements); in getVenueUrl()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
DScanResultInfoParcelable.aidl22 android.net.InformationElementParcelable[] informationElements;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/
DScanResultInfoParcelable.aidl22 android.net.InformationElementParcelable[] informationElements;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
DScanResultInfoParcelable.aidl22 android.net.InformationElementParcelable[] informationElements;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
DScanResultInfoParcelable.aidl24 android.net.InformationElementParcelable[] informationElements;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/
DScanResultInfoParcelable.aidl24 android.net.InformationElementParcelable[] informationElements;
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/
DScanResultInfoParcelable.aidl23 android.net.InformationElementParcelable[] informationElements;
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DScanResultInfoParcelable.aidl25 InformationElementParcelable[] informationElements;
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DScanResultUtil.java49 ScanResult.InformationElement[] ieArray = (null != scanResult.informationElements) in toScanDetail()
50 ? scanResult.informationElements in toScanDetail()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java1815 if (result.informationElements != null) { in reportFullScanResult()
1816 newResult.informationElements = result.informationElements.clone(); in reportFullScanResult()
1819 newResult.informationElements = null; in reportFullScanResult()
2382 if (scanResult.informationElements != null in isSingleScanNeeded()
2383 && scanResult.informationElements.length > 0) { in isSingleScanNeeded()