Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/ap/
HDwpa_auth_ft.c1034 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_chk()
1104 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_accept()
1950 { .type = FT_RRB_SEQ, .len = sizeof(f_seq), in wpa_ft_pull_pmk_r1()
3687 resp_auth[1].type = FT_RRB_SEQ; in wpa_ft_rrb_rx_pull()
4186 seq_resp_auth[1].type = FT_RRB_SEQ; in wpa_ft_rrb_rx_seq_req()
4286 RRB_GET_AUTH(FT_RRB_SEQ, seq, "seq response", in wpa_ft_rrb_rx_seq_resp()
4520 { .type = FT_RRB_SEQ, .len = sizeof(f_seq), in wpa_ft_generate_pmk_r1()
HDwpa_auth.h68 #define FT_RRB_SEQ 1 /* struct ft_rrb_seq */ macro