Home | History | Annotate | Download | only in ap

Lines Matching refs:SNonce

90 		   const u8 *anonce, const u8 *snonce,
110 if (snonce)
111 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN);
379 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
629 u8 *anonce, *snonce;
669 snonce = sm->SNonce;
696 snonce = NULL;
698 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos,
825 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN);
877 wpa_hexdump(MSG_DEBUG, "FT: Received SNonce",
878 sm->SNonce, WPA_NONCE_LEN);
883 wpa_pmk_r1_to_ptk(pmk_r1, sm->SNonce, sm->ANonce, sm->addr,
920 sm->ANonce, sm->SNonce, pos, end - pos, NULL, 0);
1018 if (os_memcmp(ftie->snonce, sm->SNonce, WPA_NONCE_LEN) != 0) {
1019 wpa_printf(MSG_DEBUG, "FT: SNonce mismatch in FTIE");
1020 wpa_hexdump(MSG_DEBUG, "FT: Received SNonce",
1021 ftie->snonce, WPA_NONCE_LEN);
1022 wpa_hexdump(MSG_DEBUG, "FT: Expected SNonce",
1023 sm->SNonce, WPA_NONCE_LEN);