Searched refs:anonce (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 25 const u8 *anonce = key->key_nonce; in wpa_derive_ptk_ft() local 45 return wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr, in wpa_derive_ptk_ft() 142 const u8 *anonce, const u8 *pmk_name, in wpa_ft_gen_req_ies() argument 259 if (anonce) in wpa_ft_gen_req_ies() 260 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies() 467 wpa_hexdump(MSG_DEBUG, "FT: ANonce", ftie->anonce, WPA_NONCE_LEN); in wpa_ft_process_response() 468 os_memcpy(sm->anonce, ftie->anonce, WPA_NONCE_LEN); in wpa_ft_process_response() 476 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce, in wpa_ft_process_response() 481 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, ftie->anonce, in wpa_ft_process_response() 712 if (os_memcmp(ftie->anonce, sm->anonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc_resp() [all …]
|
D | wpa_i.h | 29 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */ member
|
D | wpa.c | 543 os_memcpy(sm->anonce, key->key_nonce, WPA_NONCE_LEN); in wpa_supplicant_process_1_of_4() 1229 if (os_memcmp(sm->anonce, key->key_nonce, WPA_NONCE_LEN) != 0) { in wpa_supplicant_process_3_of_4()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 98 const u8 *anonce, const u8 *snonce, in wpa_write_ftie() argument 116 if (anonce) in wpa_write_ftie() 117 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN); in wpa_write_ftie() 646 u8 *anonce, *snonce; in wpa_sm_write_assoc_resp_ies() local 684 anonce = sm->ANonce; in wpa_sm_write_assoc_resp_ies() 711 anonce = NULL; in wpa_sm_write_assoc_resp_ies() 714 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos, in wpa_sm_write_assoc_resp_ies() 1047 if (os_memcmp(ftie->anonce, sm->ANonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc() 1050 ftie->anonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
|
D | wpa_auth_i.h | 251 const u8 *anonce, const u8 *snonce,
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 315 u8 anonce[WPA_NONCE_LEN]; member 360 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
|
D | wpa_common.c | 962 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, in wpa_pmk_r1_to_ptk() argument 981 os_memcpy(pos, anonce, WPA_NONCE_LEN); in wpa_pmk_r1_to_ptk() 1005 addr[3] = anonce; in wpa_pmk_r1_to_ptk()
|