Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java125 public NetworkDetail(String bssid, String infoElements, List<String> anqpLines, int freq) { in NetworkDetail() argument
127 if (infoElements == null) { in NetworkDetail()
130 int separator = infoElements.indexOf('='); in NetworkDetail()
137 ByteBuffer data = ByteBuffer.wrap(Utils.hexToBytes(infoElements.substring(separator + 1))) in NetworkDetail()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java3828 String infoElements = null; in setScanResults() local
3862 infoElements = line; in setScanResults()
3872 new NetworkDetail(bssid, infoElements, anqpLines, freq); in setScanResults()
3878 bssid, xssid, networkDetail.getSSID(), infoElements)); in setScanResults()
3908 infoElements = null; in setScanResults()