Home
last modified time | relevance | path

Searched defs:wpa_ptk (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant/
Dwpa_i.h28 struct wpa_ptk { struct
29 u8 kck[16]; /* EAPOL-Key Key Confirmation Key (KCK) */
30 u8 kek[16]; /* EAPOL-Key Key Encryption Key (KEK) */
31 u8 tk1[16]; /* Temporal Key 1 (TK1) */
32 union {
38 } u;
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dwpa_common.h167 struct wpa_ptk { struct
168 u8 kck[16]; /* EAPOL-Key Key Confirmation Key (KCK) */
169 u8 kek[16]; /* EAPOL-Key Key Encryption Key (KEK) */
170 u8 tk1[16]; /* Temporal Key 1 (TK1) */
171 union {
177 } u;