Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.h55 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa,
H A Dpmksa_cache_auth.c282 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa, in pmksa_cache_auth_add() function
H A Dwpa_auth.c6239 if (pmksa_cache_auth_add(sm->wpa_auth->pmksa, pmk, pmk_len, NULL,
6259 if (pmksa_cache_auth_add(wpa_auth->pmksa, pmk, len, NULL,
6280 if (pmksa_cache_auth_add(wpa_auth->pmksa, pmk, pmk_len, pmkid,
6305 entry = pmksa_cache_auth_add(wpa_auth->pmksa, pmk, pmk_len, pmkid,
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_responder.c168 pmksa_cache_auth_add(pasn->pmksa, pasn->sae.pmk, pasn->sae.pmk_len, in pasn_wd_handle_sae_confirm()