Searched defs:wpa_ptk (Results 1 – 1 of 1) sorted by relevance
148 struct wpa_ptk { struct149 uint8_t mic_key[16]; /* EAPOL-Key MIC Key (MK) */150 uint8_t encr_key[16]; /* EAPOL-Key Encryption Key (EK) */151 uint8_t tk1[16]; /* Temporal Key 1 (TK1) */152 union {179 struct wpa_ptk ptk, tptk; argument