EAP method types revised
This commit is contained in:
parent
b76203f95e
commit
af2bb0a847
@ -70,7 +70,9 @@ namespace winstd
|
||||
eap_type_ttls = 21, ///< EAP-TTLS
|
||||
eap_type_peap = 25, ///< EAP-PEAP
|
||||
eap_type_mschapv2 = 26, ///< EAP-MSCHAPv2
|
||||
eap_type_pap = 192, ///< PAP (Not actually an EAP method; Moved to the Unassigned area)
|
||||
|
||||
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)
|
||||
|
||||
eap_type_start = 1, ///< Start of EAP methods
|
||||
eap_type_end = 192, ///< End of EAP methods (non-inclusive)
|
||||
|
Loading…
x
Reference in New Issue
Block a user