Searched refs:ptksa_cache (Results 1 – 6 of 6) sorted by relevance
17 struct ptksa_cache { struct24 static void ptksa_cache_set_expiration(struct ptksa_cache *ptksa); argument27 static void ptksa_cache_free_entry(struct ptksa_cache *ptksa, in ptksa_cache_free_entry()39 struct ptksa_cache *ptksa = eloop_ctx; in ptksa_cache_expire()66 static void ptksa_cache_set_expiration(struct ptksa_cache *ptksa) in ptksa_cache_set_expiration()95 struct ptksa_cache * ptksa_cache_init(void) in ptksa_cache_init()97 struct ptksa_cache *ptksa = os_zalloc(sizeof(struct ptksa_cache)); in ptksa_cache_init()112 void ptksa_cache_deinit(struct ptksa_cache *ptksa) in ptksa_cache_deinit()350 struct ptksa_cache * ptksa_cache_init(void) in ptksa_cache_init()352 return (struct ptksa_cache *) 1; in ptksa_cache_init()[all …]
33 struct ptksa_cache;35 struct ptksa_cache * ptksa_cache_init(void);36 void ptksa_cache_deinit(struct ptksa_cache *ptksa);37 struct ptksa_cache_entry * ptksa_cache_get(struct ptksa_cache *ptksa,39 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len);40 struct ptksa_cache_entry * ptksa_cache_add(struct ptksa_cache *ptksa,48 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher);
13 ptksa_cache.o \
19 ptksa_cache.c \
415 struct ptksa_cache *ptksa;
813 struct ptksa_cache *ptksa;