Home
last modified time | relevance | path

Searched refs:f_seq (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1063 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
[all …]