Lines Matching defs:f_seq
1063 const u8 *f_seq;
1071 wpa_hexdump(MSG_DEBUG, "FT: sequence number", f_seq, f_seq_len);
1072 msg_both = (const struct ft_rrb_seq *) f_seq;
1133 const u8 *f_seq;
1141 msg_both = (const struct ft_rrb_seq *) f_seq;
1170 struct ft_rrb_seq *f_seq)
1193 f_seq->dom = host_to_le32(rkh_seq->tx.dom);
1194 f_seq->seq = host_to_le32(rkh_seq->tx.seq);
1195 f_seq->ts = host_to_le32(now.sec);
1972 struct ft_rrb_seq f_seq;
1986 { .type = FT_RRB_SEQ, .len = sizeof(f_seq),
1987 .data = (u8 *) &f_seq },
2055 if (wpa_ft_new_seq(r0kh->seq, &f_seq) < 0) {
4005 struct ft_rrb_seq f_seq;
4080 if (wpa_ft_new_seq(r1kh->seq, &f_seq) < 0) {
4100 resp_auth[1].len = sizeof(f_seq);
4101 resp_auth[1].data = (u8 *) &f_seq;
4570 struct ft_rrb_seq f_seq;
4591 if (wpa_ft_new_seq(rkh_seq, &f_seq) < 0) {
4604 seq_resp_auth[1].len = sizeof(f_seq);
4605 seq_resp_auth[1].data = (u8 *) &f_seq;
4642 const u8 *f_nonce, *f_seq;
4705 msg_both = (const struct ft_rrb_seq *) f_seq;
4919 struct ft_rrb_seq f_seq;
4928 { .type = FT_RRB_SEQ, .len = sizeof(f_seq),
4929 .data = (u8 *) &f_seq },
4938 if (wpa_ft_new_seq(r1kh->seq, &f_seq) < 0) {