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.c72 wconf->r0kh_list = conf->r0kh_list; in hostapd_wpa_auth_conf()
Dap_config.c485 r0kh = conf->r0kh_list; in hostapd_config_free_bss()
486 conf->r0kh_list = NULL; in hostapd_config_free_bss()
Dwpa_auth.h169 struct ft_remote_r0kh *r0kh_list; member
Dap_config.h333 struct ft_remote_r0kh *r0kh_list; member
Dwpa_auth_ft.c311 r0kh = sm->wpa_auth->conf.r0kh_list; in wpa_ft_pull_pmk_r1()
1460 r0kh = wpa_auth->conf.r0kh_list; in wpa_ft_rrb_rx_resp()
1531 r0kh = wpa_auth->conf.r0kh_list; in wpa_ft_rrb_rx_push()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1022 r0kh->next = bss->r0kh_list; in add_r0kh()
1023 bss->r0kh_list = r0kh; in add_r0kh()