Home
last modified time | relevance | path

Searched refs:wpa_eapol_key_mic (Results 1 – 5 of 5) sorted by relevance

/hostap-3.6.0/src/common/
Dwpa_common.h386 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver,
Dwpa_common.c192 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/
Dwpa.c85 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/
Drx_eapol.c53 if (wpa_eapol_key_mic(kck, kck_len, akmp, ver, buf, len, in check_mic()
/hostap-3.6.0/src/ap/
Dwpa_auth.c1680 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()