I am working on setting SSID on my wireless network card uisng winddk using
ioctl commands.
For setting ssid, the steps i am using
1. For open network
Stop WZC
Set InfrastructureMode
Set Ndis802_11WEPDisabled
Set SSID
strat WZC
its working fine
1. For secured network
Stop WZC
set Ndis802_11AuthModeOpen
Set InfrastructureMode
Set SSID
Set Ndis802_11WEPEnabled
Set ADD_WEP_KEY
till here its fine it get connected
starat WZC ---> WZC reverts back to other SSID. So starting WZC causing
the issue.What can I do to avoid it.
Avnish.
its working fine