Search code examples
androidwifi

implement ssid and bssid in android


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.


Solution

  • Before trying to search for links on any topic, I always make it a point to go through the Android Developer Guide

    To implement such an Application you can use the getBSSID and getSSID methods.

    Here is a tutorial to start with. Hope it helps.