Searched refs:f_r1kh_id (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 928 const u8 *f_r1kh_id, const u8 *key, size_t key_len, in wpa_ft_rrb_seq_req() argument 946 .data = f_r1kh_id }, in wpa_ft_rrb_seq_req() 1590 const u8 *f_r1kh_id, in wpa_ft_rrb_lookup_r1kh() argument 1607 if (f_r1kh_id && in wpa_ft_rrb_lookup_r1kh() 1608 os_memcmp_const(r1kh->id, f_r1kh_id, FT_R1KH_ID_LEN) == 0) in wpa_ft_rrb_lookup_r1kh() 1633 const u8 *f_r1kh_id) in wpa_ft_rrb_check_r1kh() argument 1635 if (os_memcmp_const(f_r1kh_id, wpa_auth->conf.r1_key_holder, in wpa_ft_rrb_check_r1kh() 1936 const u8 *key, *f_r1kh_id = sm->wpa_auth->conf.r1_key_holder; in wpa_ft_pull_pmk_r1() local 1957 .data = f_r1kh_id }, in wpa_ft_pull_pmk_r1() 2006 r0kh->id, r0kh->id_len, f_r1kh_id, key, in wpa_ft_pull_pmk_r1() [all …]
|