// 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 referenceNo description available.
[!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.
WDI_SAE_INDICATION_TYPE_COMMIT_REQUEST_PARAMS_NEEDED:0The initial request for parameters to send a Commit request.
WDI_SAE_INDICATION_TYPE_COMMIT_FRAME:1Commit response received. The Commit response must be included in the indication.
WDI_SAE_INDICATION_TYPE_CONFIRM_FRAME:2Confirm response received. The Confirm response must be included in the indication.
WDI_SAE_INDICATION_TYPE_ERROR:3SAE authentication failed with this BSSID. The SAE status must be included in the indication.
WDI_SAE_INDICATION_TYPE_CONFIRM_REQUEST_RESEND_REQUEST:4Resending the Confirm request to the AP.
This enumeration is a value in the NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED indication.
NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED
[!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.
WDI_SAE_INDICATION_TYPE_COMMIT_REQUEST_PARAMS_NEEDEDThe initial request for parameters to send a Commit request.
WDI_SAE_INDICATION_TYPE_COMMIT_RESPONSECommit response received. The Commit response must be included in the indication.
WDI_SAE_INDICATION_TYPE_CONFIRM_RESPONSEConfirm response received. The Confirm response must be included in the indication.
WDI_SAE_INDICATION_TYPE_ERRORSAE authentication failed with this BSSID. The SAE status must be included in the indication.
WDI_SAE_INDICATION_TYPE_CONFIRM_REQUEST_RESEND_REQUESTResending the Confirm request to the AP.
This enumeration is a value in the NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED indication.
NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED