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