WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES structure (wificx.h)
The WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES structure describes a WiFiCx net adapter's RSN rekey power offload capabilities.
Syntax
typedef struct _WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES {
ULONG Size;
BOOLEAN Enabled;
} WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES;
Members
Size
The size of this structure, in bytes.
Enabled
Specifies if the adapter's RSN rekey power offload capabilities are enabled.
Remarks
Call WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT to initialize this structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |