Searched refs:r1kh_list (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1597 if (wpa_auth->conf.r1kh_list)
1598 r1kh = *wpa_auth->conf.r1kh_list;
1731 if (!wpa_auth->conf.r1kh_list)
1734 for (r1kh = *wpa_auth->conf.r1kh_list; r1kh; r1kh = r1kh->next) {
1744 *wpa_auth->conf.r1kh_list = r1kh->next;
1768 if (!wpa_auth->conf.r1kh_list)
1778 r1kh->next = *wpa_auth->conf.r1kh_list;
1779 *wpa_auth->conf.r1kh_list = r1kh;
1817 if (wpa_auth->conf.r1kh_list)
1818 r1kh = *wpa_auth->conf.r1kh_list;
[all...]
H A Dap_config.h392 struct ft_remote_r1kh *r1kh_list; member in struct:hostapd_bss_config
H A Dwpa_auth.h213 struct ft_remote_r1kh **r1kh_list; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c94 wconf->r1kh_list = &conf->r1kh_list;
H A Dap_config.c737 r1kh = conf->r1kh_list;
738 conf->r1kh_list = NULL;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1148 r1kh->next = bss->r1kh_list;
1149 bss->r1kh_list = r1kh;

Completed in 101 milliseconds