Searched refs:wpa_eapol_key_mic (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 453 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver,
|
D | wpa_common.c | 202 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver, in wpa_eapol_key_mic() function
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 125 wpa_eapol_key_mic(ptk->kck, ptk->kck_len, sm->key_mgmt, ver, in wpa_eapol_key_send() 3122 if (wpa_eapol_key_mic(sm->tptk.kck, sm->tptk.kck_len, in wpa_supplicant_verify_eapol_key_mic() 3156 if (wpa_eapol_key_mic(sm->ptk.kck, sm->ptk.kck_len, in wpa_supplicant_verify_eapol_key_mic()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 1756 if (wpa_eapol_key_mic(sm->PTK.kck, sm->PTK.kck_len, in __wpa_send_eapol() 1859 if (wpa_eapol_key_mic(PTK->kck, PTK->kck_len, akmp, in wpa_verify_key_mic()
|