WDI_SAE_REQUEST_TYPE 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_SAE_REQUEST_TYPE enumeration defines the type of Simultaneous Authentication of Equals (SAE) request frame to send to the BSSID.

Syntax

typedef enum _WDI_SAE_REQUEST_TYPE {
  WDI_SAE_REQUEST_TYPE_COMMIT_REQUEST,
  WDI_SAE_REQUEST_TYPE_CONFIRM_REQUEST,
  WDI_SAE_REQUEST_TYPE_FAILURE = 2,
  WDI_SAE_REQUEST_TYPE_SUCCESS = 3,
  WDI_SAE_REQUEST_TYPE_COMMIT_REQUEST_H2E
} WDI_SAE_REQUEST_TYPE;

Constants

 
WDI_SAE_REQUEST_TYPE_FAILURE
Value: 2
Request SAE authentication parameters failed. SAEStatus will be included.
WDI_SAE_REQUEST_TYPE_SUCCESS
Value: 3
Request SAE authentication parameters succeeded.

Remarks

This enumeration is a value in the OID_WDI_SET_SAE_AUTH_PARAMS command.

Requirements

Requirement Value
Minimum supported client Windows 11
Header dot11wificxtypes.h

See also

WPA3-SAE Authentication

OID_WDI_SET_SAE_AUTH_PARAMS