Searched refs:pmksa_cache_expire (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/wpa/src/ap/ |
| D | pmksa_cache_auth.c | 91 static void pmksa_cache_expire(void *eloop_ctx, void *timeout_ctx) in pmksa_cache_expire() function 112 eloop_cancel_timeout(pmksa_cache_expire, pmksa, NULL); in pmksa_cache_set_expiration() 119 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL); in pmksa_cache_set_expiration() 344 eloop_cancel_timeout(pmksa_cache_expire, pmksa, NULL); in pmksa_cache_auth_deinit()
|
| /freebsd-10-stable/contrib/wpa/src/rsn_supp/ |
| D | pmksa_cache.c | 53 static void pmksa_cache_expire(void *eloop_ctx, void *timeout_ctx) in pmksa_cache_expire() function 85 eloop_cancel_timeout(pmksa_cache_expire, pmksa, NULL); in pmksa_cache_set_expiration() 93 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL); in pmksa_cache_set_expiration()
|