WifiDeviceGetOsWdiVersion function (wificx.h)

The WifiDeviceGetOsWdiVersion function gets the TLV version that WifiCx uses to initialize client driver's TLV parser/generator.

Syntax

ULONG WifiDeviceGetOsWdiVersion(
  WDFDEVICE Device
);

Parameters

Device

[In] A handle to a framework device object that the client driver obtained from a previous call to WdfDeviceCreate.

Return value

Returns the TLV version that WifiCx uses to initialize client driver's TLV parser/generator.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wificx.h
IRQL PASSIVE_LEVEL

See also

WiFiCx TLV parser/generator

WdfDeviceCreate