I know how to create Open/WEP/PSK/PSK2 configuration programmatically.
ex.
WifiConfiguration conf = new WifiConfiguration(); conf.SSID = \"ssid\"; co
I answered this here: How to programmatically create and read WEP/EAP WiFi configurations in Android?
hth :)