Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The WifiAdapterPowerOffloadSetRsnRekeyCapabilities function sets a WiFiCx net adapter's RSN rekey power offload capabilities.
Syntax
void WifiAdapterPowerOffloadSetRsnRekeyCapabilities(
NETADAPTER Adapter,
const WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES *Capabilities
);
Parameters
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.
Return value
None
Remarks
The client driver typically calls this function from within EVT_DEVICE_PREPARE_HARDWARE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |
IRQL | PASSIVE_LEVEL |