iPXE
Data Fields
wpa_ptk Struct Reference

Structure of the Pairwise Transient Key. More...

#include <wpa.h>

Data Fields

u8 kck [WPA_KCK_LEN]
 EAPOL-Key Key Confirmation Key (KCK) More...
 
u8 kek [WPA_KEK_LEN]
 EAPOL-Key Key Encryption Key (KEK) More...
 
union wpa_tk tk
 Temporal key. More...
 

Detailed Description

Structure of the Pairwise Transient Key.

Definition at line 255 of file wpa.h.

Field Documentation

◆ kck

u8 wpa_ptk::kck[WPA_KCK_LEN]

EAPOL-Key Key Confirmation Key (KCK)

Definition at line 258 of file wpa.h.

◆ kek

u8 wpa_ptk::kek[WPA_KEK_LEN]

EAPOL-Key Key Encryption Key (KEK)

Definition at line 261 of file wpa.h.

◆ tk

union wpa_tk wpa_ptk::tk

Temporal key.

Definition at line 264 of file wpa.h.


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