Android using wifimanager to connect to WPA-PSK secured network
问题 so I have trawled true all threads in here and any where else where google would take me. But still I am having problems connecting to WPA PSK networks. Here is my code, I have 2 edittext fields from which I read SSID and PSK and then one checkbox to select if SSID is hidden or not. EditText mSSID = (EditText) findViewById(R.id.wifiTVssidcurrent); String networkSSID = mSSID.getText().toString(); EditText mWPA = (EditText) findViewById(R.id.wifiTVwpacurrent); String networkWPA = mWPA.getText()