Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1029 const u8 *f_seq; in wpa_ft_rrb_seq_chk() local
1037 wpa_hexdump(MSG_DEBUG, "FT: sequence number", f_seq, f_seq_len); in wpa_ft_rrb_seq_chk()
1038 msg_both = (const struct ft_rrb_seq *) f_seq; in wpa_ft_rrb_seq_chk()
1099 const u8 *f_seq; in wpa_ft_rrb_seq_accept() local
1107 msg_both = (const struct ft_rrb_seq *) f_seq; in wpa_ft_rrb_seq_accept()
1136 struct ft_rrb_seq *f_seq) in wpa_ft_new_seq() argument
1159 f_seq->dom = host_to_le32(rkh_seq->tx.dom); in wpa_ft_new_seq()
1160 f_seq->seq = host_to_le32(rkh_seq->tx.seq); in wpa_ft_new_seq()
1161 f_seq->ts = host_to_le32(now.sec); in wpa_ft_new_seq()
1938 struct ft_rrb_seq f_seq; in wpa_ft_pull_pmk_r1() local
[all …]