How to programatically create and read WEP/EAP WiFi configurations in Android?
Posted
by
Als
on Stack Overflow
See other posts from Stack Overflow
or by Als
Published on 2010-12-07T08:51:45Z
Indexed on
2012/03/26
11:30 UTC
Read the original article
Hit count: 207
wifi
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.
© Stack Overflow or respective owner