Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DRttManager.java600 public static class WifiInformationElement { class in RttManager
745 public WifiInformationElement LCI;
748 public WifiInformationElement LCR;
896 results[i].LCI = new WifiInformationElement();
903 results[i].LCR = new WifiInformationElement();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java46 import android.hardware.wifi.V1_0.WifiInformationElement;
2603 private static byte[] hidlIeArrayToFrameworkIeBlob(ArrayList<WifiInformationElement> ies) { in hidlIeArrayToFrameworkIeBlob()
2606 for (WifiInformationElement ie : ies) { in hidlIeArrayToFrameworkIeBlob()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java75 import android.hardware.wifi.V1_0.WifiInformationElement;
3306 WifiInformationElement ie1 = new WifiInformationElement(); in createHidlAndFrameworkBgScanResult()
/frameworks/base/api/
Dsystem-current.txt4611 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCI;
4612 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCR;
4646 @Deprecated public static class RttManager.WifiInformationElement {
4647 ctor @Deprecated public RttManager.WifiInformationElement();