Home
last modified time | relevance | path

Searched refs:SNonce (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h56 u8 SNonce[WPA_NONCE_LEN]; member
Dwpa_auth_ft.c1555 return wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr, in wpa_auth_derive_ptk_ft()
1842 snonce = sm->SNonce; in wpa_sm_write_assoc_resp_ies()
2097 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
2152 sm->SNonce, 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()
2297 if (os_memcmp(ftie->snonce, sm->SNonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc()
2302 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
Dwpa_auth.c889 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN); in wpa_try_alt_snonce()
1061 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) in wpa_receive()
1075 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN); in wpa_receive()
1312 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN); in wpa_receive()
2146 os_memcpy(sm->SNonce, snonce, FILS_NONCE_LEN); in fils_auth_pmk_to_ptk()
2363 aad[2] = sm->SNonce; in fils_decrypt_assoc()
2425 aad[3] = sm->SNonce; in fils_encrypt_assoc()
2637 if (wpa_derive_ptk(sm, sm->SNonce, pmk, pmk_len, &PTK) < 0) in SM_STATE()
4524 os_memcpy(fils_snonce, sm->SNonce, WPA_NONCE_LEN); in wpa_auth_get_fils_aead_params()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1084 os_memcpy(mlme.fils_aad.SNonce, params->fils_snonce, in atheros_sta_auth()
1093 mlme.fils_aad.SNonce, FILS_NONCE_LEN); in atheros_sta_auth()
/external/wpa_supplicant_8/hostapd/
DChangeLog129 * extend EAPOL-Key msg 1/4 retry workaround for changing SNonce
324 * added a workaround for 4-way handshake to update SNonce even after
326 implementations that can change SNonce for each EAP-Key 2/4