Searched defs:key_mic (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.h174 u8 key_mic[16]; member in struct:wpa_eapol_key
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.c35 * @key_mic: Pointer to the buffer to which the EAPOL-Key MIC is written
39 u8 *msg, size_t msg_len, u8 *key_mic)
58 if (key_mic &&
59 wpa_eapol_key_mic(kck, ver, msg, msg_len, key_mic)) {
66 wpa_hexdump(MSG_DEBUG, "WPA: Derived Key MIC", key_mic, 16);
133 reply->key_mic : NULL);
349 rbuf, rlen, reply->key_mic);
1027 rbuf, rlen, reply->key_mic);
1300 rbuf, rlen, reply->key_mic);
1372 os_memcpy(mic, key->key_mic, 1
37 wpa_eapol_key_send(struct wpa_sm *sm, const u8 *kck, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.h174 u8 key_mic[16]; member in struct:wpa_eapol_key
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c35 * @key_mic: Pointer to the buffer to which the EAPOL-Key MIC is written
39 u8 *msg, size_t msg_len, u8 *key_mic)
58 if (key_mic &&
59 wpa_eapol_key_mic(kck, ver, msg, msg_len, key_mic)) {
66 wpa_hexdump(MSG_DEBUG, "WPA: Derived Key MIC", key_mic, 16);
133 reply->key_mic : NULL);
349 rbuf, rlen, reply->key_mic);
1027 rbuf, rlen, reply->key_mic);
1300 rbuf, rlen, reply->key_mic);
1372 os_memcpy(mic, key->key_mic, 1
37 wpa_eapol_key_send(struct wpa_sm *sm, const u8 *kck, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.h174 u8 key_mic[16]; member in struct:wpa_eapol_key
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.c35 * @key_mic: Pointer to the buffer to which the EAPOL-Key MIC is written
39 u8 *msg, size_t msg_len, u8 *key_mic)
58 if (key_mic &&
59 wpa_eapol_key_mic(kck, ver, msg, msg_len, key_mic)) {
66 wpa_hexdump(MSG_DEBUG, "WPA: Derived Key MIC", key_mic, 16);
133 reply->key_mic : NULL);
349 rbuf, rlen, reply->key_mic);
1027 rbuf, rlen, reply->key_mic);
1300 rbuf, rlen, reply->key_mic);
1372 os_memcpy(mic, key->key_mic, 1
37 wpa_eapol_key_send(struct wpa_sm *sm, const u8 *kck, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) argument
[all...]

Completed in 219 milliseconds