D | WifiConfigCreator.java | 179 public int updateNetwork(WifiConfiguration wifiConf, String ssid, boolean hidden, in updateNetwork() method in WifiConfigCreator 189 int newNetId = mWifiManager.updateNetwork(conf); in updateNetwork() 207 public int updateNetwork(int netId, String ssid, boolean hidden, in updateNetwork() method in WifiConfigCreator 221 return updateNetwork(wifiConf, ssid, hidden, securityType, password); in updateNetwork()
|