Searched refs:wpa_ft_expire_pmk_r0 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/wpa/src/ap/ |
| HD | wpa_auth_ft.c | 1207 static void wpa_ft_expire_pmk_r0(void *eloop_ctx, void *timeout_ctx); 1217 eloop_cancel_timeout(wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_free_pmk_r0() 1227 static void wpa_ft_expire_pmk_r0(void *eloop_ctx, void *timeout_ctx) in wpa_ft_expire_pmk_r0() function 1251 eloop_cancel_timeout(wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_expire_pmk_r0() 1254 wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_expire_pmk_r0() 1257 wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_expire_pmk_r0() 1374 eloop_register_timeout(expires_in + 1, 0, wpa_ft_expire_pmk_r0, in wpa_ft_store_pmk_r0() 1378 wpa_ft_expire_pmk_r0, r0, NULL); in wpa_ft_store_pmk_r0()
|