Home
last modified time | relevance | path

Searched refs:anonce (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c27 const u8 *anonce = key->key_nonce; in wpa_derive_ptk_ft() local
50 return wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr, in wpa_derive_ptk_ft()
154 const u8 *anonce, const u8 *pmk_name, in wpa_ft_gen_req_ies() argument
273 if (anonce) in wpa_ft_gen_req_ies()
274 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies()
512 wpa_hexdump(MSG_DEBUG, "FT: ANonce", ftie->anonce, WPA_NONCE_LEN); in wpa_ft_process_response()
513 os_memcpy(sm->anonce, ftie->anonce, WPA_NONCE_LEN); in wpa_ft_process_response()
522 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce, in wpa_ft_process_response()
527 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, ftie->anonce, in wpa_ft_process_response()
764 if (os_memcmp(ftie->anonce, sm->anonce, WPA_NONCE_LEN) != 0) {
[all …]
Dwpa_i.h34 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */ member
Dwpa.c753 memcpy(sm->anonce, key->key_nonce, WPA_NONCE_LEN); in wpa_supplicant_process_1_of_4()
1305 if (memcmp(sm->anonce, key->key_nonce, WPA_NONCE_LEN) != 0) { in wpa_supplicant_process_3_of_4()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h307 u8 anonce[WPA_NONCE_LEN]; member
348 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
Dwpa_common.c772 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, in wpa_pmk_r1_to_ptk() argument
791 os_memcpy(pos, anonce, WPA_NONCE_LEN); in wpa_pmk_r1_to_ptk()
815 addr[3] = anonce; in wpa_pmk_r1_to_ptk()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_i.h216 const u8 *anonce, const u8 *snonce,