Searched refs:ptksa_cache (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/wpa/src/common/ |
| H A D | ptksa_cache.c | 17 struct ptksa_cache { struct 24 static void ptksa_cache_set_expiration(struct ptksa_cache *ptksa); argument 27 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() 82 static void ptksa_cache_set_expiration(struct ptksa_cache *ptksa) in ptksa_cache_set_expiration() 111 struct ptksa_cache * ptksa_cache_init(void) in ptksa_cache_init() 113 struct ptksa_cache *ptksa = os_zalloc(sizeof(struct ptksa_cache)); in ptksa_cache_init() 128 void ptksa_cache_deinit(struct ptksa_cache *ptksa) in ptksa_cache_deinit() 153 struct ptksa_cache_entry * ptksa_cache_get(struct ptksa_cache *ptksa, in ptksa_cache_get() 181 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len) in ptksa_cache_list() [all …]
|
| H A D | ptksa_cache.h | 34 struct ptksa_cache; 36 struct ptksa_cache * ptksa_cache_init(void); 37 void ptksa_cache_deinit(struct ptksa_cache *ptksa); 38 struct ptksa_cache_entry * ptksa_cache_get(struct ptksa_cache *ptksa, 40 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len); 41 struct ptksa_cache_entry * ptksa_cache_add(struct ptksa_cache *ptksa, 50 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher);
|
| H A D | Makefile | 14 ptksa_cache.o \
|
| /freebsd/usr.sbin/wpa/src/common/ |
| H A D | Makefile | 19 ptksa_cache.c \
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | hostapd.h | 448 struct ptksa_cache *ptksa;
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | wpa_supplicant_i.h | 891 struct ptksa_cache *ptksa;
|