Another variant of EAP-GTC introduced: password based
This commit is contained in:
parent
5ffcb79306
commit
905fd066dc
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user