Searched refs:r1_key_holder (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 135 os_memcpy(pos, conf->r1_key_holder, FT_R1KH_ID_LEN); in wpa_write_ftie() 355 os_memcpy(f.r1kh_id, sm->wpa_auth->conf.r1_key_holder, FT_R1KH_ID_LEN); in wpa_ft_pull_pmk_r1() 384 const u8 *r1kh = sm->wpa_auth->conf.r1_key_holder; in wpa_auth_derive_ptk_ft() 827 const u8 *r1kh = wpa_auth->conf.r1_key_holder; in wpa_ft_psk_pmk_r1() 965 sm->wpa_auth->conf.r1_key_holder, sm->addr, in wpa_ft_process_auth_req() 1181 if (os_memcmp_const(parse.r1kh_id, sm->wpa_auth->conf.r1_key_holder, in wpa_ft_validate_reassoc() 1188 sm->wpa_auth->conf.r1_key_holder, FT_R1KH_ID_LEN); in wpa_ft_validate_reassoc() 1594 if (os_memcmp_const(f.r1kh_id, wpa_auth->conf.r1_key_holder, in wpa_ft_rrb_rx_resp() 1676 if (os_memcmp_const(f.r1kh_id, wpa_auth->conf.r1_key_holder, in wpa_ft_rrb_rx_push() 1681 MAC2STR(wpa_auth->conf.r1_key_holder)); in wpa_ft_rrb_rx_push()
|
D | wpa_auth_glue.c | 71 os_memcpy(wconf->r1_key_holder, conf->r1_key_holder, FT_R1KH_ID_LEN); in hostapd_wpa_auth_conf()
|
D | wpa_auth.h | 168 u8 r1_key_holder[FT_R1KH_ID_LEN]; member
|
D | ap_config.h | 343 u8 r1_key_holder[FT_R1KH_ID_LEN]; member
|
D | hostapd.c | 967 if (is_zero_ether_addr(conf->r1_key_holder)) in hostapd_setup_bss() 968 os_memcpy(conf->r1_key_holder, hapd->own_addr, ETH_ALEN); in hostapd_setup_bss()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2608 hexstr2bin(pos, bss->r1_key_holder, FT_R1KH_ID_LEN) != 0) { in hostapd_config_fill()
|