program own 'Wireless Zero Configuration' Utility?

  • Thread starter Thread starter Claus Klammer
  • Start date Start date
C

Claus Klammer

How can I program my own 'Wireless Zero Config' tool?
I have to set parameters of a WLAN (802.11) Adapter over a custom gui. Since
the vendor of the adapter may change I prefer a hardware independent
solution. My first method of resolution was to use WMI and the appropriate
80211 OIDs. But unfortunately this doesn't work - 'not supported' error.

Since the WZC tool is able to set the e.g. SSID there has to be a common
(hardware independent) way to accomplish this task!

Any hint, tip, code sample are appreciated.
Thanks in advance,

Claus Klammer
 
A good WZC like app should also control WEP or WPA secured connection, so
this is not a trivial task. Maybe you'd want to buy a SDK from Funk or other company that specializes in wireless.

- PA
 
Back
Top