In my project, I need get list all near by WiFi in range, I have already done lots of research but didn't get any solution, Please any one help me for same ?
thanks very much!
In my project, I need get list all near by WiFi in range, I have already done lots of research but didn't get any solution, Please any one help me for same ?
thanks very much!
By this way you can get all near by your phone
From iOS >= 4.1 it's possible to obtain SSID of wireless network that device is currenctly connected to.
For this you'd use function CNCopyCurrentNetworkInfo
Details on implemenation are available on SO: iPhone get SSID without private library
Without the use of private library (Apple80211) it will not provide you other reachable wifi list or other info but if you want devices near by you You can use multipeer connectivity.