Searched refs:ANonce (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 1893 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { in SM_STATE() 1899 wpa_hexdump(MSG_DEBUG, "WPA: Assign ANonce", sm->ANonce, in SM_STATE() 1911 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { in wpa_auth_sm_ptk_update() 1917 wpa_hexdump(MSG_DEBUG, "WPA: Assign new ANonce", sm->ANonce, in wpa_auth_sm_ptk_update() 2069 sm->ANonce, pmkid, pmkid_len, 0, 0); in SM_STATE() 2083 sm->wpa_auth->addr, sm->addr, sm->ANonce, snonce, in wpa_derive_ptk() 2147 os_memcpy(sm->ANonce, anonce, FILS_NONCE_LEN); in fils_auth_pmk_to_ptk() 2366 aad[3] = sm->ANonce; in fils_decrypt_assoc() 2422 aad[2] = sm->ANonce; in fils_encrypt_assoc() 3036 _rsc, sm->ANonce, kde, pos - kde, keyidx, encr); in SM_STATE() [all …]
|
D | wpa_auth_i.h | 55 u8 ANonce[WPA_NONCE_LEN]; member
|
D | wpa_auth_ft.c | 1555 return wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr, in wpa_auth_derive_ptk_ft() 1841 anonce = sm->ANonce; in wpa_sm_write_assoc_resp_ies() 2145 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { in wpa_ft_process_auth_req() 2154 sm->ANonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 2156 if (wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr, in wpa_ft_process_auth_req() 2187 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0); in wpa_ft_process_auth_req() 2306 if (os_memcmp(ftie->anonce, sm->ANonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc() 2311 sm->ANonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_atheros.c | 1082 os_memcpy(mlme.fils_aad.ANonce, params->fils_anonce, in atheros_sta_auth() 1091 mlme.fils_aad.ANonce, FILS_NONCE_LEN); in atheros_sta_auth()
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 347 * changed ANonce to be a random number instead of Counter-based
|