Enable method of the MSFT_NetAdapterPowerManagementSettingData class

Provides a method to enable specific power management capabilities on the adapter.

Syntax

uint32 Enable(
  [out] string  cmdletOutput,
  [in]  boolean ArpOffload,
  [in]  boolean D0PacketCoalescing,
  [in]  boolean DeviceSleepOnDisconnect,
  [in]  boolean NSOffload,
  [in]  boolean RsnRekeyOffload,
  [in]  boolean SelectiveSuspend,
  [in]  boolean WakeOnMagicPacket,
  [in]  boolean WakeOnPattern
);

Parameters

cmdletOutput [out]

Returns an embedded instance of the MSFT_NetAdapterPowerManagementSettingData class.

ArpOffload [in]

true to enable the setting for ARP offloads on the adapter.

D0PacketCoalescing [in]

true to enable the D0 Packet Coalescing on the adapter.

DeviceSleepOnDisconnect [in]

true to enable sleeping on media disconnect on the adapter.

NSOffload [in]

true to enable NS offloads on the adapter.

RsnRekeyOffload [in]

true to enable 802.11i RSN offloading on the adapter.

SelectiveSuspend [in]

true to enable selective suspend on the adapter.

WakeOnMagicPacket [in]

true to enable waking on Magic Packets on the adapter.

WakeOnPattern [in]

true to enable waking on a packet pattern for the adapter.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetAdapterCim.mof
DLL
NetAdapterCim.dll

See also

MSFT_NetAdapterPowerManagementSettingData