summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorJoshua Oreman2009-06-24 09:37:52 +0200
committerMarty Connor2010-01-05 15:14:08 +0100
commit01b4f520893b369da1fffd148dfa4b882ea4f0e5 (patch)
tree01718afbb55cfa117105187c24d3759d811e8ab4 /src/include/gpxe/errfile.h
parent[iwmgmt] Add wireless management commands and text for common errors (diff)
downloadipxe-01b4f520893b369da1fffd148dfa4b882ea4f0e5.tar.gz
ipxe-01b4f520893b369da1fffd148dfa4b882ea4f0e5.tar.xz
ipxe-01b4f520893b369da1fffd148dfa4b882ea4f0e5.zip
[802.11] Add support for WEP-protected networks
WEP is a highly flawed cryptosystem, barely better than no encryption at all, but many people still use it. It does have the advantage of being very simple and small in code size. 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 55dbb6f6..8a997e1a 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -159,6 +159,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_ib_cmrc ( ERRFILE_NET | 0x00210000 )
#define ERRFILE_ib_srp ( ERRFILE_NET | 0x00220000 )
#define ERRFILE_sec80211 ( ERRFILE_NET | 0x00230000 )
+#define ERRFILE_wep ( ERRFILE_NET | 0x00240000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )