get the MAC address of the closest WiFi using Android
Q/ Write an Android program to get the MAC address
of the closest WiFi
Access Point
is there any ready written progra开发者_StackOverflowm i can use ?
dose any body have information that might help me ?
thank you
See this:
http://developer.android.com/reference/android/net/wifi/WifiManager.html#getScanResults()
The BSSID
is the MAC address of the AP.
精彩评论