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

  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_rsn.h 43 void mesh_auth_timer(void *eloop_ctx, void *user_data);
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,
mesh_mpm.c 576 eloop_cancel_timeout(mesh_auth_timer, wpa_s, sta);
1438 eloop_cancel_timeout(mesh_auth_timer, ELOOP_ALL_CTX, sta);

Completed in 103 milliseconds