Home
last modified time | relevance | path

Searched refs:infoElements (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java42 ArrayList<InformationElement> infoElements = new ArrayList<>(); in parseInformationElements() local
63 infoElements.add(ie); in parseInformationElements()
65 return infoElements.toArray(new InformationElement[infoElements.size()]); in parseInformationElements()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java125 public NetworkDetail(String bssid, ScanResult.InformationElement[] infoElements, in NetworkDetail() argument
127 if (infoElements == null) { in NetworkDetail()
165 for (ScanResult.InformationElement ie : infoElements) { in NetworkDetail()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java705 ScanResult.InformationElement[] infoElements = in getScanResults() local
710 infoElements, anqpLines, freq); in getScanResults()
722 level, freq, tsf, infoElements, anqpLines); in getScanResults()