WDI_WNM_ACTION 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_WNM_ACTION enumeration defines the message type for 802.11v BSS Transition Management action frames.

Syntax

typedef enum _WDI_WNM_ACTION {
  WDI_WNM_ACTION_EVENT_REQUEST = 0,
  WDI_WNM_ACTION_EVENT_RESPONSE = 1,
  WDI_WNM_ACTION_DIAGNOSTIC_REQUEST = 2,
  WDI_WNM_ACTION_DIAGNOSTIC_RESPONSE = 3,
  WDI_WNM_ACTION_LOCATION_CONFIGURATION_REQUEST = 4,
  WDI_WNM_ACTION_LOCATION_CONFIGURATION_RESPONSE = 5,
  WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_QUERY = 6,
  WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_REQUEST = 7,
  WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_RESPONSE = 8
} WDI_WNM_ACTION;

Constants

 
WDI_WNM_ACTION_EVENT_REQUEST
Value: 0
The message is an event request frame. This is sent by the AP to the client.
WDI_WNM_ACTION_EVENT_RESPONSE
Value: 1
The message is an event response frame. This is a response to the above request frame from the AP.
WDI_WNM_ACTION_DIAGNOSTIC_REQUEST
Value: 2
The message is a diagnostic request frame. This is sent by the AP to the client.
WDI_WNM_ACTION_DIAGNOSTIC_RESPONSE
Value: 3
The message is a diagnostic response frame. This is a response to the above request frame from the AP.
WDI_WNM_ACTION_LOCATION_CONFIGURATION_REQUEST
Value: 4
The message is a location configuration request frame. This is sent by the AP to the client.
WDI_WNM_ACTION_LOCATION_CONFIGURATION_RESPONSE
Value: 5
The message is a location configuration response frame. This is a response to the above request frame from the AP.
WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_QUERY
Value: 6
The message is a BSS Transition Management query frame.
WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_REQUEST
Value: 7
The message is a BSS Transition Management request frame. This is sent by the AP to the client.
WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_RESPONSE
Value: 8
The message is a BSS Transition Management response frame. This is a response to the above request frame from the AP.

Requirements

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