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) 745 sizeof (data), ptk, ptk_len); 748 wpa_hexdump(MSG_DEBUG, "WPA: PTK", ptk, ptk_len); 858 wpa_eapol_key_mic(wpa_s->ptk.mic_key, ver, (uint8_t *)hdr, 880 struct wpa_ptk *ptk; local 974 ptk = &wpa_s->tptk; 978 wpa_s->snonce, key->key_nonce, (uint8_t *)ptk, sizeof (*ptk)); 983 (void) memcpy(buf, ptk->u.auth.tx_mic_key, 8); 984 (void) memcpy(ptk 711 wpa_pmk_to_ptk(uint8_t *pmk, uint8_t *addr1, uint8_t *addr2, uint8_t *nonce1, uint8_t *nonce2, uint8_t *ptk, size_t ptk_len) argument [all...] |
H A D | wpa_impl.h | 179 struct wpa_ptk ptk, tptk; member in struct:wpa_supplicant
|
Completed in 80 milliseconds