Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c74 wconf->r0kh_list = conf->r0kh_list; in hostapd_wpa_auth_conf()
Dap_config.c510 r0kh = conf->r0kh_list; in hostapd_config_free_bss()
511 conf->r0kh_list = NULL; in hostapd_config_free_bss()
Dap_config.h346 struct ft_remote_r0kh *r0kh_list; member
Dwpa_auth.h171 struct ft_remote_r0kh *r0kh_list; member
Dwpa_auth_ft.c322 r0kh = sm->wpa_auth->conf.r0kh_list; in wpa_ft_pull_pmk_r1()
1578 r0kh = wpa_auth->conf.r0kh_list; in wpa_ft_rrb_rx_resp()
1649 r0kh = wpa_auth->conf.r0kh_list; in wpa_ft_rrb_rx_push()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1041 r0kh->next = bss->r0kh_list; in add_r0kh()
1042 bss->r0kh_list = r0kh; in add_r0kh()