Searched refs:tusecs (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_ft.c | 1939 int tsecs, tusecs, first; in wpa_ft_pull_pmk_r1() local 2040 tusecs = (sm->wpa_auth->conf.rkh_pull_timeout % 1000) * 1000; in wpa_ft_pull_pmk_r1() 2041 eloop_register_timeout(tsecs, tusecs, wpa_ft_expire_pull, sm, NULL); in wpa_ft_pull_pmk_r1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 1937 int tsecs, tusecs, first; in wpa_ft_pull_pmk_r1() local 2037 tusecs = (sm->wpa_auth->conf.rkh_pull_timeout % 1000) * 1000; in wpa_ft_pull_pmk_r1() 2038 eloop_register_timeout(tsecs, tusecs, wpa_ft_expire_pull, sm, NULL); in wpa_ft_pull_pmk_r1()
|
Completed in 12 milliseconds