Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[wpa] Add general support for WPA-protected 802.11 networks
Modified-by: Marty Connor <mdc@etherboot.org>
Signed-off-by: Marty Connor <mdc@etherboot.org>
  • Loading branch information
rwcr authored and Marty Connor committed Jan 5, 2010
1 parent 432cc6d commit 8ec18a5
Show file tree
Hide file tree
Showing 3 changed files with 1,477 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/include/gpxe/errfile.h
Expand Up @@ -161,6 +161,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_sec80211 ( ERRFILE_NET | 0x00230000 )
#define ERRFILE_wep ( ERRFILE_NET | 0x00240000 )
#define ERRFILE_eapol ( ERRFILE_NET | 0x00250000 )
#define ERRFILE_wpa ( ERRFILE_NET | 0x00260000 )

#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )
Expand Down

0 comments on commit 8ec18a5

Please sign in to comment.