WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wificx.h

void WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT(
  WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifi_adapter_power_offload_rsn_rekey_capabilities_init)

Description

The WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT function initializes a WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES structure.

Parameters

Capabilities

[_Out_] A pointer to a driver-allocated WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES structure.

Remarks

This function zeroes out the memory of the WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES structure, fills in the Size member, and sets the Enabled member to TRUE.

Call WifiAdapterPowerOffloadSetRsnRekeyCapabilities to set the net adapter's RSN rekey power offload capabilities.

See also

WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES

WifiAdapterPowerOffloadSetRsnRekeyCapabilities