Hi,

Is there any way to turn on or off 802.11 adapter programmatically using
NDIS?

Thanks,

Arsalan

Re: How to turn om/off 802.11 adapter programmatically by Arsalan

Arsalan
Thu Apr 13 05:07:37 CDT 2006

By turning off Wifi adapter means by turning off the radio ofcourse.

"Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
news:uAjQ$BuXGHA.2376@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> Is there any way to turn on or off 802.11 adapter programmatically using
> NDIS?
>
> Thanks,
>
> Arsalan
>



Re: How to turn om/off 802.11 adapter programmatically by Pavel

Pavel
Thu Apr 13 13:05:25 CDT 2006

Unfortunately, a standard OID for this still does not seem to exist.
So, every OEM uses proprietary controls.
You can also disable the adapter using SetupDi API.

Regards,
--PA

"Arsalan Ahmad" <arsal__@hotmail.com> wrote in message news:u$thZIuXGHA.1192@TK2MSFTNGP04.phx.gbl...
> By turning off Wifi adapter means by turning off the radio ofcourse.
>
> "Arsalan Ahmad" <arsal__@hotmail.com> wrote in message news:uAjQ$BuXGHA.2376@TK2MSFTNGP03.phx.gbl...
>> Hi,
>>
>> Is there any way to turn on or off 802.11 adapter programmatically using NDIS?
>>
>> Thanks,
>>
>> Arsalan
>>
>
>



Re: How to turn om/off 802.11 adapter programmatically by Omar

Omar
Thu Apr 27 21:23:24 CDT 2006

You can use IOCTL_NDIS_UNBIND_ADAPTER.

Thanks,
- Omar

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send
email directly to this alias. This alias is for newsgroup purposes only.



"Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
news:uAjQ$BuXGHA.2376@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> Is there any way to turn on or off 802.11 adapter programmatically using
> NDIS?
>
> Thanks,
>
> Arsalan
>



Re: How to turn om/off 802.11 adapter programmatically by Ted

Ted
Fri May 12 10:42:02 CDT 2006

Omar

IOCTL_NDIS_UNBIND_ADAPTER is a Platform builder command.

Is there a way to turn 802.11 on and off at the application programing level
or do you need to use the lower level commands and tools?

I would be intersed in something that is part of the SDK's that are part of
visual studio?

Thanks

"Omar [MS]" wrote:

> You can use IOCTL_NDIS_UNBIND_ADAPTER.
>
> Thanks,
> - Omar
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Please do not send
> email directly to this alias. This alias is for newsgroup purposes only.
>
>
>
> "Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
> news:uAjQ$BuXGHA.2376@TK2MSFTNGP03.phx.gbl...
> > Hi,
> >
> > Is there any way to turn on or off 802.11 adapter programmatically using
> > NDIS?
> >
> > Thanks,
> >
> > Arsalan
> >
>
>
>

Re: How to turn om/off 802.11 adapter programmatically by Ryan

Ryan
Fri May 12 11:15:11 CDT 2006

I remember looking into this about 7 months ago and I came to the conclusion
that this would need to be done at a lower level.


--
All the best,


Ryan Younger.
ryanyounger@hotmail.co.uk

http://spaces.msn.com/members/wirelessnetworking/ - Ryan's Wireless
Networking Weblog

"Ted Keenan" <Ted Keenan@discussions.microsoft.com> wrote in message
news:9937D7F1-8D20-4A4C-B766-DDD4F805B4AF@microsoft.com...
> Omar
>
> IOCTL_NDIS_UNBIND_ADAPTER is a Platform builder command.
>
> Is there a way to turn 802.11 on and off at the application programing
> level
> or do you need to use the lower level commands and tools?
>
> I would be intersed in something that is part of the SDK's that are part
> of
> visual studio?
>
> Thanks
>
> "Omar [MS]" wrote:
>
>> You can use IOCTL_NDIS_UNBIND_ADAPTER.
>>
>> Thanks,
>> - Omar
>>
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> Please do not send
>> email directly to this alias. This alias is for newsgroup purposes only.
>>
>>
>>
>> "Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
>> news:uAjQ$BuXGHA.2376@TK2MSFTNGP03.phx.gbl...
>> > Hi,
>> >
>> > Is there any way to turn on or off 802.11 adapter programmatically
>> > using
>> > NDIS?
>> >
>> > Thanks,
>> >
>> > Arsalan
>> >
>>
>>
>>