I have generated a list of available wifi networks near my android device. Now I want to open a dialog box asking for password if i click any wifi network from list, and if I enter right password then it must get connected to that wifi network. how can I do it.
            Asked
            
        
        
            Active
            
        
            Viewed 538 times
        
    1
            
            
        - 
                    Please refer to this link http://stackoverflow.com/questions/4374862/how-to-programatically-create-and-read-wep-eap-wifi-configurations-in-android/13803100#13803100 – Prateek Dec 28 '12 at 15:06
- 
                    Above link will give you clarity on how to create a wifi connection if ssid(scanned network) & password is available – Prateek Dec 28 '12 at 15:07
