From 36edc2c4414413fcca28d6a64faaea72d81500e9 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Fri, 20 May 2016 12:23:19 +0800 Subject: [PATCH] [lwIP] Add EAPOL type packet. --- components/net/lwip-1.4.1/src/include/netif/etharp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/net/lwip-1.4.1/src/include/netif/etharp.h b/components/net/lwip-1.4.1/src/include/netif/etharp.h index 859608df91..872f48b10b 100644 --- a/components/net/lwip-1.4.1/src/include/netif/etharp.h +++ b/components/net/lwip-1.4.1/src/include/netif/etharp.h @@ -139,6 +139,7 @@ PACK_STRUCT_END #define ETHTYPE_VLAN 0x8100U #define ETHTYPE_PPPOEDISC 0x8863U /* PPP Over Ethernet Discovery Stage */ #define ETHTYPE_PPPOE 0x8864U /* PPP Over Ethernet Session Stage */ +#define ETHTYPE_EAPOL 0x888eU /* EAPOL */ /** MEMCPY-like macro to copy to/from struct eth_addr's that are local variables * or known to be 32-bit aligned within the protocol header. */ -- GitLab