tkip_tk Struct Reference

Structure of the Temporal Key for TKIP encryption. More...

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


Detailed Description

Structure of the Temporal Key for TKIP encryption.

Definition at line 228 of file wpa.h.


Field Documentation

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]

MIC key for packets to the AP.

Definition at line 239 of file wpa.h.

Referenced by tkip_encrypt().

struct { ... } tkip_tk::mic

Michael MIC keys.

Referenced by tkip_decrypt(), and tkip_encrypt().


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

Generated on Tue Apr 6 20:02:09 2010 for gPXE by  doxygen 1.5.7.1