Searched defs:wpa_ptk (Results 1 – 1 of 1) sorted by relevance
221 struct wpa_ptk { struct222 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */223 u8 kek[WPA_KEK_MAX_LEN]; /* EAPOL-Key Key Encryption Key (KEK) */224 u8 tk[WPA_TK_MAX_LEN]; /* Temporal Key (TK) */225 u8 kck2[WPA_KCK_MAX_LEN]; /* FT reasoc Key Confirmation Key (KCK2) */226 u8 kek2[WPA_KEK_MAX_LEN]; /* FT reassoc Key Encryption Key (KEK2) */227 size_t kck_len;228 size_t kek_len;229 size_t tk_len;230 size_t kck2_len;[all …]