Compartilhar via


função WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT (wificx.h)

A função WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT inicializa uma estrutura WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES .

Sintaxe

void WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES_INIT(
  WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES *Capabilities
);

Parâmetros

Capabilities

[Out] Um ponteiro para uma estrutura de WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES alocada por driver.

Retornar valor

Nenhum

Comentários

Essa função zeram a memória da estrutura WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES , preenchem o membro Size e definem o membro Enabled como TRUE.

Chame WifiAdapterPowerOffloadSetRsnRekeyCapabilities para definir os recursos de descarregamento de energia de rechaveamento RSN do adaptador de rede.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 11
Servidor mínimo com suporte Windows Server 2022
Cabeçalho wificx.h

Confira também

WIFI_ADAPTER_POWER_OFFLOAD_RSN_REKEY_CAPABILITIES

WifiAdapterPowerOffloadSetRsnRekeyCapabilities