WDI_ACTION_FRAME_CATEGORY - NtDoc

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

typedef enum _WDI_ACTION_FRAME_CATEGORY {
  WDI_ACTION_FRAME_CATEGORY_SPECTRUM_MANAGEMENT = 0,
  WDI_ACTION_FRAME_CATEGORY_QOS = 1,
  WDI_ACTION_FRAME_CATEGORY_RESERVED = 2,
  WDI_ACTION_FRAME_CATEGORY_BLOCK_ACK = 3,
  WDI_ACTION_FRAME_CATEGORY_PUBLIC = 4,
  WDI_ACTION_FRAME_CATEGORY_RADIO_MEASUREMENT = 5,
  WDI_ACTION_FRAME_CATEGORY_FAST_BSS_TRANSITION = 6,
  WDI_ACTION_FRAME_CATEGORY_HT = 7,
  WDI_ACTION_FRAME_CATEGORY_SA_QUERY = 8,
  WDI_ACTION_FRAME_CATEGORY_PROTECTED_DUAL_OF_PUBLIC_ACTION = 9,
  WDI_ACTION_FRAME_CATEGORY_WNM = 10,
  WDI_ACTION_FRAME_CATEGORY_UNPROTECTED_WNM = 11,
  WDI_ACTION_FRAME_CATEGORY_ROBUST_AV_STREAMING = 19
} WDI_ACTION_FRAME_CATEGORY;
View the official Windows Driver Kit DDI reference
// wditypes.h

typedef enum _WDI_ACTION_FRAME_CATEGORY {
  WDI_ACTION_FRAME_CATEGORY_PUBLIC,
  WDI_ACTION_FRAME_CATEGORY_RADIO_MEASUREMENT,
  WDI_ACTION_FRAME_CATEGORY_FAST_BSS_TRANSITION,
  WDI_ACTION_FRAME_CATEGORY_WNM
} WDI_ACTION_FRAME_CATEGORY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dot11wificxtypes-wdi_action_frame_category)

Description

[!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_ACTION_FRAME_CATEGORY enumeration defines action frame categories.

Constants

WDI_ACTION_FRAME_CATEGORY_SPECTRUM_MANAGEMENT:0

Spectrum Management Action frame category.

WDI_ACTION_FRAME_CATEGORY_QOS:1

QoS Action frame category.

WDI_ACTION_FRAME_CATEGORY_RESERVED:2

Reserved.

WDI_ACTION_FRAME_CATEGORY_BLOCK_ACK:3

Block Acknowledgement Action frame category.

WDI_ACTION_FRAME_CATEGORY_PUBLIC:4

Public Action frame category. It is used in:

WDI_ACTION_FRAME_CATEGORY_RADIO_MEASUREMENT:5

Radio Measurement Report frame category. It is transmitted by a STA requesting another STA to make one or more measurements on one or more channels.

WDI_ACTION_FRAME_CATEGORY_FAST_BSS_TRANSITION:6

Fast BSS Transition Action frame category. It is used by a currently-associated AP to enable fast BSS transitions over the DS. Over the DS transitions are not supported in Windows 10.

WDI_ACTION_FRAME_CATEGORY_HT:7

HT Action frame category.

WDI_ACTION_FRAME_CATEGORY_SA_QUERY:8

SA Query Action frame category.

WDI_ACTION_FRAME_CATEGORY_PROTECTED_DUAL_OF_PUBLIC_ACTION:9

Protected Dual of Public Action frame category.

WDI_ACTION_FRAME_CATEGORY_WNM:10

Wireless Network Management Action frame category. In Windows 10, it is only used for handling BSS Transition Management requests/responses.

WDI_ACTION_FRAME_CATEGORY_UNPROTECTED_WNM:11

Unprotected Wireless Network Management Action frame category.

WDI_ACTION_FRAME_CATEGORY_ROBUST_AV_STREAMING:19

Robust AV Streaming Action frame category.

Remarks

See also


Windows Driver Kit DDI reference (ne-wditypes-_wdi_action_frame_category)

_WDI_ACTION_FRAME_CATEGORY enumeration

Description

[!IMPORTANT] This topic is part of the WDI driver model released in Windows 10. The WDI driver model is in maintenance mode and will only receive high priority fixes. 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 WDI_ACTION_FRAME_CATEGORY enumeration defines the action frame categories.

Constants

WDI_ACTION_FRAME_CATEGORY_PUBLIC

Specifies a Public Action frame. It is used in:

WDI_ACTION_FRAME_CATEGORY_RADIO_MEASUREMENT

Specifies a Radio Measurement Report frame. It is transmitted by a STA requesting another STA to make one or more measurements on one or more channels.

WDI_ACTION_FRAME_CATEGORY_FAST_BSS_TRANSITION

Specifies a Fast BSS Transition Action frame. It is used by a currently-associated AP to enable fast BSS transitions over the DS. Over the DS transitions are not supported in Windows 10.

WDI_ACTION_FRAME_CATEGORY_WNM

Specifies a Wireless Network Management Action frame. In Windows 10, it is only used for handling BSS Transition Management requests/responses.