0

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!

Hitesh Surani
  • 12,733
  • 6
  • 54
  • 65
Mark.ye
  • 1
  • 1
  • 2
    Possible duplicate of [IOS get list of wifi networks available](http://stackoverflow.com/questions/33785530/ios-get-list-of-wifi-networks-available) – Eeshwar Nov 16 '16 at 09:37
  • You can only get the current connected WIFI information. – TangZijian Nov 16 '16 at 09:52
  • use captivenetwork, or you may refer to this post - http://stackoverflow.com/questions/31555640/how-to-get-wifi-ssid-in-ios9-after-captivenetwork-is-deprecated-and-calls-for-wi – jokerday Nov 16 '16 at 10:10

2 Answers2

0

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

Community
  • 1
  • 1
jignesh Vadadoriya
  • 3,244
  • 3
  • 18
  • 29
0

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.

neha mishra
  • 364
  • 1
  • 11