If I have to do some specific actions while connected to a specific wifi network, what can I save inside my DataBase to be sure that I'm connected exactly to that network? I saw that Android doesn't save the BSSID of a saved network but only the SSID and multiple profile with the save SSID are allowed so I can't use it.
Asked
Active
Viewed 457 times
1 Answers
0
Are you sure? http://developer.android.com/reference/android/net/wifi/WifiManager.html#getConfiguredNetworks() says it returns the BSSID of saved networks too.

ldx
- 3,984
- 23
- 28