HomeSort by relevance Sort by last modified time
    Searched refs:wpa_ft_pmk_cache (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 158 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);
wpa_auth_ft.c 156 struct wpa_ft_pmk_cache { struct
161 struct wpa_ft_pmk_cache * wpa_ft_pmk_cache_init(void)
163 struct wpa_ft_pmk_cache *cache;
171 void wpa_ft_pmk_cache_deinit(struct wpa_ft_pmk_cache *cache)
200 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache;
225 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache;
250 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache;
275 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache;
    [all...]

Completed in 79 milliseconds