Hello All:

Does anyone have any sample code for setting SSID, WEP key, etc on a
PocketPC via DeviceIOControl and the various NDIS OIDs? DeviceIOControl is a
nefariously difficult call to get right...

Robert

Re: Programatically Provisioning PocketPC for 802.11 by Alex

Alex
Thu Feb 17 21:39:49 CST 2005

There is a sample in PB called WZCsomething. The sample goes via WZC
interfaces. The NDIS approach is a bit more painful.
Other than that we have this feature included in OpenNETCF SDF
(OpenNETCF.Net namespace) The relevant classes are RFUtils, Adapter,
AccessPoint

--
Alex Feinman
---
Visit http://www.opennetcf.org
"Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com> wrote
in message news:D660284C-AC1E-40C3-B8B9-A40890442064@microsoft.com...
> Hello All:
>
> Does anyone have any sample code for setting SSID, WEP key, etc on a
> PocketPC via DeviceIOControl and the various NDIS OIDs? DeviceIOControl
> is a
> nefariously difficult call to get right...
>
> Robert


Re: Programatically Provisioning PocketPC for 802.11 by RobertBurdickeMVP

RobertBurdickeMVP
Fri Feb 18 02:07:01 CST 2005

Sorry, Alex. The latest OpenNETCF library doesn't have anything for setting
such values. The adapters class is the only thing remotely related, and all
it does is query SSID and RSSI. No setting of any OIDs that I can see.

Native code samples would be so appreciated...

"Alex Feinman [MVP]" wrote:

> There is a sample in PB called WZCsomething. The sample goes via WZC
> interfaces. The NDIS approach is a bit more painful.
> Other than that we have this feature included in OpenNETCF SDF
> (OpenNETCF.Net namespace) The relevant classes are RFUtils, Adapter,
> AccessPoint
>
> --
> Alex Feinman
> ---
> Visit http://www.opennetcf.org
> "Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com> wrote
> in message news:D660284C-AC1E-40C3-B8B9-A40890442064@microsoft.com...
> > Hello All:
> >
> > Does anyone have any sample code for setting SSID, WEP key, etc on a
> > PocketPC via DeviceIOControl and the various NDIS OIDs? DeviceIOControl
> > is a
> > nefariously difficult call to get right...
> >
> > Robert
>
>

Re: Programatically Provisioning PocketPC for 802.11 by Alex

Alex
Sun Feb 20 17:43:07 CST 2005

Platform Builder has a sample called wzctool under
PUBLIC\COMMON\OAK\DRIVERS\NETSAMP\WZCTOOL\
This sample shows how to use Wireless Zero Config interfaces. For the NDIS
samples you need to ask Paul Tobey

--
Alex Feinman
---
Visit http://www.opennetcf.org
"Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com> wrote
in message news:CB6836AA-96F3-4BF1-A627-D2DE8E7C5875@microsoft.com...
> Sorry, Alex. The latest OpenNETCF library doesn't have anything for
> setting
> such values. The adapters class is the only thing remotely related, and
> all
> it does is query SSID and RSSI. No setting of any OIDs that I can see.
>
> Native code samples would be so appreciated...
>
> "Alex Feinman [MVP]" wrote:
>
>> There is a sample in PB called WZCsomething. The sample goes via WZC
>> interfaces. The NDIS approach is a bit more painful.
>> Other than that we have this feature included in OpenNETCF SDF
>> (OpenNETCF.Net namespace) The relevant classes are RFUtils, Adapter,
>> AccessPoint
>>
>> --
>> Alex Feinman
>> ---
>> Visit http://www.opennetcf.org
>> "Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com>
>> wrote
>> in message news:D660284C-AC1E-40C3-B8B9-A40890442064@microsoft.com...
>> > Hello All:
>> >
>> > Does anyone have any sample code for setting SSID, WEP key, etc on a
>> > PocketPC via DeviceIOControl and the various NDIS OIDs?
>> > DeviceIOControl
>> > is a
>> > nefariously difficult call to get right...
>> >
>> > Robert
>>
>>


Re: Programatically Provisioning PocketPC for 802.11 by RobertBurdickeMVP

RobertBurdickeMVP
Mon Feb 21 13:47:05 CST 2005


I'm trying to do this on PocketPC. I don't have access to Platform Builder,
but the WZC API is supported on PocketPC. Is this sample posted anywhere?
Can you send it to me perhaps?

"Alex Feinman [MVP]" wrote:

> Platform Builder has a sample called wzctool under
> PUBLIC\COMMON\OAK\DRIVERS\NETSAMP\WZCTOOL\
> This sample shows how to use Wireless Zero Config interfaces. For the NDIS
> samples you need to ask Paul Tobey
>
> --
> Alex Feinman
> ---
> Visit http://www.opennetcf.org
> "Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com> wrote
> in message news:CB6836AA-96F3-4BF1-A627-D2DE8E7C5875@microsoft.com...
> > Sorry, Alex. The latest OpenNETCF library doesn't have anything for
> > setting
> > such values. The adapters class is the only thing remotely related, and
> > all
> > it does is query SSID and RSSI. No setting of any OIDs that I can see.
> >
> > Native code samples would be so appreciated...
> >
> > "Alex Feinman [MVP]" wrote:
> >
> >> There is a sample in PB called WZCsomething. The sample goes via WZC
> >> interfaces. The NDIS approach is a bit more painful.
> >> Other than that we have this feature included in OpenNETCF SDF
> >> (OpenNETCF.Net namespace) The relevant classes are RFUtils, Adapter,
> >> AccessPoint
> >>
> >> --
> >> Alex Feinman
> >> ---
> >> Visit http://www.opennetcf.org
> >> "Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com>
> >> wrote
> >> in message news:D660284C-AC1E-40C3-B8B9-A40890442064@microsoft.com...
> >> > Hello All:
> >> >
> >> > Does anyone have any sample code for setting SSID, WEP key, etc on a
> >> > PocketPC via DeviceIOControl and the various NDIS OIDs?
> >> > DeviceIOControl
> >> > is a
> >> > nefariously difficult call to get right...
> >> >
> >> > Robert
> >>
> >>
>
>

