// 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 referenceNo description available.
The WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT function initializes a WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES structure.
Capabilities[_Out_] A pointer to a driver-allocated WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES structure.
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.
WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES
WifiAdapterPowerOffloadSetRsnRekeyCapabilities