WDI_SAE_INDICATION_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_INDICATION_TYPE enumeration defines the type of information needed to continue SAE authentication with the BSSID, or notification that authentication cannot continue.

Syntax

typedef enum _WDI_SAE_INDICATION_TYPE {
  WDI_SAE_INDICATION_TYPE_COMMIT_REQUEST_PARAMS_NEEDED = 0,
  WDI_SAE_INDICATION_TYPE_COMMIT_RESPONSE = 1,
  WDI_SAE_INDICATION_TYPE_CONFIRM_RESPONSE = 2,
  WDI_SAE_INDICATION_TYPE_ERROR = 3,
  WDI_SAE_INDICATION_TYPE_CONFIRM_REQUEST_RESEND_REQUEST = 4
} WDI_SAE_INDICATION_TYPE;

Constants

 
WDI_SAE_INDICATION_TYPE_COMMIT_REQUEST_PARAMS_NEEDED
Value: 0
The initial request for parameters to send a Commit request.
WDI_SAE_INDICATION_TYPE_COMMIT_RESPONSE
Commit response received. The Commit response must be included in the indication.
WDI_SAE_INDICATION_TYPE_CONFIRM_RESPONSE
Value: 2
Confirm response received. The Confirm response must be included in the indication.
WDI_SAE_INDICATION_TYPE_ERROR
Value: 3
SAE authentication failed with this BSSID. The SAE status must be included in the indication.
WDI_SAE_INDICATION_TYPE_CONFIRM_REQUEST_RESEND_REQUEST
Value: 4
Resending the Confirm request to the AP.

Remarks

This enumeration is a value in the NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED indication.

Requirements

Requirement Value
Minimum supported client Windows 11
Header dot11wificxtypes.h

See also

WPA3-SAE Authentication

NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED