iPXE
Data Fields
tkip_dir_ctx Struct Reference

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...
 

Detailed Description

Context for one direction of TKIP, either encryption or decryption.

Definition at line 40 of file wpa_tkip.c.

Field Documentation

◆ tsc_hi

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().

◆ tsc_lo

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

u8 tkip_dir_ctx::mac[ETH_ALEN]

MAC address used to derive TTAK.

Definition at line 49 of file wpa_tkip.c.

Referenced by tkip_mix_1().

◆ ttak_ok

u16 tkip_dir_ctx::ttak_ok

If TRUE, TTAK is valid.

Definition at line 52 of file wpa_tkip.c.

Referenced by tkip_mix_1().

◆ ttak

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().


The documentation for this struct was generated from the following file: