Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 2.46 KB

nf-wificx-wifi_device_config_init.md

File metadata and controls

86 lines (63 loc) · 2.46 KB
UID tech.root title ms.date ms.topic targetos description req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:wificx.WIFI_DEVICE_CONFIG_INIT
netvista
WIFI_DEVICE_CONFIG_INIT (wificx.h)
12/28/2021
language-reference
Windows
The WIFI_DEVICE_CONFIG_INIT function initializes the WIFI_DEVICE_CONFIG structure.
function
wificx.h
Windows 11
Windows Server 2022
apiref
HeaderDef
wificx.h
WIFI_DEVICE_CONFIG_INIT
WIFI_DEVICE_CONFIG_INIT
wificx/WIFI_DEVICE_CONFIG_INIT
c++

-description

The WIFI_DEVICE_CONFIG_INIT function initializes the WIFI_DEVICE_CONFIG structure.

-parameters

-param Config

[Out] A pointer to the client driver-allocated WIFI_DEVICE_CONFIG structure.

-param WdiVersion

[In] The WDI version.

-param SendCommand

[In] A pointer to the client driver's implementation of the EVT_WIFI_DEVICE_SEND_COMMAND callback function.

-param CreateAdapter

[In] A pointer to the client driver's implementation of the EVT_WIFI_DEVICE_CREATE_ADAPTER callback function.

-param CreateWifiDirectDevice

[In] A pointer to the client driver's implementation of the EVT_WIFI_DEVICE_CREATE_WIFIDIRECTDEVICE callback function.

-remarks

The client driver calls this function from its EVT_WDF_DRIVER_DEVICE_ADD event callback function in preparation for calling WiFiDeviceInitialize.

-see-also

Writing a WiFiCx client driver

WIFI_DEVICE_CONFIG

EVT_WIFI_DEVICE_SEND_COMMAND

EVT_WIFI_DEVICE_CREATE_ADAPTER

EVT_WIFI_DEVICE_CREATE_WIFIDIRECTDEVICE

WiFiDeviceInitialize