Searched defs:wpa_ptk (Results 1 – 1 of 1) sorted by relevance
210 struct wpa_ptk { struct211 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */212 u8 kek[WPA_KEK_MAX_LEN]; /* EAPOL-Key Key Encryption Key (KEK) */213 u8 tk[WPA_TK_MAX_LEN]; /* Temporal Key (TK) */214 u8 kck2[WPA_KCK_MAX_LEN]; /* FT reasoc Key Confirmation Key (KCK2) */215 u8 kek2[WPA_KEK_MAX_LEN]; /* FT reassoc Key Encryption Key (KEK2) */216 size_t kck_len;217 size_t kek_len;218 size_t tk_len;219 size_t kck2_len;[all …]