#include <wpa.h>
Data Fields | |
| u8 | key [WPA_TKIP_KEY_LEN] |
| Main key: input to TKIP Phase 1 and Phase 2 key mixing functions. | |
| struct { | |
| u8 rx [WPA_TKIP_MIC_KEY_LEN] | |
| MIC key for packets from the AP. | |
| u8 tx [WPA_TKIP_MIC_KEY_LEN] | |
| MIC key for packets to the AP. | |
| } | mic |
| Michael MIC keys. | |
Definition at line 228 of file wpa.h.
| u8 tkip_tk::key[WPA_TKIP_KEY_LEN] |
Main key: input to TKIP Phase 1 and Phase 2 key mixing functions.
Definition at line 231 of file wpa.h.
Referenced by tkip_mix_1(), and tkip_mix_2().
| u8 tkip_tk::rx[WPA_TKIP_MIC_KEY_LEN] |
MIC key for packets from the AP.
Definition at line 236 of file wpa.h.
Referenced by tkip_decrypt().
| u8 tkip_tk::tx[WPA_TKIP_MIC_KEY_LEN] |
| struct { ... } tkip_tk::mic |
1.5.7.1