// dot11wificxtypes.h
typedef enum _WDI_AUTH_ALGORITHM {
WDI_AUTH_ALGO_UNKNOWN = 0,
WDI_AUTH_ALGO_80211_OPEN = 1,
WDI_AUTH_ALGO_80211_SHARED_KEY = 2,
WDI_AUTH_ALGO_WPA = 3,
WDI_AUTH_ALGO_WPA_PSK = 4,
WDI_AUTH_ALGO_WPA_NONE = 5,
WDI_AUTH_ALGO_RSNA = 6,
WDI_AUTH_ALGO_RSNA_PSK = 7,
WDI_AUTH_ALGO_WPA3_ENT_192 = 8,
WDI_AUTH_ALGO_WPA3_SAE = 9,
WDI_AUTH_ALGO_OWE = 10,
WDI_AUTH_ALGO_WPA3_ENT = 11,
WDI_AUTH_ALGO_IHV_START = 0x80000000,
WDI_AUTH_ALGO_IHV_END = 0xffffffff
} WDI_AUTH_ALGORITHM;
View the official Windows Driver Kit DDI reference// wditypes.h
typedef enum _WDI_AUTH_ALGORITHM {
WDI_AUTH_ALGO_UNKNOWN,
WDI_AUTH_ALGO_80211_OPEN,
WDI_AUTH_ALGO_80211_SHARED_KEY,
WDI_AUTH_ALGO_WPA,
WDI_AUTH_ALGO_WPA_PSK,
WDI_AUTH_ALGO_WPA_NONE,
WDI_AUTH_ALGO_RSNA,
WDI_AUTH_ALGO_RSNA_PSK,
WDI_AUTH_ALGO_WPA3_ENT_192,
WDI_AUTH_ALGO_WPA3_SAE,
WDI_AUTH_ALGO_OWE,
WDI_AUTH_ALGO_WPA3_ENT,
WDI_AUTH_ALGO_IHV_START,
WDI_AUTH_ALGO_IHV_END
} WDI_AUTH_ALGORITHM;
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_AUTH_ALGORITHM enumeration defines the authentication algorithm values.
WDI_AUTH_ALGO_UNKNOWN:0Specifies an unknown authentication algorithm.
WDI_AUTH_ALGO_80211_OPEN:1Specifies an IEEE 802.11 Open System authentication algorithm.
WDI_AUTH_ALGO_80211_SHARED_KEY:2Specifies an IEEE 802.11 Shared Key authentication algorithm that requires the use of a pre-shared Wired Equivalent Privacy (WEP) key for the 802.11 authentication.
WDI_AUTH_ALGO_WPA:3Specifies a Wi-Fi Protected Access (WPA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process.
When the WPA algorithm is enabled, the 802.11 station only associates with an access point whose beacon or probe responses contain the authentication suite of type 1 (802.1X) within the WPA information element (IE).
WDI_AUTH_ALGO_WPA_PSK:4Specifies a Wi-Fi Protected Access (WPA) algorithm that uses preshared keys (PSK). IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a preshared key that is used on both the supplicant and authenticator.
When the WPA PSK algorithm is enabled, the 802.11 station only associates with an access point whose beacon or probe responses contain the authentication suite of type 2 (preshared key) within the WPA IE.
WDI_AUTH_ALGO_WPA_NONE:5This value is not supported.
WDI_AUTH_ALGO_RSNA:6Specifies an IEEE 802.11i Robust Security Network Association (RSNA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process.
When the RSNA algorithm is enabled, the 802.11 station only associates with an access point whose beacon or probe responses contain the authentication suite of type 1 (802.1X) within the Robust Security Network (RSN) IE.
WDI_AUTH_ALGO_RSNA_PSK:7Specifies an IEEE 802.11i RSNA algorithm that uses PSK. IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator.
When the RSNA PSK algorithm is enabled, the 802.11 station only associates with an access point whose beacon or probe responses contain the authentication suite of type 2 (preshared key) within the RSN IE.
WDI_AUTH_ALGO_WPA3_ENT_192:8Specifies a WPA3-Enterprise 192-bit mode algorithm.
WDI_AUTH_ALGO_WPA3_SAE:9Specifies a WPA3-Simultaneous Authentication of Equals (WPA3-SAE) algorithm.
WDI_AUTH_ALGO_OWE:10Specifies an opportunistic wireless encryption (OWE) algorithm.
WDI_AUTH_ALGO_WPA3_ENT:11Specifies a WPA3-Enterprise algorithm.
WDI_AUTH_ALGO_IHV_START:0x80000000Specifies the start of the range that specifies proprietary authentication algorithms that are developed by an IHV.
WDI_AUTH_ALGO_IHV_END:0xffffffffSpecifies the end of the range that specifies proprietary authentication algorithms that are developed by an IHV.
WDI_TLV_UNICAST_ALGORITHM_LIST
WDI_TLV_ASSOCIATION_RESULT_PARAMETERS
WDI_TLV_ASSOCIATION_RESPONSE_RESULT_PARAMETERS
[!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_AUTH_ALGORITHM enumeration defines the authentication algorithm values.
WDI_AUTH_ALGO_UNKNOWNSpecifies an unknown authentication algorithm.
WDI_AUTH_ALGO_80211_OPENSpecifies an IEEE 802.11 Open System authentication algorithm.
WDI_AUTH_ALGO_80211_SHARED_KEYSpecifies an IEEE 802.11 Shared Key authentication algorithm that requires the use of a pre-shared Wired Equivalent Privacy (WEP) key for the 802.11 authentication.
WDI_AUTH_ALGO_WPASpecifies a Wi-Fi Protected Access (WPA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process.
When the WPA algorithm is enabled, the 802.11 station only associates with an access point whose beacon or probe responses contain the authentication suite of type 1 (802.1X) within the WPA information element (IE).
WDI_AUTH_ALGO_WPA_PSKSpecifies a Wi-Fi Protected Access (WPA) algorithm that uses preshared keys (PSK). IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a preshared key that is used on both the supplicant and authenticator.
When the WPA PSK algorithm is enabled, the 802.11 station only associates with an access point whose beacon or probe responses contain the authentication suite of type 2 (preshared key) within the WPA IE.
WDI_AUTH_ALGO_WPA_NONEThis value is not supported.
WDI_AUTH_ALGO_RSNASpecifies an IEEE 802.11i Robust Security Network Association (RSNA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process.
When the RSNA algorithm is enabled, the 802.11 station only associates with an access point whose beacon or probe responses contain the authentication suite of type 1 (802.1X) within the Robust Security Network (RSN) IE.
WDI_AUTH_ALGO_RSNA_PSKSpecifies an IEEE 802.11i RSNA algorithm that uses PSK. IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator.
When the RSNA PSK algorithm is enabled, the 802.11 station only associates with an access point whose beacon or probe responses contain the authentication suite of type 2 (preshared key) within the RSN IE.
WDI_AUTH_ALGO_WPA3_ENT_192Specifies a Wi-Fi Protected Access 3 (WPA3) 192-bit enterprise algorithm.
WDI_AUTH_ALGO_WPA3_SAESpecifies a WPA3-Simultaneous Authentication of Equals (WPA3-SAE) algorithm.
WDI_AUTH_ALGO_OWESpecifies an opportunistic wireless encryption (OWE) algorithm.
WDI_AUTH_ALGO_WPA3_ENTSpecifies a Wi-Fi Protected Access 3 (WPA3) enterprise algorithm.
WDI_AUTH_ALGO_IHV_STARTSpecifies the start of the range that specifies proprietary authentication algorithms that are developed by an IHV.
WDI_AUTH_ALGO_IHV_ENDSpecifies the end of the range that specifies proprietary authentication algorithms that are developed by an IHV.