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

  /src/external/bsd/wpa/dist/src/common/
ptksa_cache.c 2 * RSN PTKSA cache implementation
18 struct dl_list ptksa; member in struct:ptksa_cache
24 static void ptksa_cache_set_expiration(struct ptksa_cache *ptksa);
27 static void ptksa_cache_free_entry(struct ptksa_cache *ptksa,
30 ptksa->n_ptksa--;
39 struct ptksa_cache *ptksa = eloop_ctx; local
43 if (!ptksa)
48 dl_list_for_each_safe(e, next, &ptksa->ptksa,
53 wpa_printf(MSG_DEBUG, "Expired PTKSA cache entry for " MACSTR
97 struct ptksa_cache *ptksa = os_zalloc(sizeof(struct ptksa_cache)); local
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
hostapd.h 415 struct ptksa_cache *ptksa; member in struct:hostapd_data
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant_i.h 813 struct ptksa_cache *ptksa; member in struct:wpa_supplicant

Completed in 108 milliseconds