Home
last modified time | relevance | path

Searched refs:getInformationElements (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiInfoTest.java113 assertEquals(2, info.getInformationElements().size()); in assertNoRedaction()
115 info.getInformationElements().get(0).id); in assertNoRedaction()
117 info.getInformationElements().get(0).idExt); in assertNoRedaction()
119 info.getInformationElements().get(0).bytes); in assertNoRedaction()
121 info.getInformationElements().get(1).id); in assertNoRedaction()
123 info.getInformationElements().get(1).idExt); in assertNoRedaction()
125 info.getInformationElements().get(1).bytes); in assertNoRedaction()
207 assertNull(info.getInformationElements()); in assertLocationSensitiveRedaction()
338 assertNull(info.getInformationElements()); in assertLocationSensitiveAndLocalMacAddressRedaction()
385 assertNull(readWifiInfo.getInformationElements()); in testWifiInfoParcelWriteReadWithNullInfoElements()
[all …]
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DNativeScanResult.java102 @NonNull public byte[] getInformationElements() { in getInformationElements() method in NativeScanResult
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
H A DProvisioningConfiguration.java366 public List<InformationElement> getInformationElements() { in getInformationElements() method in ProvisioningConfiguration.ScanResultInfo
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DScanResult.java1066 public List<InformationElement> getInformationElements() { in getInformationElements() method in ScanResult
H A DWifiInfo.java1389 public List<ScanResult.InformationElement> getInformationElements() { in getInformationElements() method in WifiInfo
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1698 … InformationElementUtil.parseInformationElements(result.getInformationElements()); in convertNativeScanResults()
1714 null, result.getInformationElements()); in convertNativeScanResults()
H A DClientModeImpl.java6349 for (ScanResult.InformationElement ie : scanResult.getInformationElements()) {
/aosp12/packages/modules/NetworkStack/src/android/net/ip/
H A DIpClient.java1631 for (InformationElement ie : scanResultInfo.getInformationElements()) { in getVendorSpecificIEs()
/aosp12/packages/modules/Wifi/framework/api/
H A Dcurrent.txt27 …ull public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
297 …ble public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DClientModeImplTest.java1011 wifiInfo.getInformationElements()); in connect()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7864 method @NonNull public byte[] getInformationElements();