Searched refs:ANonce (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_i.h | 56 u8 ANonce[WPA_NONCE_LEN]; member
|
H A D | wpa_auth.c | 2560 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { 2566 wpa_hexdump(MSG_DEBUG, "WPA: Assign ANonce", sm->ANonce, 2578 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { 2584 wpa_hexdump(MSG_DEBUG, "WPA: Assign new ANonce", sm->ANonce, 2854 sm->ANonce, kde_len ? buf : NULL, kde_len, 0, 0); 2883 sm->SNonce, sm->ANonce, 2927 sm->ANonce, snonce, ptk, akmp, 3038 os_memcpy(sm->ANonce, anonce, FILS_NONCE_LEN); 3257 aad[3] = sm->ANonce; 3313 aad[2] = sm->ANonce; [all …]
|
H A D | wpa_auth_ft.c | 2161 return wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_auth_derive_ptk_ft() 2659 anonce = sm->ANonce; in wpa_sm_write_assoc_resp_ies() 3317 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { in wpa_ft_process_auth_req() 3363 sm->ANonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3372 if (wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_ft_process_auth_req() 3426 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0, in wpa_ft_process_auth_req() 3572 if (os_memcmp(parse.fte_anonce, sm->ANonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc() 3577 sm->ANonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
|
/freebsd/contrib/wpa/src/drivers/ |
H A 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()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 561 * changed ANonce to be a random number instead of Counter-based
|