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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.h43 void mesh_auth_timer(void *eloop_ctx, void *user_data);
H A Dmesh_rsn.c31 void mesh_auth_timer(void *eloop_ctx, void *user_data) function
137 eloop_cancel_timeout(mesh_auth_timer, mesh_rsn->wpa_s, sta);
408 eloop_cancel_timeout(mesh_auth_timer, wpa_s, sta);
410 eloop_register_timeout(MESH_AUTH_TIMEOUT + rnd, 0, mesh_auth_timer,
H A Dmesh_mpm.c1394 eloop_cancel_timeout(mesh_auth_timer, ELOOP_ALL_CTX, sta);

Completed in 53 milliseconds