Home
last modified time | relevance | path

Searched refs:ptksa_cache_expire (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dptksa_cache.c37 static void ptksa_cache_expire(void *eloop_ctx, void *timeout_ctx) in ptksa_cache_expire() function
72 eloop_cancel_timeout(ptksa_cache_expire, ptksa, NULL); in ptksa_cache_set_expiration()
86 eloop_register_timeout(sec + 1, 0, ptksa_cache_expire, ptksa, NULL); in ptksa_cache_set_expiration()
125 eloop_cancel_timeout(ptksa_cache_expire, ptksa, NULL); in ptksa_cache_deinit()