NDIS_802_11_RADIO_POWER_STATE (Windows Embedded CE 6.0)

1/6/2010

This data structure contains the Radio Power State, which indicates whether the radio is turned on or off. The Radio Power State is set or queried by OID_802_11_RADIO_POWER_STATE.

When queried, the object identifier returns the current radio power state.

Syntax

typedef enum _NDIS_802_11_RADIO_POWER_STATE {
        Ndis802_11RadioPowerState_Off = 0,
        Ndis802_11RadioPowerState_On = 1,
} NDIS_802_11_RADIO_POWER_STATE, *PNDIS_802_11_RADIO_POWER_STATE;

Requirements

Header ntddndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Structures
OID_802_11_RADIO_POWER_STATE

Other Resources

Network Drivers