Searched defs:wpa_ptk (Results 1 – 1 of 1) sorted by relevance
230 struct wpa_ptk { struct231 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */232 u8 kek[WPA_KEK_MAX_LEN]; /* EAPOL-Key Key Encryption Key (KEK) */233 u8 tk[WPA_TK_MAX_LEN]; /* Temporal Key (TK) */234 u8 kck2[WPA_KCK_MAX_LEN]; /* FT reasoc Key Confirmation Key (KCK2) */235 u8 kek2[WPA_KEK_MAX_LEN]; /* FT reassoc Key Encryption Key (KEK2) */236 u8 kdk[WPA_KDK_MAX_LEN]; /* Key Derivation Key */237 size_t kck_len;238 size_t kek_len;239 size_t tk_len;[all …]