Home
last modified time | relevance | path

Searched refs:wpa_ft_pmk_cache (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h156 struct wpa_ft_pmk_cache;
184 struct wpa_ft_pmk_cache *ft_pmk_cache;
226 struct wpa_ft_pmk_cache * wpa_ft_pmk_cache_init(void);
227 void wpa_ft_pmk_cache_deinit(struct wpa_ft_pmk_cache *cache);
Dwpa_auth_ft.c143 struct wpa_ft_pmk_cache { struct
148 struct wpa_ft_pmk_cache * wpa_ft_pmk_cache_init(void) in wpa_ft_pmk_cache_init() argument
150 struct wpa_ft_pmk_cache *cache; in wpa_ft_pmk_cache_init()
158 void wpa_ft_pmk_cache_deinit(struct wpa_ft_pmk_cache *cache) in wpa_ft_pmk_cache_deinit()
187 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_store_pmk_r0()
212 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_fetch_pmk_r0()
237 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_store_pmk_r1()
262 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_fetch_pmk_r1()