summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Carlson <carlsonj@workingcode.com>2002-11-02 19:48:13 +0000
committerJames Carlson <carlsonj@workingcode.com>2002-11-02 19:48:13 +0000
commitd741a3b912f17d84dc8dc87474e0b989c775de50 (patch)
tree5ce171ff71a164b9e8b41247186e89935bdfc556 /include
parent767b224b09e000895b0918937edd19041e40e6f6 (diff)
downloadppp-d741a3b912f17d84dc8dc87474e0b989c775de50.tar.gz
Added EAP support with MD5-Challenge and SRP-SHA1 methods. Tested
on Linux (with both methods) and on Solaris (just MD5-Challenge). Fixed several Makefiles that were missing references to required modules such as tty.o.
Diffstat (limited to 'include')
-rw-r--r--include/net/ppp_defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ppp_defs.h b/include/net/ppp_defs.h
index bda882e..85f1fc7 100644
--- a/include/net/ppp_defs.h
+++ b/include/net/ppp_defs.h
@@ -1,4 +1,4 @@
-/* $Id: ppp_defs.h,v 1.15 2002/05/21 17:26:48 dfs Exp $ */
+/* $Id: ppp_defs.h,v 1.16 2002/11/02 19:48:12 carlsonj Exp $ */
/*
* ppp_defs.h - PPP definitions.
@@ -85,6 +85,7 @@
#define PPP_LQR 0xc025 /* Link Quality Report protocol */
#define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */
#define PPP_CBCP 0xc029 /* Callback Control Protocol */
+#define PPP_EAP 0xc227 /* Extensible Authentication Protocol */
/*
* Values for FCS calculations.