Searched refs:event_send_all_later_handler (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp_event.c | 314 static void event_send_all_later_handler(void *eloop_data, void *user_ctx) in event_send_all_later_handler() function 354 event_send_all_later_handler, NULL, sm); in wps_upnp_event_send_all_later() 362 eloop_cancel_timeout(event_send_all_later_handler, NULL, sm); in wps_upnp_event_send_stop_all()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp_event.c | 313 static void event_send_all_later_handler(void *eloop_data, void *user_ctx) in event_send_all_later_handler() function 353 event_send_all_later_handler, NULL, sm); in event_send_all_later() 361 eloop_cancel_timeout(event_send_all_later_handler, NULL, sm); in event_send_stop_all()
|