|
From: Robert Burdick [eMVP] on 17 Feb 2005 13:47 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
From: Alex Feinman [MVP] on 17 Feb 2005 22:39 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(a)discussions.microsoft.com> wrote in message news:D660284C-AC1E-40C3-B8B9-A40890442064(a)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
From: Robert Burdick [eMVP] on 18 Feb 2005 03:07 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(a)discussions.microsoft.com> wrote > in message news:D660284C-AC1E-40C3-B8B9-A40890442064(a)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 > >
From: Alex Feinman [MVP] on 20 Feb 2005 18:43 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(a)discussions.microsoft.com> wrote in message news:CB6836AA-96F3-4BF1-A627-D2DE8E7C5875(a)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(a)discussions.microsoft.com> >> wrote >> in message news:D660284C-AC1E-40C3-B8B9-A40890442064(a)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 >> >>
From: Robert Burdick [eMVP] on 21 Feb 2005 14:47
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(a)discussions.microsoft.com> wrote > in message news:CB6836AA-96F3-4BF1-A627-D2DE8E7C5875(a)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(a)discussions.microsoft.com> > >> wrote > >> in message news:D660284C-AC1E-40C3-B8B9-A40890442064(a)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 > >> > >> > > |