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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh_rsn.c32 void mesh_auth_timer(void *eloop_ctx, void *user_data) function
58 0, mesh_auth_timer, wpa_s, sta);
135 eloop_cancel_timeout(mesh_auth_timer, mesh_rsn->wpa_s, sta);
319 eloop_cancel_timeout(mesh_auth_timer, wpa_s, sta);
321 eloop_register_timeout(MESH_AUTH_TIMEOUT + rnd, 0, mesh_auth_timer,

Completed in 25 milliseconds