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?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.