Can't connect to WiFi network
问题 I am new to android development and was trying to connect to WiFi network using the Android SDK. The code for disconnect works fine but re-connection fails. Here's the code that i have try { WifiConfiguration conf = new WifiConfiguration(); conf.SSID = "\"" + networkSSID + "\""; // Please note the quotes. String should contain SSID in quotes conf.wepKeys[0] = password; //WEP password is in hex, we do not need to surround it with quotes. conf.wepTxKeyIndex = 0; conf.allowedKeyManagement.set