Searched defs:addNetwork (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
H A DPlatformAdapter.java225 * 1. The network id is not returned. addNetwork cannot be called from here since the method
255 int networkId = wifiManager.addNetwork(config);
284 Integer spNwk = addNetwork(homeSP, certs, privateKey, osuNetwork);
446 private Integer addNetwork(HomeSP homeSP, Map<OSUCertType, List<X509Certificate>> certs, method in class:PlatformAdapter
460 int nwkId = wifiManager.addNetwork(config);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java401 SupplicantStaNetworkHal network = addNetwork();
707 private SupplicantStaNetworkHal addNetwork() { method in class:SupplicantStaIfaceHal
709 final String methodStr = "addNetwork";
713 mISupplicantStaIface.addNetwork((SupplicantStatus status,
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1066 public int addNetwork(WifiConfiguration config) { method in class:WifiManager
1226 * @param netId the ID of the network as returned by {@link #addNetwork} or {@link
1260 * @param netId the ID of the network as returned by {@link #addNetwork} or {@link
1298 * @param netId the ID of the network as returned by {@link #addNetwork} or {@link
1700 * {@link #addNetwork(WifiConfiguration)}, {@link #updateNetwork(WifiConfiguration)}
2841 * sequence of addNetwork(), enableNetwork(), saveConfiguration() and
2867 * @param networkId the ID of the network as returned by {@link #addNetwork} or {@link
2885 * sequence of addNetwork(), enableNetwork() and saveConfiguration().

Completed in 252 milliseconds