Disable method of the MSFT_NetAdapterPowerManagementSettingData class

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

Syntax

uint32 Disable(
  [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 disable the setting for ARP offloads on the adapter.

D0PacketCoalescing [in]

true to disable the D0 Packet Coalescing on the adapter.

DeviceSleepOnDisconnect [in]

true to disable sleeping on media disconnect on the adapter.

NSOffload [in]

true to disable NS offloads on the adapter.

RsnRekeyOffload [in]

true to disable 802.11i RSN offloading on the adapter.

SelectiveSuspend [in]

true to disable selective suspend on the adapter.

WakeOnMagicPacket [in]

true to disable waking on Magic Packets on the adapter.

WakeOnPattern [in]

true to disable 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