Searched defs:wpa_eapol_key_mic (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dwpa_common.c29 * wpa_eapol_key_mic - Calculate EAPOL-Key MIC
46 int wpa_eapol_key_mic(const u8 *key, int ver, const u8 *buf, size_t len, function
/external/wpa_supplicant/
H A Dwpa.c911 * wpa_eapol_key_mic - Calculate EAPOL-Key MIC
927 static void wpa_eapol_key_mic(const u8 *key, int ver, function
961 wpa_eapol_key_mic(kck, ver, msg, msg_len, key_mic);
3174 wpa_eapol_key_mic(sm->tptk.kck, ver, buf, len,
3189 wpa_eapol_key_mic(sm->ptk.kck, ver, buf, len,
3231 wpa_eapol_key_mic(peerkey->tstk.kck, ver, buf, len,
3247 wpa_eapol_key_mic(peerkey->stk.kck, ver, buf, len,

Completed in 32 milliseconds