#include <wpa.h>
Data Fields | |
| u8 | kck [WPA_KCK_LEN] |
| EAPOL-Key Key Confirmation Key (KCK). | |
| u8 | kek [WPA_KEK_LEN] |
| EAPOL-Key Key Encryption Key (KEK). | |
| union wpa_tk | tk |
| Temporal key. | |
Definition at line 254 of file wpa.h.
| u8 wpa_ptk::kck[WPA_KCK_LEN] |
EAPOL-Key Key Confirmation Key (KCK).
Definition at line 257 of file wpa.h.
Referenced by eapol_key_rx(), and wpa_send_eapol().
| u8 wpa_ptk::kek[WPA_KEK_LEN] |
EAPOL-Key Key Encryption Key (KEK).
Definition at line 260 of file wpa.h.
Referenced by eapol_key_rx(), and wpa_handle_1_of_2().
union wpa_tk wpa_ptk::tk [write] |
1.5.7.1