Searched defs:wpa_ptk (Results 1 – 1 of 1) sorted by relevance
256 struct wpa_ptk { struct257 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */258 u8 kek[WPA_KEK_MAX_LEN]; /* EAPOL-Key Key Encryption Key (KEK) */259 u8 tk[WPA_TK_MAX_LEN]; /* Temporal Key (TK) */260 u8 kck2[WPA_KCK_MAX_LEN]; /* FT reasoc Key Confirmation Key (KCK2) */261 u8 kek2[WPA_KEK_MAX_LEN]; /* FT reassoc Key Encryption Key (KEK2) */262 u8 kdk[WPA_KDK_MAX_LEN]; /* Key Derivation Key */263 u8 ltf_keyseed[WPA_LTF_KEYSEED_MAX_LEN]; /* LTF Key seed */264 size_t kck_len;265 size_t kek_len;[all …]