summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/eapol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/eapol.h')
-rw-r--r--src/include/ipxe/eapol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/eapol.h b/src/include/ipxe/eapol.h
index 612dd36e0..952d6c752 100644
--- a/src/include/ipxe/eapol.h
+++ b/src/include/ipxe/eapol.h
@@ -26,6 +26,9 @@ struct eapol_header {
/** 802.1X-2001 */
#define EAPOL_VERSION_2001 1
+/** EAPoL-encapsulated EAP packets */
+#define EAPOL_TYPE_EAP 0
+
/** EAPoL key */
#define EAPOL_TYPE_KEY 5