WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT function (wificx.h)

The WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT function initializes a WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES structure.

Syntax

void WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT(
  WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES *Capabilities
);

Parameters

Capabilities

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

Return value

None

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.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wificx.h

See also

WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES

WifiAdapterPowerOffloadSetRsnRekeyCapabilities