WDI_SAE_INDICATION_TYPE - NtDoc

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

typedef enum _WDI_SAE_INDICATION_TYPE {
  WDI_SAE_INDICATION_TYPE_COMMIT_REQUEST_PARAMS_NEEDED = 0,
  WDI_SAE_INDICATION_TYPE_COMMIT_FRAME = 1,
  WDI_SAE_INDICATION_TYPE_CONFIRM_FRAME = 2,
  WDI_SAE_INDICATION_TYPE_ERROR = 3,
  WDI_SAE_INDICATION_TYPE_CONFIRM_REQUEST_RESEND_REQUEST = 4
} WDI_SAE_INDICATION_TYPE;
View the official Windows Driver Kit DDI reference
// wditypes.h

typedef enum _WDI_SAE_INDICATION_TYPE {
  WDI_SAE_INDICATION_TYPE_COMMIT_REQUEST_PARAMS_NEEDED,
  WDI_SAE_INDICATION_TYPE_COMMIT_RESPONSE,
  WDI_SAE_INDICATION_TYPE_CONFIRM_RESPONSE,
  WDI_SAE_INDICATION_TYPE_ERROR,
  WDI_SAE_INDICATION_TYPE_CONFIRM_REQUEST_RESEND_REQUEST
} WDI_SAE_INDICATION_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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

Constants

WDI_SAE_INDICATION_TYPE_COMMIT_REQUEST_PARAMS_NEEDED:0

The initial request for parameters to send a Commit request.

WDI_SAE_INDICATION_TYPE_COMMIT_FRAME:1

Commit response received. The Commit response must be included in the indication.

WDI_SAE_INDICATION_TYPE_CONFIRM_FRAME:2

Confirm response received. The Confirm response must be included in the indication.

WDI_SAE_INDICATION_TYPE_ERROR:3

SAE authentication failed with this BSSID. The SAE status must be included in the indication.

WDI_SAE_INDICATION_TYPE_CONFIRM_REQUEST_RESEND_REQUEST: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.

See also

WPA3-SAE Authentication

NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED


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

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

Constants

WDI_SAE_INDICATION_TYPE_COMMIT_REQUEST_PARAMS_NEEDED

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

Confirm response received. The Confirm response must be included in the indication.

WDI_SAE_INDICATION_TYPE_ERROR

SAE authentication failed with this BSSID. The SAE status must be included in the indication.

WDI_SAE_INDICATION_TYPE_CONFIRM_REQUEST_RESEND_REQUEST

Resending the Confirm request to the AP.

Remarks

This enumeration is a value in the NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED indication.

See also

WPA3-SAE Authentication

NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED