Searched refs:wpa_sm_call_step (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c49 static void wpa_sm_call_step(void *eloop_ctx, void *timeout_ctx);
736 eloop_cancel_timeout(wpa_sm_call_step, sm, NULL);
4074 static void wpa_sm_call_step(void *eloop_ctx, void *timeout_ctx) function
4085 eloop_register_timeout(0, 0, wpa_sm_call_step, sm, NULL);

Completed in 63 milliseconds