Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1549 if (wpa_auth->conf.r0kh_list) in wpa_ft_rrb_lookup_r0kh()
1550 r0kh = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_lookup_r0kh()
1645 if (!wpa_auth->conf.r0kh_list) in wpa_ft_rrb_del_r0kh()
1648 for (r0kh = *wpa_auth->conf.r0kh_list; r0kh; r0kh = r0kh->next) { in wpa_ft_rrb_del_r0kh()
1658 *wpa_auth->conf.r0kh_list = r0kh->next; in wpa_ft_rrb_del_r0kh()
1694 if (!wpa_auth->conf.r0kh_list) in wpa_ft_rrb_add_r0kh()
1711 r0kh->next = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_add_r0kh()
1712 *wpa_auth->conf.r0kh_list = r0kh; in wpa_ft_rrb_add_r0kh()
1804 if (wpa_auth->conf.r0kh_list) in wpa_ft_deinit_seq()
1805 r0kh = *wpa_auth->conf.r0kh_list; in wpa_ft_deinit_seq()
[all …]
Dap_config.c619 r0kh = conf->r0kh_list; in hostapd_config_free_bss()
620 conf->r0kh_list = NULL; in hostapd_config_free_bss()
Dap_config.h377 struct ft_remote_r0kh *r0kh_list; member
Dwpa_auth.h212 struct ft_remote_r0kh **r0kh_list; member
Dwpa_auth_glue.c89 wconf->r0kh_list = &conf->r0kh_list; in hostapd_wpa_auth_conf()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1180 r0kh->next = bss->r0kh_list; in add_r0kh()
1181 bss->r0kh_list = r0kh; in add_r0kh()