iPXE
tkip_tk Struct Reference

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.

Detailed Description

Structure of the Temporal Key for TKIP encryption.

Definition at line 229 of file wpa.h.

Member Function Documentation

◆ __attribute__()

struct tkip_tk::@367220053212072355141015362053010113043143004036 tkip_tk::__attribute__ ( (packed) )

Michael MIC keys.

References key, u8, and WPA_TKIP_KEY_LEN.

Field Documentation

◆ key

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__().

◆ rx

u8 tkip_tk::rx[WPA_TKIP_MIC_KEY_LEN]

MIC key for packets from the AP.

Definition at line 237 of file wpa.h.

◆ tx

u8 tkip_tk::tx[WPA_TKIP_MIC_KEY_LEN]

MIC key for packets to the AP.

Definition at line 240 of file wpa.h.


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