iPXE
|
Header structure at the beginning of TKIP frame data. More...
Data Fields | |
u8 | tsc1 |
High byte of low 16 bits of TSC. More... | |
u8 | seed1 |
Second byte of WEP seed. More... | |
u8 | tsc0 |
Low byte of TSC. More... | |
u8 | kid |
Key ID and ExtIV byte. More... | |
u32 | tsc_hi |
High 32 bits of TSC, as an ExtIV. More... | |
Header structure at the beginning of TKIP frame data.
Definition at line 72 of file wpa_tkip.c.
u8 tkip_head::tsc1 |
High byte of low 16 bits of TSC.
Definition at line 74 of file wpa_tkip.c.
u8 tkip_head::seed1 |
Second byte of WEP seed.
Definition at line 75 of file wpa_tkip.c.
u8 tkip_head::tsc0 |
Low byte of TSC.
Definition at line 76 of file wpa_tkip.c.
u8 tkip_head::kid |
Key ID and ExtIV byte.
Definition at line 77 of file wpa_tkip.c.
u32 tkip_head::tsc_hi |
High 32 bits of TSC, as an ExtIV.
Definition at line 78 of file wpa_tkip.c.