Home
last modified time | relevance | path

Searched refs:eapol_port_timers_tick (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/eapol_supp/
H A Deapol_supp_sm.c166 static void eapol_port_timers_tick(void *eloop_ctx, void *timeout_ctx) in eapol_port_timers_tick() function
192 if (eloop_register_timeout(1, 0, eapol_port_timers_tick, in eapol_port_timers_tick()
208 eloop_cancel_timeout(eapol_port_timers_tick, NULL, sm); in eapol_enable_timer_tick()
209 if (eloop_register_timeout(1, 0, eapol_port_timers_tick, NULL, sm) == 0) in eapol_enable_timer_tick()
2142 if (eloop_register_timeout(1, 0, eapol_port_timers_tick, NULL, sm) == 0) in eapol_sm_init()
2160 eloop_cancel_timeout(eapol_port_timers_tick, NULL, sm); in eapol_sm_deinit()
/netbsd/external/bsd/wpa/dist/src/eapol_auth/
H A Deapol_auth_sm.c148 static void eapol_port_timers_tick(void *eloop_ctx, void *timeout_ctx) in eapol_port_timers_tick() function
190 eloop_register_timeout(1, 0, eapol_port_timers_tick, eloop_ctx, state); in eapol_port_timers_tick()
890 eloop_cancel_timeout(eapol_port_timers_tick, NULL, sm); in eapol_auth_free()
1025 eloop_cancel_timeout(eapol_port_timers_tick, NULL, sm); in eapol_auth_initialize()
1026 eloop_register_timeout(1, 0, eapol_port_timers_tick, NULL, sm); in eapol_auth_initialize()