Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1244 static void wpa_ft_expire_pmk_r1(void *eloop_ctx, void *timeout_ctx);
1307 eloop_cancel_timeout(wpa_ft_expire_pmk_r1, r1, NULL); in wpa_ft_free_pmk_r1()
1317 static void wpa_ft_expire_pmk_r1(void *eloop_ctx, void *timeout_ctx) in wpa_ft_expire_pmk_r1() function
1500 eloop_register_timeout(expires_in + 1, 0, wpa_ft_expire_pmk_r1, in wpa_ft_store_pmk_r1()
1504 wpa_ft_expire_pmk_r1, r1, NULL); in wpa_ft_store_pmk_r1()