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_ft.c | 2148 return wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_auth_derive_ptk_ft() 2608 snonce = sm->SNonce; in wpa_sm_write_assoc_resp_ies() 3105 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3115 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3195 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3207 if (wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_ft_process_auth_req() 3251 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0, in wpa_ft_process_auth_req() 3395 if (os_memcmp(snonce, sm->SNonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc() 3400 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
|
D | wpa_auth.c | 999 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN); in wpa_try_alt_snonce() 1159 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) in wpa_receive() 1171 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN); in wpa_receive() 1414 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN); in wpa_receive() 2307 sm->SNonce, sm->ANonce, in wpa_derive_ptk() 2409 os_memcpy(sm->SNonce, snonce, FILS_NONCE_LEN); in fils_auth_pmk_to_ptk() 2626 aad[2] = sm->SNonce; in fils_decrypt_assoc() 2688 aad[3] = sm->SNonce; in fils_encrypt_assoc() 2975 if (wpa_derive_ptk(sm, sm->SNonce, pmk, pmk_len, &PTK, in SM_STATE() 5316 os_memcpy(fils_snonce, sm->SNonce, WPA_NONCE_LEN); in wpa_auth_get_fils_aead_params()
|
/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
|