Compartir a través de


función WIFI_STATION_CAPABILITIES_INIT (wificx.h)

La función WIFI_STATION_CAPABILITIES_INIT inicializa una estructura WIFI_STATION_CAPABILITIES.

Sintaxis

void WIFI_STATION_CAPABILITIES_INIT(
  WIFI_STATION_CAPABILITIES *Capabilities
);

Parámetros

Capabilities

[out] Puntero a una estructura de WIFI_STATION_CAPABILITIES asignada por el controlador de cliente.

Valor devuelto

Ninguno

Observaciones

Esta función reduce la memoria de la estructura de WIFI_STATION_CAPABILITIES y rellena el miembro Size. Los conductores cliente deben llamar a WifiDeviceSetStationCapabilities para informar de las funcionalidades de la estación de informes a WiFiCx.

Requisitos

Requisito Valor
cliente mínimo admitido Windows 11, versión 24H2
encabezado de wificx.h

Consulte también

WIFI_STATION_CAPABILITIES

WifiDeviceSetStationCapabilities