Home
last modified time | relevance | path

Searched refs:ptksa_cache (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dptksa_cache.h30 struct ptksa_cache;
32 struct ptksa_cache * ptksa_cache_init(void);
33 void ptksa_cache_deinit(struct ptksa_cache *ptksa);
34 struct ptksa_cache_entry * ptksa_cache_get(struct ptksa_cache *ptksa,
36 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len);
37 struct ptksa_cache_entry * ptksa_cache_add(struct ptksa_cache *ptksa,
41 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher);
45 static inline struct ptksa_cache * ptksa_cache_init(void) in ptksa_cache_init()
47 return (struct ptksa_cache *) 1; in ptksa_cache_init()
50 static inline void ptksa_cache_deinit(struct ptksa_cache *ptksa) in ptksa_cache_deinit()
[all …]
Dptksa_cache.c17 struct ptksa_cache { struct
22 static void ptksa_cache_set_expiration(struct ptksa_cache *ptksa); argument
25 static void ptksa_cache_free_entry(struct ptksa_cache *ptksa, in ptksa_cache_free_entry()
37 struct ptksa_cache *ptksa = eloop_ctx; in ptksa_cache_expire()
61 static void ptksa_cache_set_expiration(struct ptksa_cache *ptksa) in ptksa_cache_set_expiration()
90 struct ptksa_cache * ptksa_cache_init(void) in ptksa_cache_init()
92 struct ptksa_cache *ptksa = os_zalloc(sizeof(struct ptksa_cache)); in ptksa_cache_init()
107 void ptksa_cache_deinit(struct ptksa_cache *ptksa) in ptksa_cache_deinit()
132 struct ptksa_cache_entry * ptksa_cache_get(struct ptksa_cache *ptksa, in ptksa_cache_get()
160 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len) in ptksa_cache_list()
[all …]
DMakefile13 ptksa_cache.o \
/external/wpa_supplicant_8/src/ap/
Dhostapd.h373 struct ptksa_cache *ptksa;
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h701 struct ptksa_cache *ptksa;