// wificx.h
VOID WifiAdapterPowerOffloadSetRsnRekeyCapabilities(
NETADAPTER Adapter,
const WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiAdapterPowerOffloadSetRsnRekeyCapabilities function sets a WiFiCx net adapter's RSN rekey power offload capabilities.
Adapter[_In_] A handle to a NetAdapterCx NETADAPTER object obtained in a previous call to NetAdapterCreate.
Capabilities[_In_] A pointer to a driver-allocated and initialized WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES structure.
The client driver typically calls this function from within EVT_DEVICE_PREPARE_HARDWARE.
WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES