Home | History | Annotate | Download | only in ap

Lines Matching defs:snonce

77 		   const u8 *anonce, const u8 *snonce,
97 if (snonce)
98 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN);
365 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
592 u8 *anonce, *snonce;
632 snonce = sm->SNonce;
659 snonce = NULL;
661 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos,
791 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN);
843 wpa_hexdump(MSG_DEBUG, "FT: Received SNonce",
844 sm->SNonce, WPA_NONCE_LEN);
849 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
886 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0);
984 if (os_memcmp(ftie->snonce, sm->SNonce, WPA_NONCE_LEN) != 0) {
985 wpa_printf(MSG_DEBUG, "FT: SNonce mismatch in FTIE");
986 wpa_hexdump(MSG_DEBUG, "FT: Received SNonce",
987 ftie->snonce, WPA_NONCE_LEN);
988 wpa_hexdump(MSG_DEBUG, "FT: Expected SNonce",
989 sm->SNonce, WPA_NONCE_LEN);