Hi
I've ported Windows XP driver of a WLAN station device to Win CE.When
the WLAN device is inserted to WinCE OS, the driver will get loaded and
wireless configuration GUI will appear. And we can connect to AP using
this GUI. My question is, is there anything to do in my miniport driver
to get wireless zero configuration support? Or is there any option to
enable wireless zero configuration for my station device?

Regards,
Les

Re: wireless zero configuration by Paul

Paul
Thu Jan 05 11:49:58 CST 2006

Huh? I thought that you said that it already worked. If you want to have
your device identified as a wireless card compatible with WZC, yes, you need
to implement OID handling for various OID values. Read the sample driver,
found in PRIVATE\WINCEOS\COMM\NDISMINI\PCX500 the last time I checked, and
make sure you implement at least the same set of OIDs.

Paul T.

<leslyp@nestec.net> wrote in message
news:1136441601.508606.59950@g14g2000cwa.googlegroups.com...
> Hi
> I've ported Windows XP driver of a WLAN station device to Win CE.When
> the WLAN device is inserted to WinCE OS, the driver will get loaded and
> wireless configuration GUI will appear. And we can connect to AP using
> this GUI. My question is, is there anything to do in my miniport driver
> to get wireless zero configuration support? Or is there any option to
> enable wireless zero configuration for my station device?
>
> Regards,
> Les
>



Re: wireless zero configuration by leslyp

leslyp
Thu Jan 05 23:53:53 CST 2006

Thank you for ur immediate reply.
The OIDs listed in PRIVATE\WINCEOS\COMM\NDISMINI\PCX500\DRV\aironet.h
are supported in my driver except some PNP OIDs.
I tested wireless zero configuration with my driver and it works.

Regards,
Les


Re: wireless zero configuration by Paul

Paul
Fri Jan 06 10:49:58 CST 2006

OK, so what's the problem? According to you, everything works!

Paul T.

<leslyp@nestec.net> wrote in message
news:1136526833.214364.182790@g49g2000cwa.googlegroups.com...
> Thank you for ur immediate reply.
> The OIDs listed in PRIVATE\WINCEOS\COMM\NDISMINI\PCX500\DRV\aironet.h
> are supported in my driver except some PNP OIDs.
> I tested wireless zero configuration with my driver and it works.
>
> Regards,
> Les
>