Searched refs:r1kh_list (Results 1 – 6 of 6) sorted by relevance
1596 if (wpa_auth->conf.r1kh_list) in wpa_ft_rrb_lookup_r1kh()1597 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_lookup_r1kh()1730 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_del_r1kh()1733 for (r1kh = *wpa_auth->conf.r1kh_list; r1kh; r1kh = r1kh->next) { in wpa_ft_rrb_del_r1kh()1743 *wpa_auth->conf.r1kh_list = r1kh->next; in wpa_ft_rrb_del_r1kh()1767 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_add_r1kh()1777 r1kh->next = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_add_r1kh()1778 *wpa_auth->conf.r1kh_list = r1kh; in wpa_ft_rrb_add_r1kh()1816 if (wpa_auth->conf.r1kh_list) in wpa_ft_deinit_seq()1817 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_deinit_seq()[all …]
627 r1kh = conf->r1kh_list; in hostapd_config_free_bss()628 conf->r1kh_list = NULL; in hostapd_config_free_bss()
378 struct ft_remote_r1kh *r1kh_list; member
213 struct ft_remote_r1kh **r1kh_list; member
90 wconf->r1kh_list = &conf->r1kh_list; in hostapd_wpa_auth_conf()
1225 r1kh->next = bss->r1kh_list; in add_r1kh()1226 bss->r1kh_list = r1kh; in add_r1kh()