Home
last modified time | relevance | path

Searched refs:wpa_ft_expire_pull (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c43 static void wpa_ft_expire_pull(void *eloop_ctx, void *timeout_ctx);
1796 eloop_cancel_timeout(wpa_ft_expire_pull, sm, NULL); in wpa_ft_sta_deinit()
1915 static void wpa_ft_expire_pull(void *eloop_ctx, void *timeout_ctx) in wpa_ft_expire_pull() function
1925 eloop_cancel_timeout(wpa_ft_expire_pull, sm, NULL); in wpa_ft_expire_pull()
1977 /* r0kh->addr: updated by SEQ_RESP and wpa_ft_expire_pull */ in wpa_ft_pull_pmk_r1()
2041 eloop_register_timeout(tsecs, tusecs, wpa_ft_expire_pull, sm, NULL); in wpa_ft_pull_pmk_r1()
4231 eloop_cancel_timeout(wpa_ft_expire_pull, ctx.sm, NULL); in wpa_ft_rrb_rx_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c42 static void wpa_ft_expire_pull(void *eloop_ctx, void *timeout_ctx);
1794 eloop_cancel_timeout(wpa_ft_expire_pull, sm, NULL); in wpa_ft_sta_deinit()
1913 static void wpa_ft_expire_pull(void *eloop_ctx, void *timeout_ctx) in wpa_ft_expire_pull() function
1923 eloop_cancel_timeout(wpa_ft_expire_pull, sm, NULL); in wpa_ft_expire_pull()
1975 /* r0kh->addr: updated by SEQ_RESP and wpa_ft_expire_pull */ in wpa_ft_pull_pmk_r1()
2038 eloop_register_timeout(tsecs, tusecs, wpa_ft_expire_pull, sm, NULL); in wpa_ft_pull_pmk_r1()
4003 eloop_cancel_timeout(wpa_ft_expire_pull, ctx.sm, NULL); in wpa_ft_rrb_rx_resp()

Completed in 12 milliseconds