WLAN Settings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am deploying an application on many Dell Axims. I don't want to set up the
WLAN for each device. I would like to add a new wireless network when my
program boots up and be able to specify the Network Name, WEP Key, etc. I
haven't had much luck finding any documentation on this. Does anyone know
how to set these values? If you have examples VB.Net would be helpful.

Thanks
 
There's no example of this that would fit in a standard newsgroup message.
If you get the OpenNETCF SDF, you can use the OpenNETCF.Net namespace to do
a lot of what you're talking about. There hasn't been a drop in a while and
some items are not yet supported or aren't fully functional in the released
version, but it's a good start and you can post back here with what you are
missing and I can probably help.

Paul T.
 
Its all stored in the registry in the connection manager section. Just set
up one axim the way you want. Then export conn manager keys. Then write an
app to import the data into the registries on the others.
 
Look in the registry under
HKLM\SOFTWARE\Microsoft\WZCSVC\Paramaters\Interfaces and you should see an
entry for your wireless card. e.g. on the 5550 it is VNETUSBA1. If you
make your WZC settings manually, and then save all that data. On the other
PDA write the same data into the registry then soft reset.
 
Back
Top