OID_WDI_SET_SAE_AUTH_PARAMS
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.
OID_WDI_SET_SAE_AUTH_PARAMS is sent by WDI in response to an NDIS_STATUS_WDI_INDICATION_SAE_AUTH_PARAMS_NEEDED indication from the driver. It contains the parameters required to send the Simultaneous Authentication of Equals (SAE) Commit or Confirm request, or an error message indicating a failure to perform SAE with the BSSID.
This command is sent as a Direct OID request to the driver.
For more information about SAE authentication, see WPA3 SAE authentication.
Command parameters
TLV | Type | Multiple TLV instances allowed | Optional | Description |
---|---|---|---|---|
WDI_TLV_BSSID | WDI_MAC_ADDRESS | The BSSID of the AP. | ||
WDI_TLV_SAE_REQUEST_TYPE | WDI_SAE_REQUEST_TYPE | The type of SAE request frame to send to the BSSID. | ||
WDI_TLV_SAE_COMMIT_REQUEST | WDI_SAE_COMMIT_REQUEST | X | The SAE Commit request parameters. | |
WDI_TLV_SAE_CONFIRM_REQUEST | WDI_SAE_CONFIRM_REQUEST | X | The SAE Confirm request parameters. | |
WDI_TLV_SAE_STATUS | WDI_SAE_STATUS | X | SAE authentication failure error status. |
Requirements
Minimum supported client: Windows 10, version 1903
Minimum supported server: Windows Server 2016
Header: Dot11wdi.h