Jump to content

Toggling WiFi Networks


litlmike
 Share

Recommended Posts

I have two networks that I have to switch between often (really annoying).  Does anyone know how to connect to a WiFi network using Autoit?  I would like to avoid solutions with MouseClick().

So something like:

HotKeySet("_ToggleNetwork", "~")
While 1
Sleep(1000)
WEnd

Func _ToggleNetwork()
If Network A is connected Then Connect to Network B
If Network B is connected Then Connect to Network A

EndFun
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...