Searched refs:mesh_auth_timer (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.h | 35 void mesh_auth_timer(void *eloop_ctx, void *user_data);
|
D | mesh_rsn.c | 31 void mesh_auth_timer(void *eloop_ctx, void *user_data) in mesh_auth_timer() function 132 eloop_cancel_timeout(mesh_auth_timer, mesh_rsn->wpa_s, sta); in auth_start_ampe() 342 eloop_cancel_timeout(mesh_auth_timer, wpa_s, sta); in mesh_rsn_auth_sae_sta() 344 eloop_register_timeout(MESH_AUTH_TIMEOUT + rnd, 0, mesh_auth_timer, in mesh_rsn_auth_sae_sta()
|
D | mesh_mpm.c | 1198 eloop_cancel_timeout(mesh_auth_timer, ELOOP_ALL_CTX, sta); in mesh_mpm_free_sta()
|