Share via


WLAN_POWER_SETTING (Compact 7)

3/12/2014

This 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

See Also

Reference

Native Wi-Fi Enumerations
WLAN_NOTIFICATION_DATA
Native Wi-Fi Reference