Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dptksa_cache.h39 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len);
H A Dptksa_cache.c165 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len) in ptksa_cache_list() function
368 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len) in ptksa_cache_list() function
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c4564 reply_len = ptksa_cache_list(hapd->ptksa, reply, reply_size); in hostapd_ctrl_iface_receive_process()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c13543 reply_len = ptksa_cache_list(wpa_s->ptksa, reply, reply_size); in wpa_supplicant_ctrl_iface_process()