lkml.org 
[lkml]   [2022]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Adding in defines for PPP_ECP and PPP_EAP into linux/ppp_defs.h
Date
This patch includes additional defiles for PPP ECP and EAP protocols.

Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
---
include/uapi/linux/ppp_defs.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/include/uapi/linux/ppp_defs.h b/include/uapi/linux/ppp_defs.h
index 20286bd90ab5..5c4c94205e33 100644
--- a/include/uapi/linux/ppp_defs.h
+++ b/include/uapi/linux/ppp_defs.h
@@ -50,6 +50,7 @@
#define PPP_IPCP 0x8021 /* IP Control Protocol */
#define PPP_ATCP 0x8029 /* AppleTalk Control Protocol */
#define PPP_IPXCP 0x802b /* IPX Control Protocol */
+#define PPP_ECP 0x8053 /* Encryption Control Protocol */
#define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */
#define PPP_CCPFRAG 0x80fb /* CCP at link level (below MP bundle) */
#define PPP_CCP 0x80fd /* Compression Control Protocol */
@@ -58,6 +59,7 @@
#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_EAP 0xc227 /* Extensible Authentication Protocol */
#define PPP_CBCP 0xc029 /* Callback Control Protocol */

/*
--
2.32.0
\
 
 \ /
  Last update: 2022-05-31 19:15    [W:0.204 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site