Searched refs:pmksa_cache_expire (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | pmksa_cache_auth.c | 109 static void pmksa_cache_expire(void *eloop_ctx, void *timeout_ctx) in pmksa_cache_expire() function 130 eloop_cancel_timeout(pmksa_cache_expire, pmksa, NULL); in pmksa_cache_set_expiration() 137 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL); in pmksa_cache_set_expiration() 457 eloop_cancel_timeout(pmksa_cache_expire, pmksa, NULL); in pmksa_cache_auth_deinit()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | pmksa_cache.c | 58 static void pmksa_cache_expire(void *eloop_ctx, void *timeout_ctx) in pmksa_cache_expire() function 90 eloop_cancel_timeout(pmksa_cache_expire, pmksa, NULL); in pmksa_cache_set_expiration() 98 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL); in pmksa_cache_set_expiration()
|