Hi,

I want to get and set SSID programmatically. Is it
feasible?

Could you give me some directions on that?

Thanks
Vivek Chopra

Re: Setting SSID Programmatically by tarundeep

tarundeep
Tue Aug 05 00:30:11 CDT 2003

yes you can do that.
see the NDISUIO sample in DDK
-regards
Tarundeep Singh
"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
news:057e01c35afd$f8922960$a501280a@phx.gbl...
> Hi,
>
> I want to get and set SSID programmatically. Is it
> feasible?
>
> Could you give me some directions on that?
>
> Thanks
> Vivek Chopra



Re: Setting SSID Programmatically by Vivek

Vivek
Tue Aug 05 20:50:10 CDT 2003

Thanks Tarun,
All the information in the MSDN also refers to CE.net
version only.
This sample should be available in the Windows XP DDK,
or Windows Server 2003 DDK, is that right?
I will try to install that and check it again.
Regards
Vivek Chopra




>-----Original Message-----
>yes you can do that.
>see the NDISUIO sample in DDK
>-regards
>Tarundeep Singh
>"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
>news:057e01c35afd$f8922960$a501280a@phx.gbl...
>> Hi,
>>
>> I want to get and set SSID programmatically. Is it
>> feasible?
>>
>> Could you give me some directions on that?
>>
>> Thanks
>> Vivek Chopra
>
>
>.
>

Re: Setting SSID Programmatically by tarundeep

tarundeep
Tue Aug 05 22:53:48 CDT 2003

well,
both the DDK contain the same samples .
see NDISPROTO sample in windows 2003 server ddk.
and NDISUIO sample in XP DDK.
regards
tarun

"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
news:04e001c35bbd$11afb420$a501280a@phx.gbl...
> Thanks Tarun,
> All the information in the MSDN also refers to CE.net
> version only.
> This sample should be available in the Windows XP DDK,
> or Windows Server 2003 DDK, is that right?
> I will try to install that and check it again.
> Regards
> Vivek Chopra
>
>
>
>
> >-----Original Message-----
> >yes you can do that.
> >see the NDISUIO sample in DDK
> >-regards
> >Tarundeep Singh
> >"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
> >news:057e01c35afd$f8922960$a501280a@phx.gbl...
> >> Hi,
> >>
> >> I want to get and set SSID programmatically. Is it
> >> feasible?
> >>
> >> Could you give me some directions on that?
> >>
> >> Thanks
> >> Vivek Chopra
> >
> >
> >.
> >



Re: Setting SSID Programmatically by D-man

D-man
Wed Aug 06 00:50:14 CDT 2003

It's definitely possible via set OID_802_11_SSID.

Feasible is an interesting question though. It seems that half the access
points out there are still set to default values (i.e. linksys) So how do
you know which one to connect to? Of course the OID_802_11_BSSID uses unique
mac addresses which solve the problem, but I have only found one wifi
adapter that supports this 'mandatory' NDIS function, even XP logo certified
cards(!!)

By the way, does anyone know how the '802.11 Adapter Guidelines for XP'
apply to logo functionality? Should I assume it gets the sticker if allows
for generic operations such as hot disconnects, etc.?


"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
news:057e01c35afd$f8922960$a501280a@phx.gbl...
> Hi,
>
> I want to get and set SSID programmatically. Is it
> feasible?
>
> Could you give me some directions on that?
>
> Thanks
> Vivek Chopra



Re: Setting SSID Programmatically by Vivek

Vivek
Wed Aug 06 04:42:22 CDT 2003

Thanks Tarun,

