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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1550 if (wpa_auth->conf.r0kh_list)
1551 r0kh = *wpa_auth->conf.r0kh_list;
1646 if (!wpa_auth->conf.r0kh_list)
1649 for (r0kh = *wpa_auth->conf.r0kh_list; r0kh; r0kh = r0kh->next) {
1659 *wpa_auth->conf.r0kh_list = r0kh->next;
1695 if (!wpa_auth->conf.r0kh_list)
1712 r0kh->next = *wpa_auth->conf.r0kh_list;
1713 *wpa_auth->conf.r0kh_list = r0kh;
1805 if (wpa_auth->conf.r0kh_list)
1806 r0kh = *wpa_auth->conf.r0kh_list;
[all...]
H A Dap_config.h391 struct ft_remote_r0kh *r0kh_list; member in struct:hostapd_bss_config
H A Dwpa_auth.h212 struct ft_remote_r0kh **r0kh_list; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c93 wconf->r0kh_list = &conf->r0kh_list;
H A Dap_config.c729 r0kh = conf->r0kh_list;
730 conf->r0kh_list = NULL;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1103 r0kh->next = bss->r0kh_list;
1104 bss->r0kh_list = r0kh;

Completed in 108 milliseconds