Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/ap/
H A Dwpa_auth.h208 int rkh_pull_timeout; /* ms */ member
H A Dwpa_auth_glue.c91 wconf->rkh_pull_timeout = conf->rkh_pull_timeout; in hostapd_wpa_auth_conf()
H A Dap_config.h388 int rkh_pull_timeout; /* ms */ member
H A Dap_config.c108 bss->rkh_pull_timeout = 1000; in hostapd_config_defaults_bss()
H A Dwpa_auth_ft.c1969 r0kh_timeout = sm->wpa_auth->conf.rkh_pull_timeout / 1000 + in wpa_ft_pull_pmk_r1()
2036 tsecs = sm->wpa_auth->conf.rkh_pull_timeout / 1000; in wpa_ft_pull_pmk_r1()
2037 tusecs = (sm->wpa_auth->conf.rkh_pull_timeout % 1000) * 1000; in wpa_ft_pull_pmk_r1()
/freebsd-12.1/contrib/wpa/hostapd/
H A Dconfig_file.c3033 bss->rkh_pull_timeout = atoi(pos);