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.c415 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()
Dwpa_auth_i.h53 u8 SNonce[WPA_NONCE_LEN]; member
Dwpa_auth.c882 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/
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