Home
last modified time | relevance | path

Searched refs:pmksa_cache_get_current (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.h77 struct rsn_pmksa_cache_entry * pmksa_cache_get_current(struct wpa_sm *sm);
111 pmksa_cache_get_current(struct wpa_sm *sm) in pmksa_cache_get_current() function
Dpmksa_cache.c476 struct rsn_pmksa_cache_entry * pmksa_cache_get_current(struct wpa_sm *sm) in pmksa_cache_get_current() function
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c170 if (pmksa_cache_get_current(wpa_s->wpa) && in wpa_supplicant_eapol_send()
Dwpa_supplicant.c1515 pmksa_cache_get_current(wpa_s->wpa)) { in wpa_supplicant_set_suites()
1558 pmksa_cache_get_current(wpa_s->wpa)) { in wpa_supplicant_set_suites()
3165 pmksa = pmksa_cache_get_current(wpa_s->wpa); in wpas_populate_assoc_ies()
Dsme.c1854 pmksa = pmksa_cache_get_current(wpa_s->wpa); in sme_associate()