Searched refs:ELOOP_ALL_CTX (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/utils/ |
D | eloop.h | 23 #define ELOOP_ALL_CTX (void *) -1 macro
|
D | eloop_win.c | 302 eloop_data == ELOOP_ALL_CTX) && in eloop_cancel_timeout() 304 user_data == ELOOP_ALL_CTX)) { in eloop_cancel_timeout()
|
D | eloop.c | 847 eloop_data == ELOOP_ALL_CTX) && in eloop_cancel_timeout() 849 user_data == ELOOP_ALL_CTX)) { in eloop_cancel_timeout()
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_common.c | 325 eloop_cancel_timeout(process_timeout, priv, ELOOP_ALL_CTX); in wpas_dbus_deinit_common()
|
/hostap-latest/wpa_supplicant/ |
D | mesh_mpm.c | 1437 eloop_cancel_timeout(plink_timer, ELOOP_ALL_CTX, sta); in mesh_mpm_free_sta() 1438 eloop_cancel_timeout(mesh_auth_timer, ELOOP_ALL_CTX, sta); in mesh_mpm_free_sta()
|
D | p2p_supplicant.c | 10102 eloop_cancel_timeout(wpas_p2p_reconsider_moving_go, ELOOP_ALL_CTX, in wpas_p2p_consider_moving_gos()
|
/hostap-latest/src/wps/ |
D | wps_upnp_ssdp.c | 681 ELOOP_ALL_CTX); in ssdp_listener_stop()
|
/hostap-latest/src/ap/ |
D | wpa_auth_glue.c | 1871 eloop_cancel_timeout(hostapd_wpa_ft_rrb_rx_later, hapd, ELOOP_ALL_CTX); in hostapd_deinit_wpa() 1873 eloop_cancel_timeout(hostapd_oui_deliver_later, hapd, ELOOP_ALL_CTX); in hostapd_deinit_wpa()
|
D | wpa_auth_ft.c | 927 eloop_cancel_timeout(wpa_ft_rrb_seq_timeout, ELOOP_ALL_CTX, item); in wpa_ft_rrb_seq_free() 1839 eloop_cancel_timeout(wpa_ft_rrb_seq_timeout, wpa_auth, ELOOP_ALL_CTX); in wpa_ft_deinit_seq()
|