Searched refs:r1_key_holder (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_ft.c | 884 os_memcpy(pos, conf->r1_key_holder, FT_R1KH_ID_LEN); in wpa_write_ftie() 1669 if (os_memcmp_const(f_r1kh_id, wpa_auth->conf.r1_key_holder, in wpa_ft_rrb_check_r1kh() 1970 const u8 *key, *f_r1kh_id = sm->wpa_auth->conf.r1_key_holder; in wpa_ft_pull_pmk_r1() 2124 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; in wpa_auth_derive_ptk_ft() 2987 const u8 *r1kh = wpa_auth->conf.r1_key_holder; in wpa_ft_psk_pmk_r1() 3125 conf->r1_key_holder, in wpa_ft_local_derive_pmk_r1() 3243 sm->wpa_auth->conf.r1_key_holder, in wpa_ft_process_auth_req() 3270 sm->wpa_auth->conf.r1_key_holder, in wpa_ft_process_auth_req() 3607 if (os_memcmp_const(parse.r1kh_id, conf->r1_key_holder, in wpa_ft_validate_reassoc() 3614 conf->r1_key_holder, FT_R1KH_ID_LEN); in wpa_ft_validate_reassoc()
|
H A D | wpa_auth.h | 207 u8 r1_key_holder[FT_R1KH_ID_LEN]; member
|
H A D | ap_config.h | 396 u8 r1_key_holder[FT_R1KH_ID_LEN]; member
|
H A D | wpa_auth_glue.c | 90 os_memcpy(wconf->r1_key_holder, conf->r1_key_holder, FT_R1KH_ID_LEN); in hostapd_wpa_auth_conf()
|
H A D | hostapd.c | 1499 if (is_zero_ether_addr(conf->r1_key_holder)) in hostapd_setup_bss() 1500 os_memcpy(conf->r1_key_holder, hapd->own_addr, ETH_ALEN); in hostapd_setup_bss()
|
H A D | wpa_auth.c | 3011 res = wpa_derive_pmk_r1_name(pmk_r0_name, conf->r1_key_holder,
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 3226 hexstr2bin(pos, bss->r1_key_holder, FT_R1KH_ID_LEN) != 0) { in hostapd_config_fill()
|