Searched refs:wpa_eapol_key_mic (Results 1 – 5 of 5) sorted by relevance
/hostap-3.6.0/src/common/ |
D | wpa_common.h | 386 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver,
|
D | wpa_common.c | 192 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver, in wpa_eapol_key_mic() function
|
/hostap-3.6.0/src/rsn_supp/ |
D | wpa.c | 85 wpa_eapol_key_mic(ptk->kck, ptk->kck_len, sm->key_mgmt, ver, in wpa_eapol_key_send() 2176 if (wpa_eapol_key_mic(sm->tptk.kck, sm->tptk.kck_len, in wpa_supplicant_verify_eapol_key_mic() 2210 if (wpa_eapol_key_mic(sm->ptk.kck, sm->ptk.kck_len, in wpa_supplicant_verify_eapol_key_mic()
|
/hostap-3.6.0/wlantest/ |
D | rx_eapol.c | 53 if (wpa_eapol_key_mic(kck, kck_len, akmp, ver, buf, len, in check_mic()
|
/hostap-3.6.0/src/ap/ |
D | wpa_auth.c | 1680 if (wpa_eapol_key_mic(sm->PTK.kck, sm->PTK.kck_len, in __wpa_send_eapol() 1761 if (wpa_eapol_key_mic(PTK->kck, PTK->kck_len, akmp, in wpa_verify_key_mic()
|