Home
last modified time | relevance | path

Searched refs:r1kh_list (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c73 wconf->r1kh_list = conf->r1kh_list; in hostapd_wpa_auth_conf()
Dwpa_auth.h170 struct ft_remote_r1kh *r1kh_list; member
Dap_config.c493 r1kh = conf->r1kh_list; in hostapd_config_free_bss()
494 conf->r1kh_list = NULL; in hostapd_config_free_bss()
Dap_config.h334 struct ft_remote_r1kh *r1kh_list; member
Dwpa_auth_ft.c1326 r1kh = wpa_auth->conf.r1kh_list; in wpa_ft_rrb_rx_pull()
1785 r1kh = wpa_auth->conf.r1kh_list; in wpa_ft_push_pmk_r1()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1067 r1kh->next = bss->r1kh_list; in add_r1kh()
1068 bss->r1kh_list = r1kh; in add_r1kh()