Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c398 return wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr, in wpa_auth_derive_ptk_ft()
685 snonce = sm->SNonce; in wpa_sm_write_assoc_resp_ies()
842 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
889 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
893 if (wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr, in wpa_ft_process_auth_req()
930 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0); in wpa_ft_process_auth_req()
1038 if (os_memcmp(ftie->snonce, sm->SNonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc()
1043 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
Dwpa_auth_i.h60 u8 SNonce[WPA_NONCE_LEN]; member
Dwpa_auth.c861 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN); in wpa_try_alt_snonce()
1029 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) in wpa_receive()
1043 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN); in wpa_receive()
1351 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN); in wpa_receive()
2031 wpa_derive_ptk(sm, sm->SNonce, pmk, &PTK); in SM_STATE()
/external/wpa_supplicant_8/hostapd/
DChangeLog20 * extend EAPOL-Key msg 1/4 retry workaround for changing SNonce
215 * added a workaround for 4-way handshake to update SNonce even after
217 implementations that can change SNonce for each EAP-Key 2/4