Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1033 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_chk()
1103 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_accept()
1949 { .type = FT_RRB_SEQ, .len = sizeof(f_seq), in wpa_ft_pull_pmk_r1()
3674 resp_auth[1].type = FT_RRB_SEQ; in wpa_ft_rrb_rx_pull()
4176 seq_resp_auth[1].type = FT_RRB_SEQ; in wpa_ft_rrb_rx_seq_req()
4276 RRB_GET_AUTH(FT_RRB_SEQ, seq, "seq response", in wpa_ft_rrb_rx_seq_resp()
4510 { .type = FT_RRB_SEQ, .len = sizeof(f_seq), in wpa_ft_generate_pmk_r1()
Dwpa_auth.h68 #define FT_RRB_SEQ 1 /* struct ft_rrb_seq */ macro