Home
last modified time | relevance | path

Searched refs:pmksa_cache_auth_add_entry (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.h61 int pmksa_cache_auth_add_entry(struct rsn_pmksa_cache *pmksa,
H A Dpmksa_cache_auth.c291 if (pmksa_cache_auth_add_entry(pmksa, entry) < 0) in pmksa_cache_auth_add()
365 int pmksa_cache_auth_add_entry(struct rsn_pmksa_cache *pmksa, in pmksa_cache_auth_add_entry() function
H A Dwpa_auth.c4529 ret = pmksa_cache_auth_add_entry(wpa_auth->pmksa, entry); in wpa_auth_pmksa_add_entry()