Home
last modified time | relevance | path

Searched defs:ptksa (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dptksa_cache.h50 static inline void ptksa_cache_deinit(struct ptksa_cache *ptksa) in ptksa_cache_deinit() argument
55 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_get() argument
60 static inline int ptksa_cache_list(struct ptksa_cache *ptksa, in ptksa_cache_list() argument
67 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, in ptksa_cache_add() argument
73 static inline void ptksa_cache_flush(struct ptksa_cache *ptksa, in ptksa_cache_flush() argument
[all...]
H A Dptksa_cache.c18 struct dl_list ptksa; member
25 static void ptksa_cache_free_entry(struct ptksa_cache *ptksa, in ptksa_cache_free_entry() argument
37 struct ptksa_cache *ptksa = eloop_ctx; in ptksa_cache_expire() local
61 ptksa_cache_set_expiration(struct ptksa_cache *ptksa) ptksa_cache_set_expiration() argument
92 struct ptksa_cache *ptksa = os_zalloc(sizeof(struct ptksa_cache)); ptksa_cache_init() local
107 ptksa_cache_deinit(struct ptksa_cache *ptksa) ptksa_cache_deinit() argument
132 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) ptksa_cache_get() argument
160 ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len) ptksa_cache_list() argument
228 ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) ptksa_cache_flush() argument
267 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, u32 life_time, const struct wpa_ptk *ptk) ptksa_cache_add() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.h377 struct ptksa_cache *ptksa; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant_i.h842 struct ptksa_cache *ptksa; member

Completed in 7 milliseconds