Partager via


fonction WIFI_STATION_CAPABILITIES_INIT (wificx.h)

La fonction WIFI_STATION_CAPABILITIES_INIT initialise une structure WIFI_STATION_CAPABILITIES.

Syntaxe

void WIFI_STATION_CAPABILITIES_INIT(
  WIFI_STATION_CAPABILITIES *Capabilities
);

Paramètres

Capabilities

[Out] Pointeur vers une structure WIFI_STATION_CAPABILITIES allouée par le pilote client.

Valeur de retour

Aucun

Remarques

Cette fonction supprime la mémoire de la structure WIFI_STATION_CAPABILITIES, puis remplit le membre Size. Les pilotes clients doivent ensuite appeler WifiDeviceSetStationCapabilities pour signaler les fonctionnalités de la station à WiFiCx.

Exigences

Exigence Valeur
client minimum pris en charge Windows 11, version 24H2
d’en-tête wificx.h

Voir aussi

WIFI_STATION_CAPABILITIES

WifiDeviceSetStationCapabilities