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 | 1206 static void wpa_ft_expire_pmk_r0(void *eloop_ctx, void *timeout_ctx); 1216 eloop_cancel_timeout(wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_free_pmk_r0() 1226 static void wpa_ft_expire_pmk_r0(void *eloop_ctx, void *timeout_ctx) in wpa_ft_expire_pmk_r0() function 1250 eloop_cancel_timeout(wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_expire_pmk_r0() 1253 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() 1373 eloop_register_timeout(expires_in + 1, 0, wpa_ft_expire_pmk_r0, in wpa_ft_store_pmk_r0() 1377 wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_store_pmk_r0()
|