Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dptksa_cache.c35 static void ptksa_cache_expire(void *eloop_ctx, void *timeout_ctx) in ptksa_cache_expire() function
67 eloop_cancel_timeout(ptksa_cache_expire, ptksa, NULL); in ptksa_cache_set_expiration()
81 eloop_register_timeout(sec + 1, 0, ptksa_cache_expire, ptksa, NULL); in ptksa_cache_set_expiration()
120 eloop_cancel_timeout(ptksa_cache_expire, ptksa, NULL); in ptksa_cache_deinit()