提交 36edc2c4 编写于 作者: B Bernard Xiong

[lwIP] Add EAPOL type packet.

上级 ac3af54a
......@@ -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. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册