Home
last modified time | relevance | path

Searched refs:ptk (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c745 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()
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()
1280 (uint8_t *)&wpa_s->ptk.tk1, keylen) < 0) { in wpa_supplicant_process_3_of_4()
1547 (void) memcpy(&wpa_s->ptk, &wpa_s->tptk, in wpa_supplicant_verify_eapol_key_mic()
[all …]
H A Dwpa_impl.h179 struct wpa_ptk ptk, tptk; member