Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c979 { .type = FT_RRB_R1KH_ID, .len = FT_R1KH_ID_LEN, in wpa_ft_rrb_seq_req()
1990 { .type = FT_RRB_R1KH_ID, .len = FT_R1KH_ID_LEN, in wpa_ft_pull_pmk_r1()
4017 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_pull()
4105 resp_auth[3].type = FT_RRB_R1KH_ID; in wpa_ft_rrb_rx_pull()
4179 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_r1()
4467 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, "seq", FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_seq()
4589 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, "seq", FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_seq_req()
4609 seq_resp_auth[3].type = FT_RRB_R1KH_ID; in wpa_ft_rrb_rx_seq_req()
4933 { .type = FT_RRB_R1KH_ID, .len = FT_R1KH_ID_LEN, in wpa_ft_generate_pmk_r1()
H A Dwpa_auth.h74 #define FT_RRB_R1KH_ID 5 /* FT_R1KH_ID_LEN */ macro