[wpa] Add CCMP backend (new AES-based cryptosystem)

Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Joshua Oreman
2009-08-07 23:07:11 -07:00
committed by Marty Connor
parent 8106cb130b
commit 5240fee38f
4 changed files with 535 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_wpa ( ERRFILE_NET | 0x00260000 )
#define ERRFILE_wpa_psk ( ERRFILE_NET | 0x00270000 )
#define ERRFILE_wpa_tkip ( ERRFILE_NET | 0x00280000 )
#define ERRFILE_wpa_ccmp ( ERRFILE_NET | 0x00290000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )