Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1028 const struct ft_rrb_seq *msg_both; in wpa_ft_rrb_seq_chk() local
1033 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_chk()
1035 msg_both = (const struct ft_rrb_seq *) f_seq; in wpa_ft_rrb_seq_chk()
1042 if (le_to_host32(msg_both->dom) != rkh_seq->rx.dom) { in wpa_ft_rrb_seq_chk()
1053 msg_ts_off = le_to_host32(msg_both->ts) - in wpa_ft_rrb_seq_chk()
1059 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_chk()
1098 const struct ft_rrb_seq *msg_both; in wpa_ft_rrb_seq_accept() local
1103 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_accept()
1104 msg_both = (const struct ft_rrb_seq *) f_seq; in wpa_ft_rrb_seq_accept()
1106 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_accept()
[all …]