Searched refs:wpa_derive_pmk_r1_name (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/common/ |
D | wpa_common.h | 501 int wpa_derive_pmk_r1_name(const u8 *pmk_r0_name, const u8 *r1kh_id,
|
D | wpa_common.c | 2318 int wpa_derive_pmk_r1_name(const u8 *pmk_r0_name, const u8 *r1kh_id, in wpa_derive_pmk_r1_name() function 2416 return wpa_derive_pmk_r1_name(pmk_r0_name, r1kh_id, s1kh_id, in wpa_derive_pmk_r1()
|
/hostap-latest/src/ap/ |
D | wpa_auth_ft.c | 3242 if (wpa_derive_pmk_r1_name(parse.rsn_pmkid, in wpa_ft_process_auth_req() 3269 if (wpa_derive_pmk_r1_name(parse.rsn_pmkid, in wpa_ft_process_auth_req()
|
D | wpa_auth.c | 3013 res = wpa_derive_pmk_r1_name(pmk_r0_name, conf->r1_key_holder,
|
/hostap-latest/src/rsn_supp/ |
D | wpa.c | 6336 if (wpa_derive_pmk_r1_name(sm->pmk_r0_name, sm->r1kh_id, sm->own_addr, in fils_ft_build_assoc_req_rsne()
|