HomeSort by: relevance | last modified time | path
    Searched defs:ptksa_cache_expire (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
ptksa_cache.c 37 static void ptksa_cache_expire(void *eloop_ctx, void *timeout_ctx) function
72 eloop_cancel_timeout(ptksa_cache_expire, ptksa, NULL);
86 eloop_register_timeout(sec + 1, 0, ptksa_cache_expire, ptksa, NULL);
125 eloop_cancel_timeout(ptksa_cache_expire, ptksa, NULL);

Completed in 22 milliseconds