Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h57 u8 SNonce[WPA_NONCE_LEN]; member
H A Dwpa_auth.c1532 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN);
1638 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) {
1650 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN);
2056 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN);
3114 sm->SNonce, sm->ANonce,
3268 os_memcpy(sm->SNonce, snonce, NONCE_LEN);
3485 aad[2] = sm->SNonce;
3547 aad[3] = sm->SNonce;
3927 if (wpa_derive_ptk(sm, sm->SNonce, pmk, pmk_len, &PTK,
4154 ((rsn_is_snonce_cookie(sm->SNonce) && !kde.rsn_selection) ||
[all …]
H A Dwpa_auth_ft.c2148 return wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_auth_derive_ptk_ft()
2623 snonce = sm->SNonce; in wpa_sm_write_assoc_resp_ies()
3317 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
3328 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
3339 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
3343 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
3354 if (wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_ft_process_auth_req()
3408 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0, in wpa_ft_process_auth_req()
3544 if (os_memcmp(parse.fte_snonce, sm->SNonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc()
3549 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_validate_reassoc()
/freebsd/contrib/wpa/hostapd/
H A DChangeLog373 * extend EAPOL-Key msg 1/4 retry workaround for changing SNonce
568 * added a workaround for 4-way handshake to update SNonce even after
570 implementations that can change SNonce for each EAP-Key 2/4