I tried that and I am able to get the SSID but not able
to set it as yet. Firstly, I need to stop the service
(Wireless zero configuration) becos that sets the SSID
based on the signal strength and if I use API then I wont
be allowed since the service hogs the resources. So I
stopped the service but then again I am unable to set it
as yet :(

Regards
Vivek Chopra


>-----Original Message-----
>well,
>both the DDK contain the same samples .
>see NDISPROTO sample in windows 2003 server ddk.
>and NDISUIO sample in XP DDK.
>regards
>tarun
>
>"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
>news:04e001c35bbd$11afb420$a501280a@phx.gbl...
>> Thanks Tarun,
>> All the information in the MSDN also refers to CE.net
>> version only.
>> This sample should be available in the Windows XP DDK,
>> or Windows Server 2003 DDK, is that right?
>> I will try to install that and check it again.
>> Regards
>> Vivek Chopra
>>
>>
>>
>>
>> >-----Original Message-----
>> >yes you can do that.
>> >see the NDISUIO sample in DDK
>> >-regards
>> >Tarundeep Singh
>> >"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
>> >news:057e01c35afd$f8922960$a501280a@phx.gbl...
>> >> Hi,
>> >>
>> >> I want to get and set SSID programmatically. Is
it
>> >> feasible?
>> >>
>> >> Could you give me some directions on that?
>> >>
>> >> Thanks
>> >> Vivek Chopra
>> >
>> >
>> >.
>> >
>
>
>.
>

Re: Setting SSID Programmatically by tarundeep

tarundeep
Wed Aug 06 09:00:03 CDT 2003

you can use WZC API for setting.
-regards
tarun
"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
news:080a01c35bff$09111b50$a601280a@phx.gbl...
> Thanks Tarun,
>
> I tried that and I am able to get the SSID but not able
> to set it as yet. Firstly, I need to stop the service
> (Wireless zero configuration) becos that sets the SSID
> based on the signal strength and if I use API then I wont
> be allowed since the service hogs the resources. So I
> stopped the service but then again I am unable to set it
> as yet :(
>
> Regards
> Vivek Chopra
>
>
> >-----Original Message-----
> >well,
> >both the DDK contain the same samples .
> >see NDISPROTO sample in windows 2003 server ddk.
> >and NDISUIO sample in XP DDK.
> >regards
> >tarun
> >
> >"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
> >news:04e001c35bbd$11afb420$a501280a@phx.gbl...
> >> Thanks Tarun,
> >> All the information in the MSDN also refers to CE.net
> >> version only.
> >> This sample should be available in the Windows XP DDK,
> >> or Windows Server 2003 DDK, is that right?
> >> I will try to install that and check it again.
> >> Regards
> >> Vivek Chopra
> >>
> >>
> >>
> >>
> >> >-----Original Message-----
> >> >yes you can do that.
> >> >see the NDISUIO sample in DDK
> >> >-regards
> >> >Tarundeep Singh
> >> >"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
> >> >news:057e01c35afd$f8922960$a501280a@phx.gbl...
> >> >> Hi,
> >> >>
> >> >> I want to get and set SSID programmatically. Is
> it
> >> >> feasible?
> >> >>
> >> >> Could you give me some directions on that?
> >> >>
> >> >> Thanks
> >> >> Vivek Chopra
> >> >
> >> >
> >> >.
> >> >
> >
> >
> >.
> >



Re: Setting SSID Programmatically by Thomas

Thomas
Wed Aug 06 10:34:26 CDT 2003

Where is the WZC API defined?

Thomas

"tarundeep singh kalra" <tkalra@gric.com> wrote in message
news:e61WCLCXDHA.2524@TK2MSFTNGP09.phx.gbl...
> you can use WZC API for setting.
> -regards
> tarun
> "Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
> news:080a01c35bff$09111b50$a601280a@phx.gbl...
> > Thanks Tarun,
> >
> > I tried that and I am able to get the SSID but not able
> > to set it as yet. Firstly, I need to stop the service
> > (Wireless zero configuration) becos that sets the SSID
> > based on the signal strength and if I use API then I wont
> > be allowed since the service hogs the resources. So I
> > stopped the service but then again I am unable to set it
> > as yet :(
> >
> > Regards
> > Vivek Chopra
> >
> >
> > >-----Original Message-----
> > >well,
> > >both the DDK contain the same samples .
> > >see NDISPROTO sample in windows 2003 server ddk.
> > >and NDISUIO sample in XP DDK.
> > >regards
> > >tarun
> > >
> > >"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
> > >news:04e001c35bbd$11afb420$a501280a@phx.gbl...
> > >> Thanks Tarun,
> > >> All the information in the MSDN also refers to CE.net
> > >> version only.
> > >> This sample should be available in the Windows XP DDK,
> > >> or Windows Server 2003 DDK, is that right?
> > >> I will try to install that and check it again.
> > >> Regards
> > >> Vivek Chopra
> > >>
> > >>
> > >>
> > >>
> > >> >-----Original Message-----
> > >> >yes you can do that.
> > >> >see the NDISUIO sample in DDK
> > >> >-regards
> > >> >Tarundeep Singh
> > >> >"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
> > >> >news:057e01c35afd$f8922960$a501280a@phx.gbl...
> > >> >> Hi,
> > >> >>
> > >> >> I want to get and set SSID programmatically. Is
> > it
> > >> >> feasible?
> > >> >>
> > >> >> Could you give me some directions on that?
> > >> >>
> > >> >> Thanks
> > >> >> Vivek Chopra
> > >> >
> > >> >
> > >> >.
> > >> >
> > >
> > >
> > >.
> > >
>
>



Re: Setting SSID Programmatically by tarundeep

tarundeep
Fri Aug 08 02:20:35 CDT 2003

this is only in Windows CE not on desktop.
see the sample drivers in Win CE
-regards
tarun
"Thomas F. Divine" <tdivine@pcausa.com> wrote in message
news:O$Gg6ADXDHA.2592@TK2MSFTNGP09.phx.gbl...
> Where is the WZC API defined?
>
> Thomas
>
> "tarundeep singh kalra" <tkalra@gric.com> wrote in message
> news:e61WCLCXDHA.2524@TK2MSFTNGP09.phx.gbl...
> > you can use WZC API for setting.
> > -regards
> > tarun
> > "Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
> > news:080a01c35bff$09111b50$a601280a@phx.gbl...
> > > Thanks Tarun,
> > >
> > > I tried that and I am able to get the SSID but not able
> > > to set it as yet. Firstly, I need to stop the service
> > > (Wireless zero configuration) becos that sets the SSID
> > > based on the signal strength and if I use API then I wont
> > > be allowed since the service hogs the resources. So I
> > > stopped the service but then again I am unable to set it
> > > as yet :(
> > >
> > > Regards
> > > Vivek Chopra
> > >
> > >
> > > >-----Original Message-----
> > > >well,
> > > >both the DDK contain the same samples .
> > > >see NDISPROTO sample in windows 2003 server ddk.
> > > >and NDISUIO sample in XP DDK.
> > > >regards
> > > >tarun
> > > >
> > > >"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
> > > >news:04e001c35bbd$11afb420$a501280a@phx.gbl...
> > > >> Thanks Tarun,
> > > >> All the information in the MSDN also refers to CE.net
> > > >> version only.
> > > >> This sample should be available in the Windows XP DDK,
> > > >> or Windows Server 2003 DDK, is that right?
> > > >> I will try to install that and check it again.
> > > >> Regards
> > > >> Vivek Chopra
> > > >>
> > > >>
> > > >>
> > > >>
> > > >> >-----Original Message-----
> > > >> >yes you can do that.
> > > >> >see the NDISUIO sample in DDK
> > > >> >-regards
> > > >> >Tarundeep Singh
> > > >> >"Vivek Chopra" <vivek_ntu@hotmail.com> wrote in message
> > > >> >news:057e01c35afd$f8922960$a501280a@phx.gbl...
> > > >> >> Hi,
> > > >> >>
> > > >> >> I want to get and set SSID programmatically. Is
> > > it
> > > >> >> feasible?
> > > >> >>
> > > >> >> Could you give me some directions on that?
> > > >> >>
> > > >> >> Thanks
> > > >> >> Vivek Chopra
> > > >> >
> > > >> >
> > > >> >.
> > > >> >
> > > >
> > > >
> > > >.
> > > >
> >
> >
>
>



Re: Setting SSID Programmatically by bburgin

bburgin
Fri Aug 08 20:35:51 CDT 2003

------=_NextPart_0001_75D3E66F
Content-Type: text/plain
Content-Transfer-Encoding: 7bit



Do not use the WZCAPIs in Windows XP. This is not supported and any
solution that relies on that is likely to break in the future.

Bryan S. Burgin
bburgin@microsoft.com

This posting is provided "AS IS" with no warranties, and confers no rights.
------=_NextPart_0001_75D3E66F
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\f0\fs20
\par
\par Do not use the WZCAPIs in Windows XP. This is not supported and any solution that relies on that is likely to break in the future.
\par
\par Bryan S. Burgin
\par bburgin@microsoft.com
\par
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par
\par }
------=_NextPart_0001_75D3E66F--