2

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.

Federico
  • 31
  • 5

1 Answers1

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