WDI_WNM_ACTION enumeration (wditypes.hpp)

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.

Syntax

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;

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.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header wditypes.hpp