WIFI connection using code

mc73

Well-Known Member
Licensed User
Longtime User
Hello,

Dealing with some problems with routers and android devices, I've noticed that usually these are solved if I deactivate WIFI on an android and/or router, and then reactivate again.
Thus, I would like to be able at least to begin a new WIFI connection to a specific network, from an android, without relying on the end-user. I took a look at the ABwifi library, but I didn't find any function dealing with connecting. Any ideas? Thank you.
 

vb1992

Well-Known Member
Licensed User
Longtime User
I am currently working on my first library that connects to Wifi
of your choice. I got WEP to work/connect, and now I am working on
the WPA part of it.

This library can also remove one or all of your existing stored network connections.
This part is good to auto remove a network that is giving you trouble that could have
existing bad SSID passwords stored into the phone/device.

Tomas has helped me start this library and also his
posting/instructions on eclipse really helped me finally take the plunge
into writing a library. I should have something to post here for anyone to test
in the next 48 hrs.
 
Last edited:
Upvote 0
Top