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
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