mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[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>
This commit is contained in:
committed by
Marty Connor
parent
1327a787eb
commit
01b4f52089
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user