Software Archive
Read-only legacy content
17060 Discussions

API to detect Radio Off condition for Centrino WLANs?

postaquestion
Novice
227 Views
We're looking for the proper programmatic way to detect a "Radio off" (HW button) condition for Centrino WLANs (Intel Pro/Wireless). Is there an official API available or a documented way to query the driver using OIDs?
0 Kudos
1 Reply
James_M_Intel1
Employee
227 Views

The Intel Mobile Platform SDK supports this capability (See the product web site at: http://www.intel.com/software/products/mobileplatform) The API you will want to look at are the RadioAdapterInstance.HardwareRadioDisabled and RadioAdapterInstance.HardwareRadioEnabled events. When the radio is turned off by the user by pressing the hardware button the HardwareRadioDisabled event is triggered and when the user turns the radio on the HardwareRadioEnabled event is triggered.

The Intel Mobile Platform SDK can be downloaded for evaluation from the following URL:
http://www3.intel.com/cd/software/products/asmo-na/eng/download/eval/219691.htm

Note that the SDK comes with sample code and a programmer's guide to quickly help developers white application using C++, Java and C#/.Net.

Thanks,
Lester

0 Kudos
Reply