Wireless
Participate in insightful discussions regarding issues related to Intel® Wireless Adapters and technologies
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
8554 Discussions

Recomended method for programmatically controlling Wireless radio on/off

idata
Employee
3,617 Views

What is the recomended method for programmatically enabling/disabling RF for the Intel® PRO/Wireless 3945ABG, 2915ABG and 2200BG adapters on a Windows XP system.

Niklas Lepisto

0 Kudos
4 Replies
Sachin_A_Intel
Employee
2,743 Views

During Intel PROSet Installation, choose WMI Provider to install.

Then, you can use WMI script to programmatically turn WiFi Radio On/Off.

Steps:

Connect to WMI using machine name and the desire namespace (in this case root\ cimv2)

Obtain a WiFi_NetworkAdapter class.

Start looping over all the instances of a WiFi_NetworkAdapter class

Call 'SetRadioState' method to set the software radio off.

0 Kudos
idata
Employee
2,743 Views

Steps:

Connect to WMI using machine name and the desire namespace (in this case root\ cimv2)

>Obtain a WiFi_NetworkAdapter class.

>Start looping over all the instances of a WiFi_NetworkAdapter class

>Call 'SetRadioState' method to set the software radio off.

What does this mean?

Can you explain more simply?

Can I turn on wireless radio, on my notebook Acer TravelMate 270, whit this metod?(I have pro\wireless 2200bg on my notebook but the radio button doesn't turn on the radio)

please help me

thanks

CarlBidwell
Beginner
526 Views

Thanks for sharing, using the WMI Provider with SetRadioState is a really neat way to control WiFi programmatically during PROSet installation.

0 Kudos
AlHill
Super User
510 Views

@CarlBidwell   It makes no sense to respond to a 16-year-old thread.

 

Doc (not an Intel employee or contractor)
[AI is the same as snake-oil]

0 Kudos
Reply