WDI_WNM_ACTION - NtDoc

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

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;
View the official Windows Driver Kit DDI reference
// wditypes.h

typedef enum _WDI_WNM_ACTION {
  WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_QUERY,
  WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_REQUEST,
  WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_RESPONSE
} WDI_WNM_ACTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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

Constants

WDI_WNM_ACTION_EVENT_REQUEST:0

The message is an event request frame. This is sent by the AP to the client.

WDI_WNM_ACTION_EVENT_RESPONSE: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:2

The message is a diagnostic request frame. This is sent by the AP to the client.

WDI_WNM_ACTION_DIAGNOSTIC_RESPONSE: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:4

The message is a location configuration request frame. This is sent by the AP to the client.

WDI_WNM_ACTION_LOCATION_CONFIGURATION_RESPONSE: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:6

The message is a BSS Transition Management query frame.

WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_REQUEST: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:8

The message is a BSS Transition Management response frame. This is a response to the above request frame from the AP.

Remarks

See also


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

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

Constants

WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_QUERY

The message is a BSS Transition Management query frame.

WDI_WNM_ACTION_BSS_TRANSITION_MANAGEMENT_REQUEST

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

The message is a BSS Transition Management response frame. This is a response to the above request frame from the AP.