Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c943 { .type = FT_RRB_R1KH_ID, .len = FT_R1KH_ID_LEN, in wpa_ft_rrb_seq_req()
1953 { .type = FT_RRB_R1KH_ID, .len = FT_R1KH_ID_LEN, in wpa_ft_pull_pmk_r1()
3596 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_pull()
3680 resp_auth[3].type = FT_RRB_R1KH_ID; in wpa_ft_rrb_rx_pull()
3754 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_r1()
4044 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, "seq", FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_seq()
4166 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, "seq", FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_seq_req()
4182 seq_resp_auth[3].type = FT_RRB_R1KH_ID; in wpa_ft_rrb_rx_seq_req()
4515 { .type = FT_RRB_R1KH_ID, .len = FT_R1KH_ID_LEN, in wpa_ft_generate_pmk_r1()
Dwpa_auth.h73 #define FT_RRB_R1KH_ID 5 /* FT_R1KH_ID_LEN */ macro