I have a Wi-Fi router with a known WPS pin. How can I connect to this router using Android phone via Android API?
I've checked WiFiConfiguration Class in Android SDK manuals here http://developer.android.com/reference/android/net/wifi/WifiConfiguration.html and found no WPS parameters.
So I guess the only way is to root the device and use wpa_cli calls.