Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dptksa_cache.c28 struct ptksa_cache_entry *entry) in ptksa_cache_free_entry()
40 struct ptksa_cache_entry *e, *next; in ptksa_cache_expire()
49 struct ptksa_cache_entry, list) { in ptksa_cache_expire()
68 struct ptksa_cache_entry *e; in ptksa_cache_set_expiration()
77 e = dl_list_first(&ptksa->ptksa, struct ptksa_cache_entry, list); in ptksa_cache_set_expiration()
114 struct ptksa_cache_entry *e, *next; in ptksa_cache_deinit()
122 struct ptksa_cache_entry, list) in ptksa_cache_deinit()
137 struct ptksa_cache_entry * ptksa_cache_get(struct ptksa_cache *ptksa, in ptksa_cache_get()
140 struct ptksa_cache_entry *e; in ptksa_cache_get()
145 dl_list_for_each(e, &ptksa->ptksa, struct ptksa_cache_entry, list) { in ptksa_cache_get()
[all …]
Dptksa_cache.h20 struct ptksa_cache_entry { struct
27 void (*cb)(struct ptksa_cache_entry *e); argument
37 struct ptksa_cache_entry * ptksa_cache_get(struct ptksa_cache *ptksa, argument
40 struct ptksa_cache_entry * ptksa_cache_add(struct ptksa_cache *ptksa,
46 (struct ptksa_cache_entry *e),
/hostap-latest/wpa_supplicant/
Dpasn_supplicant.c314 struct ptksa_cache_entry *entry; in wpas_pasn_set_keys_from_cache()
785 static void wpas_pasn_deauth_cb(struct ptksa_cache_entry *entry) in wpas_pasn_deauth_cb()
/hostap-latest/src/ap/
Dieee802_11.c2681 struct ptksa_cache_entry *entry; in pasn_set_keys_from_cache()