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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c24 static void ibss_rsn_auth_timeout(void *eloop_ctx, void *timeout_ctx);
41 eloop_cancel_timeout(ibss_rsn_auth_timeout, peer, NULL);
559 static void ibss_rsn_auth_timeout(void *eloop_ctx, void *timeout_ctx) function
604 eloop_register_timeout(1, 0, ibss_rsn_auth_timeout, peer, NULL);
932 eloop_cancel_timeout(ibss_rsn_auth_timeout, peer, NULL);

Completed in 60 milliseconds