Searched refs:pmksa_cache (Results 1 – 8 of 8) sorted by relevance
7 pmksa_cache.o \
29 OBJS += $(SRC)/rsn_supp/pmksa_cache.o
119 WPA_OBJS += $(SRC)/rsn_supp/pmksa_cache.o
2047 void *pmksa_cache; in wpas_ap_pmksa_cache_add_external() local2049 pmksa_cache = hostapd_ctrl_iface_pmksa_create_entry(wpa_s->own_addr, in wpas_ap_pmksa_cache_add_external()2051 if (!pmksa_cache) in wpas_ap_pmksa_cache_add_external()2058 entry->pmksa_cache = pmksa_cache; in wpas_ap_pmksa_cache_add_external()
84 $(OBJDIR)\pmksa_cache.obj \
281 entry->pmksa_cache); in mesh_rsn_auth_init()
501 void *pmksa_cache; member
736 os_free(entry->pmksa_cache); in wpa_supplicant_cleanup()