Skip to content

Latest commit

 

History

History
155 lines (123 loc) · 3.63 KB

ns-ndiswwan-_ndis_wwan_set_radio_state.md

File metadata and controls

155 lines (123 loc) · 3.63 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ndiswwan._NDIS_WWAN_SET_RADIO_STATE
_NDIS_WWAN_SET_RADIO_STATE (ndiswwan.h)
The NDIS_WWAN_SET_RADIO_STATE structure represents the power action to take on the MB device's radio.
netvista\ndis_wwan_set_radio_state.htm
netvista
05/02/2018
NDIS_WWAN_SET_RADIO_STATE structure
*PNDIS_WWAN_SET_RADIO_STATE, NDIS_WWAN_SET_RADIO_STATE, NDIS_WWAN_SET_RADIO_STATE structure [Network Drivers Starting with Windows Vista], PNDIS_WWAN_SET_RADIO_STATE, PNDIS_WWAN_SET_RADIO_STATE structure pointer [Network Drivers Starting with Windows Vista], WwanRef_b5525c3b-fbf3-4423-b691-464ed9a7a65a.xml, _NDIS_WWAN_SET_RADIO_STATE, ndiswwan/NDIS_WWAN_SET_RADIO_STATE, ndiswwan/PNDIS_WWAN_SET_RADIO_STATE, netvista.ndis_wwan_set_radio_state
ndiswwan.h
Ndiswwan.h
Windows
Available in Windows 7 and later versions of Windows.
Windows
NDIS_WWAN_SET_RADIO_STATE, *PNDIS_WWAN_SET_RADIO_STATE
_NDIS_WWAN_SET_RADIO_STATE
ndiswwan/_NDIS_WWAN_SET_RADIO_STATE
PNDIS_WWAN_SET_RADIO_STATE
ndiswwan/PNDIS_WWAN_SET_RADIO_STATE
NDIS_WWAN_SET_RADIO_STATE
ndiswwan/NDIS_WWAN_SET_RADIO_STATE
APIRef
kbSyntax
HeaderDef
ndiswwan.h
_NDIS_WWAN_SET_RADIO_STATE
PNDIS_WWAN_SET_RADIO_STATE
NDIS_WWAN_SET_RADIO_STATE

_NDIS_WWAN_SET_RADIO_STATE structure

-description

The NDIS_WWAN_SET_RADIO_STATE structure represents the power action to take on the MB device's radio.

-struct-fields

-field Header

The header with type, revision, and size information about the NDIS_WWAN_SET_RADIO_STATE structure. The MB Service sets the header with the values that are shown in the following table when it sends the data structure to the miniport driver for set operations. Miniport drivers must set the header with the same values when they send the data structure to the MB service.

Header submember Value
Type NDIS_OBJECT_TYPE_DEFAULT
Revision NDIS_WWAN_SET_RADIO_STATE_REVISION_1
Size sizeof(NDIS_WWAN_SET_RADIO_STATE)
 

For more information about these members, see NDIS_OBJECT_HEADER.

-field RadioAction

A value from the WWAN_RADIO enumeration that represents the power action to take on the MB device's radio. The following table shows the possible values for this member.

Value Meaning
WwanRadioOn Turn on radio.
WwanRadioOff Turn off radio.

-remarks

This parameter allows Windows to turn the radio power on and off. Be aware that this affects only the SwRadioState .

-see-also

NDIS_OBJECT_HEADER

WWAN_RADIO