Connect to a wireless network programmatically
Posted
by Josh Adams
on Stack Overflow
See other posts from Stack Overflow
or by Josh Adams
Published on 2009-07-26T06:14:42Z
Indexed on
2010/03/08
4:51 UTC
Read the original article
Hit count: 700
I'm trying to write an application that connects to my company's wireless network automatically on windows XP.
I've found the Wireless LAN API but it requires me to have some hotfix installed on the machine, and you need to have sp2 or higher(There are machines with SP1, and I'm required to support any XP machine).
I've tried to find some samples about Wireless Zero Configuration on MSDN but with no luck, only samples I've found are for WinCE, I think Microsoft stopped supporting it. In addition I couldn't find where to download the dll and header file for working with the WZC.
There must be a way to do it and work on any service pack because I've found Zwlancfg by ENGL
© Stack Overflow or respective owner