WifiDeviceGetOsWdiVersion - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wificx.h

ULONG WifiDeviceGetOsWdiVersion(
  WDFDEVICE Device
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifidevicegetoswdiversion)

Description

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

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.

Remarks

See also

WiFiCx TLV parser/generator

WdfDeviceCreate