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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java125 public NetworkDetail(String bssid, String infoElements, List<String> anqpLines, int freq) { argument
127 if (infoElements == null) {
130 int separator = infoElements.indexOf('=');
137 ByteBuffer data = ByteBuffer.wrap(Utils.hexToBytes(infoElements.substring(separator + 1)))
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java3926 String infoElements = null;
3960 infoElements = line;
3970 new NetworkDetail(bssid, infoElements, anqpLines, freq);
3976 bssid, xssid, networkDetail.getSSID(), infoElements));
4006 infoElements = null;

Completed in 245 milliseconds