Can I find the MAC address of my Access point in Android?

getBSSID() of WifiInfo class will return MAC address of remote access point.

BSSID explained here.

Leave a Comment