Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dptksa_cache.h36 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len);
60 static inline int ptksa_cache_list(struct ptksa_cache *ptksa, in ptksa_cache_list() function
Dptksa_cache.c160 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len) in ptksa_cache_list() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c3871 reply_len = ptksa_cache_list(hapd->ptksa, reply, reply_size); in hostapd_ctrl_iface_receive_process()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c11461 reply_len = ptksa_cache_list(wpa_s->ptksa, reply, reply_size); in wpa_supplicant_ctrl_iface_process()