Data Fields | |
| u8 | key [WEP_IV_LEN+WEP_MAX_KEY] |
| Encoded WEP key. | |
| int | keylen |
| Length of WEP key (not including IV bytes). | |
| struct arc4_ctx | arc4 |
| ARC4 context. | |
Definition at line 68 of file wep.c.
| u8 wep_ctx::key[WEP_IV_LEN+WEP_MAX_KEY] |
Encoded WEP key.
The actual key bytes are stored beginning at offset 3, to leave room for easily inserting the IV before a particular operation.
Definition at line 76 of file wep.c.
Referenced by trivial_change_key(), trivial_init(), wep_decrypt(), wep_encrypt(), and wep_init().
| int wep_ctx::keylen |
Length of WEP key (not including IV bytes).
Definition at line 79 of file wep.c.
Referenced by wep_decrypt(), wep_encrypt(), and wep_init().
struct arc4_ctx wep_ctx::arc4 [read] |
1.5.7.1