Searched refs:SNonce (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 57 u8 SNonce[WPA_NONCE_LEN]; member
|
D | wpa_auth.c | 977 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN); in wpa_try_alt_snonce() 1137 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) in wpa_receive() 1149 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN); in wpa_receive() 1392 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN); in wpa_receive() 2269 sm->SNonce, sm->ANonce, in wpa_derive_ptk() 2367 os_memcpy(sm->SNonce, snonce, FILS_NONCE_LEN); in fils_auth_pmk_to_ptk() 2584 aad[2] = sm->SNonce; in fils_decrypt_assoc() 2646 aad[3] = sm->SNonce; in fils_encrypt_assoc() 2921 if (wpa_derive_ptk(sm, sm->SNonce, pmk, pmk_len, &PTK, in SM_STATE() 5195 os_memcpy(fils_snonce, sm->SNonce, WPA_NONCE_LEN); in wpa_auth_get_fils_aead_params()
|
D | wpa_auth_ft.c | 2152 return wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_auth_derive_ptk_ft() 2567 snonce = sm->SNonce; in wpa_sm_write_assoc_resp_ies() 3057 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3067 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3149 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3153 if (wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_ft_process_auth_req() 3197 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0, in wpa_ft_process_auth_req() 3341 if (os_memcmp(snonce, sm->SNonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc() 3346 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_atheros.c | 1083 os_memcpy(mlme.fils_aad.SNonce, params->fils_snonce, in atheros_sta_auth() 1092 mlme.fils_aad.SNonce, FILS_NONCE_LEN); in atheros_sta_auth()
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 263 * extend EAPOL-Key msg 1/4 retry workaround for changing SNonce 458 * added a workaround for 4-way handshake to update SNonce even after 460 implementations that can change SNonce for each EAP-Key 2/4
|