Data Fields | |
| u32 | tsc_hi |
| High 32 bits of last sequence counter value used. | |
| u16 | tsc_lo |
| Low 32 bits of last sequence counter value used. | |
| u8 | mac [ETH_ALEN] |
| MAC address used to derive TTAK. | |
| u16 | ttak_ok |
| If TRUE, TTAK is valid. | |
| u16 | ttak [5] |
| TKIP-mixed transmit address and key, depends on tsc_hi and MAC. | |
Definition at line 38 of file wpa_tkip.c.
High 32 bits of last sequence counter value used.
Definition at line 41 of file wpa_tkip.c.
Referenced by tkip_decrypt(), tkip_encrypt(), tkip_init(), and tkip_mix_1().
Low 32 bits of last sequence counter value used.
Definition at line 44 of file wpa_tkip.c.
Referenced by tkip_decrypt(), tkip_encrypt(), tkip_init(), and tkip_mix_2().
| u8 tkip_dir_ctx::mac[ETH_ALEN] |
MAC address used to derive TTAK.
Definition at line 47 of file wpa_tkip.c.
Referenced by tkip_mix_1().
If TRUE, TTAK is valid.
Definition at line 50 of file wpa_tkip.c.
Referenced by tkip_decrypt(), tkip_encrypt(), and tkip_mix_1().
TKIP-mixed transmit address and key, depends on tsc_hi and MAC.
Definition at line 53 of file wpa_tkip.c.
Referenced by tkip_mix_1(), and tkip_mix_2().
1.5.7.1