What is wifi network configuration policy in android? I've just found that I can configure unlimited number of equal WifiConfiguration through WifiManager.addNetwork() That's a mess. I cannot really check that network configuration already exist (because in most cases I've got BSSID=null in returned configuration), the system does not check that I have already added a configuration with the same parameters.
OK, anyway- it there a real way to check that network found as a result of scanning really absent in the configuration?