OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:event_send_all_later_handler
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_event.c
434
/*
event_send_all_later_handler
-- actually send events as needed */
435
static void
event_send_all_later_handler
(void *eloop_data, void *user_ctx)
function
489
event_send_all_later_handler
, NULL, sm);
497
eloop_cancel_timeout(
event_send_all_later_handler
, NULL, sm);
/external/wpa_supplicant_8/src/wps/
wps_upnp_event.c
314
/*
event_send_all_later_handler
-- actually send events as needed */
315
static void
event_send_all_later_handler
(void *eloop_data, void *user_ctx)
function
355
event_send_all_later_handler
, NULL, sm);
363
eloop_cancel_timeout(
event_send_all_later_handler
, NULL, sm);
Completed in 678 milliseconds