Share via


NDIS_802_11_POWER_MODE (Windows Embedded CE 6.0)

1/6/2010

This enumerated type defines the power modes available for an 802.11 NIC.

Syntax

typedef enum _NDIS_802_11_POWER_MODE {
  Ndis802_11PowerModeCAM,
  Ndis802_11PowerModeMAX_PSP,
  Ndis802_11PowerModeFast_PSP,
  Ndis802_11PowerModeMax,
} NDIS_802_11_POWER_MODE, *PNDIS_802_11_POWER_MODE;

Elements

  • Ndis802_11PowerModeCAM
    Specifies continuous access mode (CAM). When the power mode is set to CAM, the device is always on.
  • Ndis802_11PowerModeMAX_PSP
    Specifies maximum (MAX) power saving. A power mode of MAX results in the greatest power savings for the 802.11 NIC radio.
  • Ndis802_11PowerModeFast_PSP
    Specifies fast power-saving mode. This power mode provides the best combination of network performance and power usage.
  • Ndis802_11PowerModeMax
    Specifies the upper bound.

Remarks

OID_802_11_POWER_MODE uses this enumerated type to define a NIC power mode. When set, this object identifier requests the miniport driver to set the power mode of the 802.11 NIC to the specified value. When queried, this object identifier returns the power mode.

Requirements

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

See Also

Reference

Network Driver Enumerations
OID_802_11_POWER_MODE