Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/src/ap/
Dwpa_auth_i.h158 struct wpa_ft_pmk_cache;
186 struct wpa_ft_pmk_cache *ft_pmk_cache;
228 struct wpa_ft_pmk_cache * wpa_ft_pmk_cache_init(void);
229 void wpa_ft_pmk_cache_deinit(struct wpa_ft_pmk_cache *cache);
Dwpa_auth_ft.c156 struct wpa_ft_pmk_cache { struct
161 struct wpa_ft_pmk_cache * wpa_ft_pmk_cache_init(void) in wpa_ft_pmk_cache_init() argument
163 struct wpa_ft_pmk_cache *cache; in wpa_ft_pmk_cache_init()
171 void wpa_ft_pmk_cache_deinit(struct wpa_ft_pmk_cache *cache) in wpa_ft_pmk_cache_deinit()
200 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_store_pmk_r0()
225 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_fetch_pmk_r0()
250 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_store_pmk_r1()
275 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; in wpa_ft_fetch_pmk_r1()