NDIS_802_11_POWER_MODE
This enumerated type defines the power modes available for an 802.11 NIC.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.