added TTLS to EAP short names, too
This commit is contained in:
@@ -63,7 +63,9 @@ ENUM_NEXT(eap_type_short_names, EAP_TLS, EAP_TLS, EAP_GTC,
|
|||||||
"TLS");
|
"TLS");
|
||||||
ENUM_NEXT(eap_type_short_names, EAP_SIM, EAP_SIM, EAP_TLS,
|
ENUM_NEXT(eap_type_short_names, EAP_SIM, EAP_SIM, EAP_TLS,
|
||||||
"SIM");
|
"SIM");
|
||||||
ENUM_NEXT(eap_type_short_names, EAP_AKA, EAP_AKA, EAP_SIM,
|
ENUM_NEXT(eap_type_short_names, EAP_TTLS, EAP_TTLS, EAP_SIM,
|
||||||
|
"TTLS");
|
||||||
|
ENUM_NEXT(eap_type_short_names, EAP_AKA, EAP_AKA, EAP_TTLS,
|
||||||
"AKA");
|
"AKA");
|
||||||
ENUM_NEXT(eap_type_short_names, EAP_MSCHAPV2, EAP_MSCHAPV2, EAP_AKA,
|
ENUM_NEXT(eap_type_short_names, EAP_MSCHAPV2, EAP_MSCHAPV2, EAP_AKA,
|
||||||
"MSCHAPV2");
|
"MSCHAPV2");
|
||||||
|
|||||||
Reference in New Issue
Block a user