Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1586 if (wpa_auth->conf.r0kh_list) in wpa_ft_rrb_lookup_r0kh()
1587 r0kh = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_lookup_r0kh()
1682 if (!wpa_auth->conf.r0kh_list) in wpa_ft_rrb_del_r0kh()
1685 for (r0kh = *wpa_auth->conf.r0kh_list; r0kh; r0kh = r0kh->next) { in wpa_ft_rrb_del_r0kh()
1695 *wpa_auth->conf.r0kh_list = r0kh->next; in wpa_ft_rrb_del_r0kh()
1731 if (!wpa_auth->conf.r0kh_list) in wpa_ft_rrb_add_r0kh()
1748 r0kh->next = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_add_r0kh()
1749 *wpa_auth->conf.r0kh_list = r0kh; in wpa_ft_rrb_add_r0kh()
1841 if (wpa_auth->conf.r0kh_list) in wpa_ft_deinit_seq()
1842 r0kh = *wpa_auth->conf.r0kh_list; in wpa_ft_deinit_seq()
[all …]
H A Dap_config.c718 r0kh = conf->r0kh_list; in hostapd_config_clear_rxkhs()
719 conf->r0kh_list = NULL; in hostapd_config_clear_rxkhs()
H A Dwpa_auth.h215 struct ft_remote_r0kh **r0kh_list; member
H A Dap_config.h403 struct ft_remote_r0kh *r0kh_list; member
H A Dwpa_auth_glue.c98 wconf->r0kh_list = &conf->r0kh_list; in hostapd_wpa_auth_conf()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c973 r0kh->next = bss->r0kh_list; in add_r0kh()
974 bss->r0kh_list = r0kh; in add_r0kh()
H A Dctrl_iface.c1491 for (r0kh = conf->r0kh_list; r0kh; r0kh=r0kh->next) { in hostapd_ctrl_iface_get_rxkhs()