added EAP_TTLS method

This commit is contained in:
Andreas Steffen
2010-08-05 21:01:39 +02:00
parent 6ac797ad3a
commit f32e56bbce
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ enum eap_type_t {
EAP_GTC = 6,
EAP_TLS = 13,
EAP_SIM = 18,
EAP_TTLS = 21,
EAP_AKA = 23,
EAP_MSCHAPV2 = 26,
/** not a method, but an implementation providing different methods */