Lines Matching refs:snonce
865 * @nonce1: ANonce or SNonce
866 * @nonce2: SNonce or ANonce
873 * Min(ANonce, SNonce) || Max(ANonce, SNonce))
1524 if (hostapd_get_rand(sm->snonce, WPA_NONCE_LEN)) {
1526 "WPA: Failed to get random data for SNonce");
1530 wpa_hexdump(MSG_DEBUG, "WPA: Renewed SNonce",
1531 sm->snonce, WPA_NONCE_LEN);
1538 sm->own_addr, sm->bssid, sm->snonce, key->key_nonce,
1546 if (wpa_supplicant_send_2_of_4(sm, sm->bssid, key, ver, sm->snonce,
2084 /* SNonce was successfully used in msg 3/4, so mark it to be renewed
2086 * SNonce will still be used to avoid changing PTK. */