Another variant of EAP-GTC introduced: password based

This commit is contained in:
Simon Rozman 2017-02-09 09:30:42 +01:00
parent 5ffcb79306
commit 905fd066dc

View File

@ -131,6 +131,8 @@ namespace winstd
eap_type_peap = 25, ///< EAP-PEAP
eap_type_mschapv2 = 26, ///< EAP-MSCHAPv2
eap_type_gtcp = 128 + eap_type_gtc, ///< EAP-GTC using a password
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)