/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.c | 47 * @key_mic: Pointer to the buffer to which the EAPOL-Key MIC is written 52 u8 *msg, size_t msg_len, u8 *key_mic) in wpa_eapol_key_send() 79 if (key_mic && (!ptk || !ptk->kck_len)) in wpa_eapol_key_send() 82 if (key_mic && in wpa_eapol_key_send() 84 msg, msg_len, key_mic)) { in wpa_eapol_key_send() 94 key_mic, mic_len); in wpa_eapol_key_send() 184 u8 bssid[ETH_ALEN], *rbuf, *key_mic, *mic; in wpa_sm_key_request() local 230 key_mic = NULL; in wpa_sm_key_request() 232 key_mic = mic; in wpa_sm_key_request() 239 key_mic); in wpa_sm_key_request() 50 wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) wpa_eapol_key_send() argument 477 u8 *rbuf, *key_mic; wpa_supplicant_send_2_of_4() local 1401 u8 *rbuf, *key_mic; wpa_supplicant_send_4_of_4() local 1763 u8 *rbuf, *key_mic; wpa_supplicant_send_2_of_2() local [all...] |
H A D | wpa_i.h | 415 u8 *msg, size_t msg_len, u8 *key_mic);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 94 * @key_mic: Pointer to the buffer to which the EAPOL-Key MIC is written 99 u8 *msg, size_t msg_len, u8 *key_mic) in wpa_eapol_key_send() 129 if (key_mic && (!ptk || !ptk->kck_len)) in wpa_eapol_key_send() 132 if (key_mic && in wpa_eapol_key_send() 134 msg, msg_len, key_mic)) { in wpa_eapol_key_send() 144 key_mic, mic_len); in wpa_eapol_key_send() 234 u8 bssid[ETH_ALEN], *rbuf, *key_mic, *mic; in wpa_sm_key_request() local 288 key_mic = NULL; in wpa_sm_key_request() 290 key_mic = mic; in wpa_sm_key_request() 297 key_mic); in wpa_sm_key_request() 97 wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) wpa_eapol_key_send() argument 539 u8 *rbuf, *key_mic; wpa_supplicant_send_2_of_4() local [all...] |
H A D | wpa_i.h | 499 u8 *msg, size_t msg_len, u8 *key_mic);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 1529 u8 *key_mic, *key_data; in __wpa_send_eapol() local 1580 key_mic = (u8 *) (key + 1); in __wpa_send_eapol() 1619 WPA_PUT_BE16(key_mic + mic_len, kde_len); in __wpa_send_eapol() 1625 WPA_PUT_BE16(key_mic, AES_BLOCK_SIZE + kde_len); in __wpa_send_eapol() 1634 aad_len[0] = key_mic + 2 - (u8 *) hdr; in __wpa_send_eapol() 1636 1, aad, aad_len, key_mic + 2) < 0) { in __wpa_send_eapol() 1642 key_mic + 2, AES_BLOCK_SIZE + kde_len); in __wpa_send_eapol() 1671 WPA_PUT_BE16(key_mic + mic_len, key_data_len); in __wpa_send_eapol() 1685 WPA_PUT_BE16(key_mic + mic_len, key_data_len); in __wpa_send_eapol() 1705 (u8 *) hdr, len, key_mic) < in __wpa_send_eapol() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.c | 1449 u8 *key_mic, *key_data; in __wpa_send_eapol() local 1501 key_mic = (u8 *) (key + 1); in __wpa_send_eapol() 1540 WPA_PUT_BE16(key_mic + mic_len, kde_len); in __wpa_send_eapol() 1546 WPA_PUT_BE16(key_mic, AES_BLOCK_SIZE + kde_len); in __wpa_send_eapol() 1555 aad_len[0] = key_mic + 2 - (u8 *) hdr; in __wpa_send_eapol() 1557 1, aad, aad_len, key_mic + 2) < 0) { in __wpa_send_eapol() 1563 key_mic + 2, AES_BLOCK_SIZE + kde_len); in __wpa_send_eapol() 1592 WPA_PUT_BE16(key_mic + mic_len, key_data_len); in __wpa_send_eapol() 1606 WPA_PUT_BE16(key_mic + mic_len, key_data_len); in __wpa_send_eapol() 1627 (u8 *) hdr, len, key_mic) < in __wpa_send_eapol() [all...] |