Added defines for TTLS & PEAP, even though they're not supported.
authoraland <aland>
Tue, 29 Jul 2003 16:03:26 +0000 (16:03 +0000)
committeraland <aland>
Tue, 29 Jul 2003 16:03:26 +0000 (16:03 +0000)
src/modules/rlm_eap/eap.h

index 29c03c5..444e91c 100644 (file)
@@ -54,7 +54,9 @@
 #define PW_EAP_GTC             6
 #define PW_EAP_TLS             13
 #define PW_EAP_LEAP            17
-#define PW_EAP_MAX_TYPES       17
+#define PW_EAP_TTLS            21
+#define PW_EAP_PEAP            25
+#define PW_EAP_MAX_TYPES       25
 
 #define EAP_HEADER_LEN                 4