tags:

views:

84

answers:

0

I was wondering if it is possible to list and connect to nearby wifi access points programmatically. The Reachability sample only addresses if the device is connected to wifi or 3G/edge, and using something like the CaptiveNetwork API allows me to register if wifi authentication should be handled by a custom application but does not contain anything relating to the wifi connection aspect. Ideally I am looking for something like android.net.wifi.WifiManager from the Android SDK.