I am making an app in which i have to get SSID and BSSID of Android device.I tried Stack Overflow links but i was unable to find anything relevant.Can anyone help me.I tried the Wifi links also but could not found any relevant material. Any help will be appreciated.
I am making an app in which i have to get SSID and BSSID
Share
Before trying to search for links on any topic, I always make it a point to go through the
Android Developer GuideTo implement such an
Applicationyou can use the getBSSID and getSSID methods.Here is a tutorial to start with.
Hope it helps.