WDI_IHV_TASK_PRIORITY enumeration (dot11wificxtypes.h)

Important

This topic is part of the WiFiCx driver model. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The previous Wi-Fi driver model WDI is in maintenance mode and will only receive high priority fixes.

The WDI_IHV_TASK_PRIORITY enumeration defines IHV task priorities.

Syntax

typedef enum _WDI_IHV_TASK_PRIORITY {
  WDI_IHV_TASK_PRIORITY_HIGH = 1,
  WDI_IHV_TASK_PRIORITY_MEDIUM = 2,
  WDI_IHV_TASK_PRIORITY_LOW = 3
} WDI_IHV_TASK_PRIORITY;

Constants

 
WDI_IHV_TASK_PRIORITY_HIGH
Value: 1
High priority.
WDI_IHV_TASK_PRIORITY_MEDIUM
Value: 2
Medium priority.
WDI_IHV_TASK_PRIORITY_LOW
Value: 3
Low priority.

Remarks

The WDI_IHV_TASK_PRIORITY enum is a value in the WDI_TLV_ASSOCIATION_RESULT_PARAMETERS TLV.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header dot11wificxtypes.h

See also

WDI_TLV_ASSOCIATION_RESULT_PARAMETERS