Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c1550 if (wpa_auth->conf.r0kh_list) in wpa_ft_rrb_lookup_r0kh()
1551 r0kh = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_lookup_r0kh()
1646 if (!wpa_auth->conf.r0kh_list) in wpa_ft_rrb_del_r0kh()
1649 for (r0kh = *wpa_auth->conf.r0kh_list; r0kh; r0kh = r0kh->next) { in wpa_ft_rrb_del_r0kh()
1659 *wpa_auth->conf.r0kh_list = r0kh->next; in wpa_ft_rrb_del_r0kh()
1695 if (!wpa_auth->conf.r0kh_list) in wpa_ft_rrb_add_r0kh()
1712 r0kh->next = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_add_r0kh()
1713 *wpa_auth->conf.r0kh_list = r0kh; in wpa_ft_rrb_add_r0kh()
1805 if (wpa_auth->conf.r0kh_list) in wpa_ft_deinit_seq()
1806 r0kh = *wpa_auth->conf.r0kh_list; in wpa_ft_deinit_seq()
[all …]
H A Dap_config.c729 r0kh = conf->r0kh_list; in hostapd_config_free_bss()
730 conf->r0kh_list = NULL; in hostapd_config_free_bss()
H A Dwpa_auth.h212 struct ft_remote_r0kh **r0kh_list; member
H A Dwpa_auth_glue.c93 wconf->r0kh_list = &conf->r0kh_list; in hostapd_wpa_auth_conf()
H A Dap_config.h391 struct ft_remote_r0kh *r0kh_list; member