Is there a unique identifier for a saved netword on an Android device?
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.
Are you sure? http://developer.android.com/reference/android/net/wifi/WifiManager.html#getConfiguredNetworks() says it returns the BSSID of saved networks too.
链接地址: http://www.djcxy.com/p/70124.html上一篇: 什么保护一个无线网络与同名的虚假网络?