mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
[wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)
Modified-by: Marty Connor <mdc@etherboot.org> Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
committed by
Marty Connor
parent
8ec18a5b50
commit
0758111345
@@ -162,6 +162,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define ERRFILE_wep ( ERRFILE_NET | 0x00240000 )
|
||||
#define ERRFILE_eapol ( ERRFILE_NET | 0x00250000 )
|
||||
#define ERRFILE_wpa ( ERRFILE_NET | 0x00260000 )
|
||||
#define ERRFILE_wpa_psk ( ERRFILE_NET | 0x00270000 )
|
||||
|
||||
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
|
||||
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )
|
||||
|
||||
Reference in New Issue
Block a user