iPXE
Public Member Functions | Data Fields
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. More...
 

Data Fields

u8 key [WPA_TKIP_KEY_LEN]
 Main key: input to TKIP Phase 1 and Phase 2 key mixing functions. More...
 

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::@597 tkip_tk::__attribute__ ( (packed)  )

Michael MIC keys.

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.

◆ 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: