iPXE
|
Context for WEP encryption and decryption. More...
Data Fields | |
u8 | key [WEP_IV_LEN+WEP_MAX_KEY] |
Encoded WEP key. More... | |
int | keylen |
Length of WEP key (not including IV bytes) More... | |
struct arc4_ctx | arc4 |
ARC4 context. More... | |
u8 wep_ctx::key[WEP_IV_LEN+WEP_MAX_KEY] |
int wep_ctx::keylen |
Length of WEP key (not including IV bytes)
Definition at line 80 of file wep.c.
Referenced by wep_init().