Searched refs:SNonce (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/wpa/src/ap/ |
| HD | wpa_auth_ft.c | 378 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr, in wpa_auth_derive_ptk_ft() 668 snonce = sm->SNonce; in wpa_sm_write_assoc_resp_ies() 824 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 877 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 882 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr, in wpa_ft_process_auth_req() 919 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0); in wpa_ft_process_auth_req() 1017 if (os_memcmp(ftie->snonce, sm->SNonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc() 1022 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
|
| HD | wpa_auth_i.h | 59 u8 SNonce[WPA_NONCE_LEN]; member
|
| HD | wpa_auth.c | 877 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) in wpa_receive() 1156 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN); in wpa_receive() 1739 sm->wpa_auth->addr, sm->addr, sm->ANonce, sm->SNonce, in wpa_derive_ptk()
|
| /trueos/contrib/wpa/hostapd/ |
| HD | ChangeLog | 29 * added a workaround for 4-way handshake to update SNonce even after 31 implementations that can change SNonce for each EAP-Key 2/4
|