Searched refs:wpa_ft_expire_pmk_r0 (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 1209 static void wpa_ft_expire_pmk_r0(void *eloop_ctx, void *timeout_ctx); 1219 eloop_cancel_timeout(wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_free_pmk_r0() 1229 static void wpa_ft_expire_pmk_r0(void *eloop_ctx, void *timeout_ctx) in wpa_ft_expire_pmk_r0() function 1253 eloop_cancel_timeout(wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_expire_pmk_r0() 1256 wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_expire_pmk_r0() 1259 wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_expire_pmk_r0() 1376 eloop_register_timeout(expires_in + 1, 0, wpa_ft_expire_pmk_r0, in wpa_ft_store_pmk_r0() 1380 wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_store_pmk_r0()
|