]> git.ozlabs.org Git - ppp.git/blobdiff - include/net/ppp_defs.h
Added EAP support with MD5-Challenge and SRP-SHA1 methods. Tested
[ppp.git] / include / net / ppp_defs.h
index 4152b069a7061c70af2c7c8ae16b2d9908a776c1..85f1fc7fd35293df070c8ae52f97028f36f9fe04 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: ppp_defs.h,v 1.14 1999/08/13 01:55:40 paulus Exp $ */
+/*     $Id: ppp_defs.h,v 1.16 2002/11/02 19:48:12 carlsonj Exp $       */
 
 /*
  * ppp_defs.h - PPP definitions.
 #define PPP_IPXCP      0x802b  /* IPX Control Protocol */
 #define PPP_IPV6CP     0x8057  /* IPv6 Control Protocol */
 #define PPP_CCP                0x80fd  /* Compression Control Protocol */
+#define PPP_ECP                0x8053  /* Encryption Control Protocol */
 #define PPP_LCP                0xc021  /* Link Control Protocol */
 #define PPP_PAP                0xc023  /* Password Authentication Protocol */
 #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.