How to programatically create and read WEP/EAP WiFi configurations in Android?
- by Als
How to programatically create and read WEP/EAP WiFi configurations in Android?
I have seen a number of people struggling on this very question on various forums and all across the community. I know this is not that straight forward(especially EAP) to figure out because When I wanted to acheive the same I too struggled quite a lot.Well, all the hard work of code analysis and searching various implementations on the internet done with I was finally able to acheive the goal. All the credit goes to number of open source projects and their developers.
I would like to share this knowledge with all, Since SO encourages this: "It's also perfectly fine to ask and answer your own question, as long as you pretend you're on Jeopardy: phrase it in the form of a question."
Part 1: Creating a WEP WiFi configuration programatically.
Part 2: Read a WEP WiFi configuration programatically.
Part 3: Read a EAP WiFi Configuration programatically.
Part 4: Save a EAP WiFi configuration programatically.