Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c71 wconf->r1kh_list = conf->r1kh_list; in hostapd_wpa_auth_conf()
Dwpa_auth.h159 struct ft_remote_r1kh *r1kh_list; member
Dap_config.h287 struct ft_remote_r1kh *r1kh_list; member
Dap_config.c471 r1kh = conf->r1kh_list; in hostapd_config_free_bss()
472 conf->r1kh_list = NULL; in hostapd_config_free_bss()
Dwpa_auth_ft.c1324 r1kh = wpa_auth->conf.r1kh_list; in wpa_ft_rrb_rx_pull()
1766 r1kh = wpa_auth->conf.r1kh_list; in wpa_ft_push_pmk_r1()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1016 r1kh->next = bss->r1kh_list; in add_r1kh()
1017 bss->r1kh_list = r1kh; in add_r1kh()