Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h374 int rkh_pull_timeout; /* ms */ member
Dwpa_auth.h208 int rkh_pull_timeout; /* ms */ member
Dwpa_auth_glue.c87 wconf->rkh_pull_timeout = conf->rkh_pull_timeout; in hostapd_wpa_auth_conf()
Dap_config.c105 bss->rkh_pull_timeout = 1000; in hostapd_config_defaults_bss()
Dwpa_auth_ft.c1968 r0kh_timeout = sm->wpa_auth->conf.rkh_pull_timeout / 1000 + in wpa_ft_pull_pmk_r1()
2035 tsecs = sm->wpa_auth->conf.rkh_pull_timeout / 1000; in wpa_ft_pull_pmk_r1()
2036 tusecs = (sm->wpa_auth->conf.rkh_pull_timeout % 1000) * 1000; in wpa_ft_pull_pmk_r1()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3012 bss->rkh_pull_timeout = atoi(pos); in hostapd_config_fill()