|
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. | |
Data Fields | |
| u8 | key [WPA_TKIP_KEY_LEN] |
| Main key: input to TKIP Phase 1 and Phase 2 key mixing functions. | |
| struct tkip_tk::@367220053212072355141015362053010113043143004036 tkip_tk::__attribute__ | ( | (packed) | ) |
Michael MIC keys.
References key, u8, and WPA_TKIP_KEY_LEN.
| u8 tkip_tk::key[WPA_TKIP_KEY_LEN] |
Main key: input to TKIP Phase 1 and Phase 2 key mixing functions.
Definition at line 232 of file wpa.h.
Referenced by __attribute__().
| u8 tkip_tk::rx[WPA_TKIP_MIC_KEY_LEN] |
| u8 tkip_tk::tx[WPA_TKIP_MIC_KEY_LEN] |