WLAN_POWER_SETTING enumeration
The WLAN_POWER_SETTING enumerated type specifies the power setting of an interface.
Syntax
typedef enum _WLAN_POWER_SETTING { wlan_power_setting_no_saving, wlan_power_setting_low_saving, wlan_power_setting_medium_saving, wlan_power_setting_maximum_saving, wlan_power_setting_invalid } WLAN_POWER_SETTING, *PWLAN_POWER_SETTING;
Constants
- wlan_power_setting_no_saving
-
Specifies no power-saving activity performed by the 802.11 station.
- wlan_power_setting_low_saving
-
Specifies a power save polling (PSP) mode that uses the fastest power-saving mode. This power mode must provide the best combination of network performance and power usage.
- wlan_power_setting_medium_saving
-
Specifies a PSP mode that uses the maximum (MAX) power saving capabilities. The MAX power save mode results in the greatest power savings for the radio on the 802.11 station.
- wlan_power_setting_maximum_saving
-
Specifies a proprietary PSP mode implemented by the independent hardware vendor (IHV) that exceeds the wlan_power_setting_medium_saving power-saving level.
- wlan_power_setting_invalid
-
The supplied power setting is invalid.
Requirements
|
Minimum supported client | Windows Vista, Windows XP with SP3 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Redistributable | Wireless LAN API for Windows XP with SP2 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012
