Searched refs:r1_key_holder (Results 1 – 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_ft.c | 849 os_memcpy(pos, conf->r1_key_holder, FT_R1KH_ID_LEN); in wpa_write_ftie() 1633 if (os_memcmp_const(f_r1kh_id, wpa_auth->conf.r1_key_holder, in wpa_ft_rrb_check_r1kh() 1934 const u8 *key, *f_r1kh_id = sm->wpa_auth->conf.r1_key_holder; in wpa_ft_pull_pmk_r1() 2089 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; in wpa_auth_derive_ptk_ft() 2681 const u8 *r1kh = wpa_auth->conf.r1_key_holder; in wpa_ft_psk_pmk_r1() 2818 conf->r1_key_holder, in wpa_ft_local_derive_pmk_r1() 2948 sm->wpa_auth->conf.r1_key_holder, sm->addr, in wpa_ft_process_auth_req() 3234 if (os_memcmp_const(parse.r1kh_id, sm->wpa_auth->conf.r1_key_holder, in wpa_ft_validate_reassoc() 3241 sm->wpa_auth->conf.r1_key_holder, FT_R1KH_ID_LEN); in wpa_ft_validate_reassoc()
|
D | wpa_auth.h | 204 u8 r1_key_holder[FT_R1KH_ID_LEN]; member
|
D | wpa_auth_glue.c | 85 os_memcpy(wconf->r1_key_holder, conf->r1_key_holder, FT_R1KH_ID_LEN); in hostapd_wpa_auth_conf()
|
D | ap_config.h | 384 u8 r1_key_holder[FT_R1KH_ID_LEN]; member
|
D | hostapd.c | 1152 if (is_zero_ether_addr(conf->r1_key_holder)) in hostapd_setup_bss() 1153 os_memcpy(conf->r1_key_holder, hapd->own_addr, ETH_ALEN); in hostapd_setup_bss()
|
D | wpa_auth.c | 2302 res = wpa_derive_pmk_r1_name(pmk_r0_name, conf->r1_key_holder, in fils_auth_pmk_to_ptk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_ft.c | 850 os_memcpy(pos, conf->r1_key_holder, FT_R1KH_ID_LEN); in wpa_write_ftie() 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() 2092 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; in wpa_auth_derive_ptk_ft() 2874 const u8 *r1kh = wpa_auth->conf.r1_key_holder; in wpa_ft_psk_pmk_r1() 3011 conf->r1_key_holder, in wpa_ft_local_derive_pmk_r1() 3139 sm->wpa_auth->conf.r1_key_holder, sm->addr, in wpa_ft_process_auth_req() 3435 if (os_memcmp_const(parse.r1kh_id, conf->r1_key_holder, in wpa_ft_validate_reassoc() 3442 conf->r1_key_holder, FT_R1KH_ID_LEN); in wpa_ft_validate_reassoc()
|
D | wpa_auth.h | 206 u8 r1_key_holder[FT_R1KH_ID_LEN]; member
|
D | ap_config.h | 388 u8 r1_key_holder[FT_R1KH_ID_LEN]; member
|
D | wpa_auth_glue.c | 88 os_memcpy(wconf->r1_key_holder, conf->r1_key_holder, FT_R1KH_ID_LEN); in hostapd_wpa_auth_conf()
|
D | hostapd.c | 1181 if (is_zero_ether_addr(conf->r1_key_holder)) in hostapd_setup_bss() 1182 os_memcpy(conf->r1_key_holder, hapd->own_addr, ETH_ALEN); in hostapd_setup_bss()
|
D | wpa_auth.c | 2399 res = wpa_derive_pmk_r1_name(pmk_r0_name, conf->r1_key_holder, in fils_auth_pmk_to_ptk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 3013 hexstr2bin(pos, bss->r1_key_holder, FT_R1KH_ID_LEN) != 0) {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 3040 hexstr2bin(pos, bss->r1_key_holder, FT_R1KH_ID_LEN) != 0) { in hostapd_config_fill()
|