iPXE
|
Context for one direction of TKIP, either encryption or decryption. More...
Data Fields | |
u32 | tsc_hi |
High 32 bits of last sequence counter value used. More... | |
u16 | tsc_lo |
Low 32 bits of last sequence counter value used. More... | |
u8 | mac [ETH_ALEN] |
MAC address used to derive TTAK. More... | |
u16 | ttak_ok |
If TRUE, TTAK is valid. More... | |
u16 | ttak [5] |
TKIP-mixed transmit address and key, depends on tsc_hi and MAC. More... | |
Context for one direction of TKIP, either encryption or decryption.
Definition at line 40 of file wpa_tkip.c.
u32 tkip_dir_ctx::tsc_hi |
High 32 bits of last sequence counter value used.
Definition at line 43 of file wpa_tkip.c.
Referenced by tkip_mix_1().
u16 tkip_dir_ctx::tsc_lo |
Low 32 bits of last sequence counter value used.
Definition at line 46 of file wpa_tkip.c.
Referenced by tkip_mix_2().
MAC address used to derive TTAK.
Definition at line 49 of file wpa_tkip.c.
Referenced by tkip_mix_1().
u16 tkip_dir_ctx::ttak_ok |
u16 tkip_dir_ctx::ttak[5] |
TKIP-mixed transmit address and key, depends on tsc_hi and MAC.
Definition at line 55 of file wpa_tkip.c.
Referenced by tkip_mix_1(), and tkip_mix_2().