TwclWiFiPowerSetting Enumeration

The WiFi power saving modes.

Namespace: wclWiFi
type
 TwclWiFiPowerSetting = (
 psNo,
 psLow,
 psMedium,
 psMaximum,
 psInvalid
 );

The TwclWiFiPowerSetting type exposes the following members.

Show:
 NameDescription
psInvalid

The supplied power setting is invalid.

psLow

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.

psMaximum

Specifies a proprietary PSP mode implemented by the independent hardware vendor (IHV) that exceeds the "psMedium" power-saving level.

psMedium

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.

psNo

Specifies no power-saving activity performed by the 802.11 station.

Top