Searched refs:netID (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ConfigurationMap.java | 54 public WifiConfiguration remove(int netID) { in remove() argument 55 WifiConfiguration config = mPerID.remove(netID); in remove() 61 mPerIDForCurrentUser.remove(netID); in remove() 65 if (entries.next().getValue().networkId == netID) { in remove() 70 mHiddenNetworkIdsForCurrentUser.remove(netID); in remove()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | SupplicantBridge.java | 278 private static List<String> getWPSNetCommands(String netID, NetworkDetail networkDetail, in getWPSNetCommands() argument 284 commands.add(String.format("SET_NETWORK %s key_mgmt WPA-EAP", netID)); in getWPSNetCommands() 285 commands.add(String.format("SET_NETWORK %s ssid %s", netID, escapeSSID(networkDetail))); in getWPSNetCommands() 287 netID, networkDetail.getBSSIDString())); in getWPSNetCommands() 289 netID, mapEAPMethodName(eapMethod.getEAPMethodID()))); in getWPSNetCommands() 299 netID, escapeString(credential.getUserName(), true))); in getWPSNetCommands() 301 netID, escapeString(credential.getPassword(), true))); in getWPSNetCommands() 303 netID)); in getWPSNetCommands() 308 commands.add(String.format("SET_NETWORK %s priority 0", netID)); in getWPSNetCommands() 309 commands.add(String.format("ENABLE_NETWORK %s", netID)); in getWPSNetCommands()
|