tags:

views:

86

answers:

1

I want to find, and list name of an available wifi connections in tableview...Reachability code can determine whether the wifi connection is available or not... I want to find names also

Can any one help me?

thanks in advance.......

A: 

That information is not available using public APIs. You can only determine whether or not the device is currently connected to a Wifi network using the techniques in the Reachability example. You cannot access a list of available access points nor manipulate the wireless connection.

If you would like to file an enhancement request for to make such APIs public, I suggest your file a bug report on http://bugreporter.apple.com.

Any attempts to access such information through private APIs or other means is likely to be grounds for a quick (or rather, not so quick) rejection of your application during the App Store review process.

Sbrocket
I dont know how i assign accept rate for your answers thats why i have an 0 % accept rate