Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.h62 struct rsn_pmksa_cache_entry * pmksa_cache_get_current(struct wpa_sm *sm);
95 pmksa_cache_get_current(struct wpa_sm *sm) in pmksa_cache_get_current() function
Dpmksa_cache.c385 struct rsn_pmksa_cache_entry * pmksa_cache_get_current(struct wpa_sm *sm) in pmksa_cache_get_current() function
Dwpa.c2711 return (pmksa_cache_get_current(sm) != NULL); in wpa_sta_is_cur_pmksa_set()
2718 pmksa = pmksa_cache_get_current(sm); in wpa_sta_cur_pmksa_matches_akm()