Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.c430 r0kh = conf->r0kh_list; in hostapd_config_free_bss()
431 conf->r0kh_list = NULL; in hostapd_config_free_bss()
Dap_config.h238 struct ft_remote_r0kh *r0kh_list; member
Dwpa_auth_glue.c68 wconf->r0kh_list = conf->r0kh_list; in hostapd_wpa_auth_conf()
Dwpa_auth.h156 struct ft_remote_r0kh *r0kh_list; member
Dwpa_auth_ft.c290 r0kh = wpa_auth->conf.r0kh_list; in wpa_ft_pull_pmk_r1()
1301 r0kh = wpa_auth->conf.r0kh_list; in wpa_ft_rrb_rx_resp()
1369 r0kh = wpa_auth->conf.r0kh_list; in wpa_ft_rrb_rx_push()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c926 r0kh->next = bss->r0kh_list; in add_r0kh()
927 bss->r0kh_list = r0kh; in add_r0kh()