Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:snonce

46 	wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr,
255 /* FTIE[SNonce, [R1KH-ID,] R0KH-ID ] */
261 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
354 /* Generate a new SNonce */
355 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) {
356 wpa_printf(MSG_INFO, "FT: Failed to generate a new SNonce");
429 if (os_memcmp(ftie->snonce, sm->snonce, WPA_NONCE_LEN) != 0) {
430 wpa_printf(MSG_DEBUG, "FT: SNonce mismatch in FTIE");
431 wpa_hexdump(MSG_DEBUG, "FT: Received SNonce",
432 ftie->snonce, WPA_NONCE_LEN);
433 wpa_hexdump(MSG_DEBUG, "FT: Expected SNonce",
434 sm->snonce, WPA_NONCE_LEN);
468 wpa_hexdump(MSG_DEBUG, "FT: SNonce", sm->snonce, WPA_NONCE_LEN);
479 wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce, sm->own_addr,
707 if (os_memcmp(ftie->snonce, sm->snonce, WPA_NONCE_LEN) != 0) {
708 wpa_printf(MSG_DEBUG, "FT: SNonce mismatch in FTIE");
709 wpa_hexdump(MSG_DEBUG, "FT: Received SNonce",
710 ftie->snonce, WPA_NONCE_LEN);
711 wpa_hexdump(MSG_DEBUG, "FT: Expected SNonce",
712 sm->snonce, WPA_NONCE_LEN);
831 /* Generate a new SNonce */
832 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) {
833 wpa_printf(MSG_INFO, "FT: Failed to generate a new SNonce");