Searched refs:FT_RRB_NONCE (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 941 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN, in wpa_ft_rrb_seq_req() 1950 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN, in wpa_ft_pull_pmk_r1() 3849 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "pull request", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_pull() 3913 resp_auth[0].type = FT_RRB_NONCE; in wpa_ft_rrb_rx_pull() 4204 RRB_GET_AUTH(FT_RRB_NONCE, nonce, msgtype, FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_resp() 4401 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq request", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_seq_req() 4416 seq_resp_auth[0].type = FT_RRB_NONCE; in wpa_ft_rrb_rx_seq_req() 4475 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq response", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_seq_resp()
|
D | wpa_auth.h | 69 #define FT_RRB_NONCE 2 /* size FT_RRB_NONCE_LEN */ macro
|