Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c858 wpa_eapol_key_mic(wpa_s->ptk.mic_key, ver, (uint8_t *)hdr, in wpa_supplicant_key_request()
987 wpa_eapol_key_mic(wpa_s->tptk.mic_key, ver, (uint8_t *)hdr, in wpa_supplicant_process_1_of_4()
1232 wpa_eapol_key_mic(wpa_s->ptk.mic_key, ver, (uint8_t *)hdr, in wpa_supplicant_process_3_of_4()
1512 wpa_eapol_key_mic(wpa_s->ptk.mic_key, ver, (uint8_t *)hdr, in wpa_supplicant_process_1_of_2()
1538 wpa_eapol_key_mic(wpa_s->tptk.mic_key, ver, buf, len, in wpa_supplicant_verify_eapol_key_mic()
1554 wpa_eapol_key_mic(wpa_s->ptk.mic_key, ver, buf, len, in wpa_supplicant_verify_eapol_key_mic()
H A Dwpa_impl.h149 uint8_t mic_key[16]; /* EAPOL-Key MIC Key (MK) */ member