Home
last modified time | relevance | path

Searched refs:pmksa_cache (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/usr.sbin/wpa/wpa_supplicant/
H A DMakefile23 notify.c offchannel.c op_classes.c os_unix.c pmksa_cache.c preauth.c \
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dap.c1575 void *pmksa_cache; in wpas_ap_pmksa_cache_add_external() local
1577 pmksa_cache = hostapd_ctrl_iface_pmksa_create_entry(wpa_s->own_addr, in wpas_ap_pmksa_cache_add_external()
1579 if (!pmksa_cache) in wpas_ap_pmksa_cache_add_external()
1586 entry->pmksa_cache = pmksa_cache; in wpas_ap_pmksa_cache_add_external()
H A Dnmake.mak84 $(OBJDIR)\pmksa_cache.obj \
H A Dmesh_rsn.c263 entry->pmksa_cache); in mesh_rsn_auth_init()
H A Dwpa_supplicant_i.h471 void *pmksa_cache; member
H A Dwpa_supplicant.c663 os_free(entry->pmksa_cache); in wpa_supplicant_cleanup()