I was wondering if it is possible to programmatically list and connect to the nearest Wi-Fi access points. The sample is Reachabilityaccessed only if the device is connected to Wi-Fi or 3G / edge, and using something like an API CaptiveNetworkallows me to register, if wifi authentication should be processed by the user application, but does not contain anything related to wifi. Ideally, I'm looking for something like android.net.wifi.WifiManagerfrom the Android SDK.
source
share