Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSupplicantBridge.java206 private static String escapeSSID(NetworkDetail networkDetail) { in escapeSSID() method in SupplicantBridge
285 commands.add(String.format("SET_NETWORK %s ssid %s", netID, escapeSSID(networkDetail))); in getWPSNetCommands()