WWAN_RADIO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_RADIO {
  WwanRadioOff,
  WwanRadioOn
} WWAN_RADIO, *PWWAN_RADIO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_radio)

_WWAN_RADIO enumeration

Description

The WWAN_RADIO enumeration lists the different types of radio power modes that are supported by the MB device.

Constants

WwanRadioOff

The radio power is turned off.

WwanRadioOn

The radio power is turned on.

See also

NDIS_WWAN_SET_RADIO_STATE

WWAN_RADIO_STATE