Home
last modified time | relevance | path

Searched refs:alt_SNonce (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_i.h58 u8 alt_SNonce[WPA_NONCE_LEN]; member
H A Dwpa_auth.c903 if (wpa_derive_ptk(sm, sm->alt_SNonce, pmk, pmk_len, &PTK) < 0) in wpa_try_alt_snonce()
935 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN); in wpa_try_alt_snonce()
1114 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN); in wpa_receive()