Searched refs:ptksa_cache_list (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | ptksa_cache.h | 39 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len);
|
H A D | ptksa_cache.c | 165 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 D | ctrl_iface.c | 4564 reply_len = ptksa_cache_list(hapd->ptksa, reply, reply_size); in hostapd_ctrl_iface_receive_process()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface.c | 13543 reply_len = ptksa_cache_list(wpa_s->ptksa, reply, reply_size); in wpa_supplicant_ctrl_iface_process()
|