Compartilhar via


função WIFI_STATION_CAPABILITIES_INIT (wificx.h)

A função WIFI_STATION_CAPABILITIES_INIT inicializa uma estrutura WIFI_STATION_CAPABILITIES.

Sintaxe

void WIFI_STATION_CAPABILITIES_INIT(
  WIFI_STATION_CAPABILITIES *Capabilities
);

Parâmetros

Capabilities

[] Um ponteiro para uma estrutura de WIFI_STATION_CAPABILITIES alocada pelo driver do cliente.

Valor de retorno

Nenhum

Observações

Essa função zera a memória da estrutura WIFI_STATION_CAPABILITIES e preenche o membro Tamanho do. Os drivers cliente devem chamar WifiDeviceSetStationCapabilities para relatar os recursos da estação para WiFiCx.

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows 11, versão 24H2
cabeçalho wificx.h

Consulte também

WIFI_STATION_CAPABILITIES

WifiDeviceSetStationCapabilities