Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h228 struct wpa_ft_pmk_cache *ft_pmk_cache; member
Dwpa_auth_ft.c1328 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_store_pmk_r0()
1387 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_fetch_pmk_r0()
1415 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_store_pmk_r1()
1481 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_fetch_pmk_r1()
4541 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_push_pmk_r1()
Dwpa_auth.c468 wpa_auth->ft_pmk_cache = wpa_ft_pmk_cache_init(); in wpa_init()
469 if (wpa_auth->ft_pmk_cache == NULL) { in wpa_init()
533 wpa_ft_pmk_cache_deinit(wpa_auth->ft_pmk_cache); in wpa_deinit()
534 wpa_auth->ft_pmk_cache = NULL; in wpa_deinit()