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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java628 SupplicantStaNetworkHal network = addNetwork(ifaceName);
1000 private SupplicantStaNetworkHal addNetwork(@NonNull String ifaceName) { method in class:SupplicantStaIfaceHal
1002 final String methodStr = "addNetwork";
1007 iface.addNetwork((SupplicantStatus status,
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1115 public int addNetwork(WifiConfiguration config) { method in class:WifiManager
1275 * @param netId the ID of the network as returned by {@link #addNetwork} or {@link
1309 * @param netId the ID of the network as returned by {@link #addNetwork} or {@link
1348 * @param netId the ID of the network as returned by {@link #addNetwork} or {@link
1715 * {@link #addNetwork(WifiConfiguration)}, {@link #updateNetwork(WifiConfiguration)}
2949 * sequence of addNetwork(), enableNetwork(), and reconnect()
2973 * @param networkId the ID of the network as returned by {@link #addNetwork} or {@link
2991 * sequence of addNetwork() and enableNetwork().

Completed in 164 milliseconds