Searched refs:ptk (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa.c | 712 uint8_t *nonce1, uint8_t *nonce2, uint8_t *ptk, size_t ptk_len) in wpa_pmk_to_ptk() argument 745 sizeof (data), ptk, ptk_len); in wpa_pmk_to_ptk() 748 wpa_hexdump(MSG_DEBUG, "WPA: PTK", ptk, ptk_len); in wpa_pmk_to_ptk() 858 wpa_eapol_key_mic(wpa_s->ptk.mic_key, ver, (uint8_t *)hdr, in wpa_supplicant_key_request() 880 struct wpa_ptk *ptk; in wpa_supplicant_process_1_of_4() local 974 ptk = &wpa_s->tptk; in wpa_supplicant_process_1_of_4() 978 wpa_s->snonce, key->key_nonce, (uint8_t *)ptk, sizeof (*ptk)); in wpa_supplicant_process_1_of_4() 983 (void) memcpy(buf, ptk->u.auth.tx_mic_key, 8); in wpa_supplicant_process_1_of_4() 984 (void) memcpy(ptk->u.auth.tx_mic_key, ptk->u.auth.rx_mic_key, 8); in wpa_supplicant_process_1_of_4() 985 (void) memcpy(ptk->u.auth.rx_mic_key, buf, 8); in wpa_supplicant_process_1_of_4() [all …]
|
H A D | wpa_impl.h | 179 struct wpa_ptk ptk, tptk; member
|