From 244b00ea779895884570b401a59f3447ad73bb24 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 4 Oct 2016 12:34:21 +0200 Subject: [PATCH] Incorrect EAP-MSCHAPv2 method type fixed --- include/WinStd/EAP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/WinStd/EAP.h b/include/WinStd/EAP.h index 754e5827..efa38c66 100644 --- a/include/WinStd/EAP.h +++ b/include/WinStd/EAP.h @@ -148,7 +148,7 @@ namespace winstd eap_type_tls = 13, ///< EAP-TLS eap_type_ttls = 21, ///< EAP-TTLS eap_type_peap = 25, ///< EAP-PEAP - eap_type_mschapv2 = 29, ///< EAP-MSCHAPv2 + eap_type_mschapv2 = 26, ///< EAP-MSCHAPv2 eap_type_legacy_pap = 192, ///< PAP (Not actually an EAP method; Moved to the Unassigned area) eap_type_legacy_mschapv2 = 193, ///< MSCHAPv2 (Not actually an EAP method; Moved to the Unassigned area)