WDI_SAE_REQUEST_TYPE 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_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 = 0,
  WDI_SAE_REQUEST_TYPE_CONFIRM_REQUEST = 1,
  WDI_SAE_REQUEST_TYPE_FAILURE = 2,
  WDI_SAE_REQUEST_TYPE_SUCCESS = 3,
  WDI_SAE_REQUEST_TYPE_COMMIT_REQUEST_H2E = 4
} WDI_SAE_REQUEST_TYPE;

Constants

 
WDI_SAE_REQUEST_TYPE_COMMIT_REQUEST
Value: 0
Send a Commit request. SAECommitRequest will be included.
WDI_SAE_REQUEST_TYPE_CONFIRM_REQUEST
Value: 1
Send a Confirm request. SAEConfirmRequest will be included.
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.
WDI_SAE_REQUEST_TYPE_COMMIT_REQUEST_H2E
Value: 4
Send a Commit Request using H2E. When Anti-Clogging token is specified, it will be encoded as Anti-Clogging Element instead of a field.

Remarks

This enumeration is a value in the OID_WDI_SET_SAE_AUTH_PARAMS command.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header wditypes.hpp

See also

WPA3-SAE Authentication

OID_WDI_SET_SAE_AUTH_PARAMS