开发者

get the MAC address of the closest WiFi using Android

开发者 https://www.devze.com 2023-02-09 16:51 出处:网络
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 ?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消