HomeSort by: relevance | last modified time | path
    Searched defs:mesh_auth_timer (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_rsn.c 31 void mesh_auth_timer(void *eloop_ctx, void *user_data) function
138 eloop_cancel_timeout(mesh_auth_timer, mesh_rsn->wpa_s, sta);
426 eloop_cancel_timeout(mesh_auth_timer, wpa_s, sta);
428 eloop_register_timeout(MESH_AUTH_TIMEOUT + rnd, 0, mesh_auth_timer,

Completed in 44 milliseconds