Searched refs:SNonce (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 415 return wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr, in wpa_auth_derive_ptk_ft() 702 snonce = sm->SNonce; in wpa_sm_write_assoc_resp_ies() 942 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 997 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 1001 if (wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr, in wpa_ft_process_auth_req() 1031 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0); in wpa_ft_process_auth_req() 1140 if (os_memcmp(ftie->snonce, sm->SNonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc() 1145 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
|
D | wpa_auth_i.h | 53 u8 SNonce[WPA_NONCE_LEN]; member
|
D | wpa_auth.c | 882 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN); in wpa_try_alt_snonce() 1058 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) in wpa_receive() 1072 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN); in wpa_receive() 1348 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN); in wpa_receive() 2081 os_memcpy(sm->SNonce, snonce, FILS_NONCE_LEN); in fils_auth_pmk_to_ptk() 2221 aad[2] = sm->SNonce; in fils_decrypt_assoc() 2311 aad[3] = sm->SNonce; in fils_encrypt_assoc() 2468 if (wpa_derive_ptk(sm, sm->SNonce, pmk, pmk_len, &PTK) < 0) in SM_STATE()
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 129 * 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
|