Searched refs:r1kh_list (Results 1 – 6 of 6) sorted by relevance
1599 if (wpa_auth->conf.r1kh_list) in wpa_ft_rrb_lookup_r1kh()1600 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_lookup_r1kh()1733 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_del_r1kh()1736 for (r1kh = *wpa_auth->conf.r1kh_list; r1kh; r1kh = r1kh->next) { in wpa_ft_rrb_del_r1kh()1746 *wpa_auth->conf.r1kh_list = r1kh->next; in wpa_ft_rrb_del_r1kh()1770 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_add_r1kh()1780 r1kh->next = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_add_r1kh()1781 *wpa_auth->conf.r1kh_list = r1kh; in wpa_ft_rrb_add_r1kh()1819 if (wpa_auth->conf.r1kh_list) in wpa_ft_deinit_seq()1820 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_deinit_seq()[all …]
215 struct ft_remote_r1kh **r1kh_list; member
826 r1kh = conf->r1kh_list; in hostapd_config_free_bss()827 conf->r1kh_list = NULL; in hostapd_config_free_bss()
393 struct ft_remote_r1kh *r1kh_list; member
97 wconf->r1kh_list = &conf->r1kh_list; in hostapd_wpa_auth_conf()
1055 r1kh->next = bss->r1kh_list; in add_r1kh()1056 bss->r1kh_list = r1kh; in add_r1kh()