Partager via


WIFI_DEVICE_CONFIG_INIT fonction (wificx.h)

La fonction WIFI_DEVICE_CONFIG_INIT initialise la structure WIFI_DEVICE_CONFIG .

Syntaxe

void WIFI_DEVICE_CONFIG_INIT(
  WIFI_DEVICE_CONFIG                      *Config,
  ULONG                                   WdiVersion,
  PFN_WIFI_DEVICE_SEND_COMMAND            SendCommand,
  PFN_WIFI_DEVICE_CREATE_ADAPTER          CreateAdapter,
  PFN_WIFI_DEVICE_CREATE_WIFIDIRECTDEVICE CreateWifiDirectDevice
);

Paramètres

Config

[Out] Pointeur vers la structure de WIFI_DEVICE_CONFIG allouée par le pilote client.

WdiVersion

[In] Version WDI.

SendCommand

[In] Pointeur vers l’implémentation par le pilote client de la fonction de rappel EVT_WIFI_DEVICE_SEND_COMMAND .

CreateAdapter

[In] Pointeur vers l’implémentation par le pilote client de la fonction de rappel EVT_WIFI_DEVICE_CREATE_ADAPTER .

CreateWifiDirectDevice

[In] Pointeur vers l’implémentation par le pilote client de la fonction de rappel EVT_WIFI_DEVICE_CREATE_WIFIDIRECTDEVICE .

Valeur de retour

None

Remarques

Le pilote client appelle cette fonction à partir de sa fonction de rappel d’événement EVT_WDF_DRIVER_DEVICE_ADD en préparation de l’appel de WiFiDeviceInitialize.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 11
Serveur minimal pris en charge Windows Server 2022
En-tête wificx.h

Voir aussi

Écriture d’un pilote client WiFiCx

WIFI_DEVICE_CONFIG

EVT_WIFI_DEVICE_SEND_COMMAND

EVT_WIFI_DEVICE_CREATE_ADAPTER

EVT_WIFI_DEVICE_CREATE_WIFIDIRECTDEVICE

WiFiDeviceInitialize