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_ft.c1596 if (wpa_auth->conf.r1kh_list) in wpa_ft_rrb_lookup_r1kh()
1597 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_lookup_r1kh()
1730 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_del_r1kh()
1733 for (r1kh = *wpa_auth->conf.r1kh_list; r1kh; r1kh = r1kh->next) { in wpa_ft_rrb_del_r1kh()
1743 *wpa_auth->conf.r1kh_list = r1kh->next; in wpa_ft_rrb_del_r1kh()
1767 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_add_r1kh()
1777 r1kh->next = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_add_r1kh()
1778 *wpa_auth->conf.r1kh_list = r1kh; in wpa_ft_rrb_add_r1kh()
1816 if (wpa_auth->conf.r1kh_list) in wpa_ft_deinit_seq()
1817 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_deinit_seq()
[all …]
Dap_config.c627 r1kh = conf->r1kh_list; in hostapd_config_free_bss()
628 conf->r1kh_list = NULL; in hostapd_config_free_bss()
Dap_config.h378 struct ft_remote_r1kh *r1kh_list; member
Dwpa_auth.h213 struct ft_remote_r1kh **r1kh_list; member
Dwpa_auth_glue.c90 wconf->r1kh_list = &conf->r1kh_list; in hostapd_wpa_auth_conf()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1225 r1kh->next = bss->r1kh_list; in add_r1kh()
1226 bss->r1kh_list = r1kh; in add_r1kh()