Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1633 if (wpa_auth->conf.r1kh_list) in wpa_ft_rrb_lookup_r1kh()
1634 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_lookup_r1kh()
1767 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_del_r1kh()
1770 for (r1kh = *wpa_auth->conf.r1kh_list; r1kh; r1kh = r1kh->next) { in wpa_ft_rrb_del_r1kh()
1780 *wpa_auth->conf.r1kh_list = r1kh->next; in wpa_ft_rrb_del_r1kh()
1804 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_add_r1kh()
1814 r1kh->next = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_add_r1kh()
1815 *wpa_auth->conf.r1kh_list = r1kh; in wpa_ft_rrb_add_r1kh()
1853 if (wpa_auth->conf.r1kh_list) in wpa_ft_deinit_seq()
1854 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_deinit_seq()
[all …]
H A Dap_config.c726 r1kh = conf->r1kh_list; in hostapd_config_clear_rxkhs()
727 conf->r1kh_list = NULL; in hostapd_config_clear_rxkhs()
H A Dwpa_auth.h216 struct ft_remote_r1kh **r1kh_list; member
H A Dap_config.h404 struct ft_remote_r1kh *r1kh_list; member
H A Dwpa_auth_glue.c99 wconf->r1kh_list = &conf->r1kh_list; in hostapd_wpa_auth_conf()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c1018 r1kh->next = bss->r1kh_list; in add_r1kh()
1019 bss->r1kh_list = r1kh; in add_r1kh()
H A Dctrl_iface.c1511 for (r1kh = conf->r1kh_list; r1kh; r1kh=r1kh->next) { in hostapd_ctrl_iface_get_rxkhs()