summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorJoshua Oreman2009-08-08 07:31:25 +0200
committerMarty Connor2010-01-05 15:18:12 +0100
commit432cc6d1d8d7c8e8b8fd690c9720a26f09c3f26c (patch)
tree848a5231369098dacf63b196071044584ad07c7e /src/include/gpxe/errfile.h
parent[802.11] Add support for WEP-protected networks (diff)
downloadipxe-432cc6d1d8d7c8e8b8fd690c9720a26f09c3f26c.tar.gz
ipxe-432cc6d1d8d7c8e8b8fd690c9720a26f09c3f26c.tar.xz
ipxe-432cc6d1d8d7c8e8b8fd690c9720a26f09c3f26c.zip
[eapol] Add basic support for 802.1X EAP over LANs
EAPOL is a container protocol that can wrap either EAP packets or 802.11 EAPOL-Key frames. For cleanliness' sake, add a stub that strips the framing and sends packets off to the appropriate handler if it is compiled in. Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index 8a997e1a..f68b9b7b 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -160,6 +160,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_ib_srp ( ERRFILE_NET | 0x00220000 )
#define ERRFILE_sec80211 ( ERRFILE_NET | 0x00230000 )
#define ERRFILE_wep ( ERRFILE_NET | 0x00240000 )
+#define ERRFILE_eapol ( ERRFILE_NET | 0x00250000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )