iPXE
|
Structure of the Temporal Key for TKIP encryption. More...
#include <wpa.h>
Public Member Functions | |
struct { | |
u8 rx [WPA_TKIP_MIC_KEY_LEN] | |
MIC key for packets from the AP. More... | |
u8 tx [WPA_TKIP_MIC_KEY_LEN] | |
MIC key for packets to the AP. More... | |
} | __attribute__ ((packed)) mic |
Michael MIC keys. More... | |
Data Fields | |
u8 | key [WPA_TKIP_KEY_LEN] |
Main key: input to TKIP Phase 1 and Phase 2 key mixing functions. More... | |
struct tkip_tk::@651 tkip_tk::__attribute__ | ( | (packed) | ) |
Michael MIC keys.
u8 tkip_tk::key[WPA_TKIP_KEY_LEN] |
u8 tkip_tk::rx[WPA_TKIP_MIC_KEY_LEN] |
u8 tkip_tk::tx[WPA_TKIP_MIC_KEY_LEN] |