Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h249 unsigned int num_last; member
Dwpa_auth_ft.c1037 if (rkh_seq->rx.num_last == 0) { in wpa_ft_rrb_seq_chk()
1066 for (i = 0; i < rkh_seq->rx.num_last; i++) { in wpa_ft_rrb_seq_chk()
1108 if (rkh_seq->rx.num_last < FT_REMOTE_SEQ_BACKLOG) { in wpa_ft_rrb_seq_accept()
1109 rkh_seq->rx.last[rkh_seq->rx.num_last] = msg_seq; in wpa_ft_rrb_seq_accept()
1110 rkh_seq->rx.num_last++; in wpa_ft_rrb_seq_accept()
1115 for (i = 0; i < rkh_seq->rx.num_last; i++) { in wpa_ft_rrb_seq_accept()
2002 if (r0kh->seq->rx.num_last == 0) { in wpa_ft_pull_pmk_r1()
4285 rkh_seq->rx.num_last = 2; in wpa_ft_rrb_rx_seq_resp()