Searched refs:wpa_eapol_key_mic (Results 1 - 19 of 19) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dwpa_common.h292 int wpa_eapol_key_mic(const u8 *key, int ver, const u8 *buf, size_t len,
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_8/hostapd/src/common/
H A Dwpa_common.h300 int wpa_eapol_key_mic(const u8 *key, int ver, const u8 *buf, size_t len,
H A Dwpa_common.c23 * wpa_eapol_key_mic - Calculate EAPOL-Key MIC
40 int wpa_eapol_key_mic(const u8 *key, int ver, const u8 *buf, size_t len, function
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.h300 int wpa_eapol_key_mic(const u8 *key, int ver, const u8 *buf, size_t len,
H A Dwpa_common.c23 * wpa_eapol_key_mic - Calculate EAPOL-Key MIC
40 int wpa_eapol_key_mic(const u8 *key, int ver, const u8 *buf, size_t len, function
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.h300 int wpa_eapol_key_mic(const u8 *key, int ver, const u8 *buf, size_t len,
H A Dwpa_common.c23 * wpa_eapol_key_mic - Calculate EAPOL-Key MIC
40 int wpa_eapol_key_mic(const u8 *key, int ver, const u8 *buf, size_t len, function
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa.c123 wpa_eapol_key_mic(kck, ver, msg, msg_len, key_mic);
1272 wpa_eapol_key_mic(sm->tptk.kck, ver, buf, len,
1287 wpa_eapol_key_mic(sm->ptk.kck, ver, buf, len,
H A Dpeerkey.c953 wpa_eapol_key_mic(peerkey->tstk.kck, ver, buf, len,
969 wpa_eapol_key_mic(peerkey->stk.kck, ver, buf, len,
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c950 wpa_eapol_key_mic(peerkey->tstk.kck, ver, buf, len,
966 wpa_eapol_key_mic(peerkey->stk.kck, ver, buf, len,
H A Dwpa.c59 wpa_eapol_key_mic(kck, ver, msg, msg_len, key_mic)) {
1421 wpa_eapol_key_mic(sm->tptk.kck, ver, buf, len,
1437 wpa_eapol_key_mic(sm->ptk.kck, ver, buf, len,
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpeerkey.c950 wpa_eapol_key_mic(peerkey->tstk.kck, ver, buf, len,
966 wpa_eapol_key_mic(peerkey->stk.kck, ver, buf, len,
H A Dwpa.c59 wpa_eapol_key_mic(kck, ver, msg, msg_len, key_mic)) {
1421 wpa_eapol_key_mic(sm->tptk.kck, ver, buf, len,
1437 wpa_eapol_key_mic(sm->ptk.kck, ver, buf, len,
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c950 wpa_eapol_key_mic(peerkey->tstk.kck, ver, buf, len,
966 wpa_eapol_key_mic(peerkey->stk.kck, ver, buf, len,
H A Dwpa.c59 wpa_eapol_key_mic(kck, ver, msg, msg_len, key_mic)) {
1421 wpa_eapol_key_mic(sm->tptk.kck, ver, buf, len,
1437 wpa_eapol_key_mic(sm->ptk.kck, ver, buf, len,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c1374 wpa_eapol_key_mic(sm->PTK.kck, version, (u8 *) hdr, len,
1433 if (wpa_eapol_key_mic(PTK->kck, key_info & WPA_KEY_INFO_TYPE_MASK,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c1374 wpa_eapol_key_mic(sm->PTK.kck, version, (u8 *) hdr, len,
1433 if (wpa_eapol_key_mic(PTK->kck, key_info & WPA_KEY_INFO_TYPE_MASK,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c1374 wpa_eapol_key_mic(sm->PTK.kck, version, (u8 *) hdr, len,
1433 if (wpa_eapol_key_mic(PTK->kck, key_info & WPA_KEY_INFO_TYPE_MASK,

Completed in 130 milliseconds