Re: Programatically Provisioning PocketPC for 802.11 by Alex

Alex
Mon Feb 21 18:01:33 CST 2005

Send me an email

--
Alex Feinman
---
Visit http://www.opennetcf.org
"Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com> wrote
in message news:E7CE5686-3050-4520-85E6-4A47B7274AEF@microsoft.com...
>
> I'm trying to do this on PocketPC. I don't have access to Platform
> Builder,
> but the WZC API is supported on PocketPC. Is this sample posted anywhere?
> Can you send it to me perhaps?
>
> "Alex Feinman [MVP]" wrote:
>
>> Platform Builder has a sample called wzctool under
>> PUBLIC\COMMON\OAK\DRIVERS\NETSAMP\WZCTOOL\
>> This sample shows how to use Wireless Zero Config interfaces. For the
>> NDIS
>> samples you need to ask Paul Tobey
>>
>> --
>> Alex Feinman
>> ---
>> Visit http://www.opennetcf.org
>> "Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com>
>> wrote
>> in message news:CB6836AA-96F3-4BF1-A627-D2DE8E7C5875@microsoft.com...
>> > Sorry, Alex. The latest OpenNETCF library doesn't have anything for
>> > setting
>> > such values. The adapters class is the only thing remotely related,
>> > and
>> > all
>> > it does is query SSID and RSSI. No setting of any OIDs that I can see.
>> >
>> > Native code samples would be so appreciated...
>> >
>> > "Alex Feinman [MVP]" wrote:
>> >
>> >> There is a sample in PB called WZCsomething. The sample goes via WZC
>> >> interfaces. The NDIS approach is a bit more painful.
>> >> Other than that we have this feature included in OpenNETCF SDF
>> >> (OpenNETCF.Net namespace) The relevant classes are RFUtils, Adapter,
>> >> AccessPoint
>> >>
>> >> --
>> >> Alex Feinman
>> >> ---
>> >> Visit http://www.opennetcf.org
>> >> "Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com>
>> >> wrote
>> >> in message news:D660284C-AC1E-40C3-B8B9-A40890442064@microsoft.com...
>> >> > Hello All:
>> >> >
>> >> > Does anyone have any sample code for setting SSID, WEP key, etc on a
>> >> > PocketPC via DeviceIOControl and the various NDIS OIDs?
>> >> > DeviceIOControl
>> >> > is a
>> >> > nefariously difficult call to get right...
>> >> >
>> >> > Robert
>> >>
>> >>
>>
>>


Re: Programatically Provisioning PocketPC for 802.11 by RobertBurdickeMVP

RobertBurdickeMVP
Mon Feb 21 19:41:08 CST 2005


Email Address??
"Robert Burdick [eMVP]" wrote:

>
> I'm trying to do this on PocketPC. I don't have access to Platform Builder,
> but the WZC API is supported on PocketPC. Is this sample posted anywhere?
> Can you send it to me perhaps?
>
> "Alex Feinman [MVP]" wrote:
>
> > Platform Builder has a sample called wzctool under
> > PUBLIC\COMMON\OAK\DRIVERS\NETSAMP\WZCTOOL\
> > This sample shows how to use Wireless Zero Config interfaces. For the NDIS
> > samples you need to ask Paul Tobey
> >
> > --
> > Alex Feinman
> > ---
> > Visit http://www.opennetcf.org
> > "Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com> wrote
> > in message news:CB6836AA-96F3-4BF1-A627-D2DE8E7C5875@microsoft.com...
> > > Sorry, Alex. The latest OpenNETCF library doesn't have anything for
> > > setting
> > > such values. The adapters class is the only thing remotely related, and
> > > all
> > > it does is query SSID and RSSI. No setting of any OIDs that I can see.
> > >
> > > Native code samples would be so appreciated...
> > >
> > > "Alex Feinman [MVP]" wrote:
> > >
> > >> There is a sample in PB called WZCsomething. The sample goes via WZC
> > >> interfaces. The NDIS approach is a bit more painful.
> > >> Other than that we have this feature included in OpenNETCF SDF
> > >> (OpenNETCF.Net namespace) The relevant classes are RFUtils, Adapter,
> > >> AccessPoint
> > >>
> > >> --
> > >> Alex Feinman
> > >> ---
> > >> Visit http://www.opennetcf.org
> > >> "Robert Burdick [eMVP]" <RobertBurdickeMVP@discussions.microsoft.com>
> > >> wrote
> > >> in message news:D660284C-AC1E-40C3-B8B9-A40890442064@microsoft.com...
> > >> > Hello All:
> > >> >
> > >> > Does anyone have any sample code for setting SSID, WEP key, etc on a
> > >> > PocketPC via DeviceIOControl and the various NDIS OIDs?
> > >> > DeviceIOControl
> > >> > is a
> > >> > nefariously difficult call to get right...
> > >> >
> > >> > Robert
> > >>
> > >>
> >
> >