Searched refs:r1kh_list (Results 1 – 7 of 7) sorted by relevance
1633 if (wpa_auth->conf.r1kh_list) in wpa_ft_rrb_lookup_r1kh()1634 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_lookup_r1kh()1767 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_del_r1kh()1770 for (r1kh = *wpa_auth->conf.r1kh_list; r1kh; r1kh = r1kh->next) { in wpa_ft_rrb_del_r1kh()1780 *wpa_auth->conf.r1kh_list = r1kh->next; in wpa_ft_rrb_del_r1kh()1804 if (!wpa_auth->conf.r1kh_list) in wpa_ft_rrb_add_r1kh()1814 r1kh->next = *wpa_auth->conf.r1kh_list; in wpa_ft_rrb_add_r1kh()1815 *wpa_auth->conf.r1kh_list = r1kh; in wpa_ft_rrb_add_r1kh()1853 if (wpa_auth->conf.r1kh_list) in wpa_ft_deinit_seq()1854 r1kh = *wpa_auth->conf.r1kh_list; in wpa_ft_deinit_seq()[all …]
726 r1kh = conf->r1kh_list; in hostapd_config_clear_rxkhs()727 conf->r1kh_list = NULL; in hostapd_config_clear_rxkhs()
216 struct ft_remote_r1kh **r1kh_list; member
404 struct ft_remote_r1kh *r1kh_list; member
99 wconf->r1kh_list = &conf->r1kh_list; in hostapd_wpa_auth_conf()
1018 r1kh->next = bss->r1kh_list; in add_r1kh()1019 bss->r1kh_list = r1kh; in add_r1kh()
1511 for (r1kh = conf->r1kh_list; r1kh; r1kh=r1kh->next) { in hostapd_ctrl_iface_get_rxkhs()