Searched refs:event_queue (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_event.c | 89 e = dl_list_first(&s->event_queue, struct wps_event_, list); in event_dequeue() 136 if (!dl_list_empty(&s->event_queue)) in event_retry() 140 dl_list_add(&s->event_queue, &e->list); in event_retry() 230 if (!dl_list_empty(&s->event_queue)) in event_http_cb() 281 dl_list_empty(&s->event_queue)) in event_send_start() 323 !dl_list_empty(&s->event_queue) /* more to do */) { in event_send_all_later_handler() 378 len = dl_list_len(&s->event_queue); in event_add() 418 dl_list_add_tail(&s->event_queue, &e->list); in event_add()
|
H A D | wps_upnp_i.h | 92 struct dl_list event_queue; /* Queued event messages. */ member
|
H A D | wps_upnp.c | 719 dl_list_init(&s->event_queue); in subscription_start()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_event.c | 89 e = dl_list_first(&s->event_queue, struct wps_event_, list); in event_dequeue() 136 if (!dl_list_empty(&s->event_queue)) in event_retry() 140 dl_list_add(&s->event_queue, &e->list); in event_retry() 231 if (!dl_list_empty(&s->event_queue)) in event_http_cb() 282 dl_list_empty(&s->event_queue)) in event_send_start() 324 !dl_list_empty(&s->event_queue) /* more to do */) { in event_send_all_later_handler() 380 len = dl_list_len(&s->event_queue); in wps_upnp_event_add() 420 dl_list_add_tail(&s->event_queue, &e->list); in wps_upnp_event_add()
|
H A D | wps_upnp_i.h | 92 struct dl_list event_queue; /* Queued event messages. */ member
|
H A D | wps_upnp.c | 741 dl_list_init(&s->event_queue); in subscription_start()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_ndis.h | 31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */ member
|
H A D | driver_ndis.c | 1868 if (!ReadMsgQueue(drv->event_queue, buf, NDISUIO_MSG_SIZE, &len, 0, in ndisuio_notification_receive() 1932 req.hMsgQueue = drv->event_queue; in ndisuio_notification_deinit() 1949 if (drv->event_queue) { in ndisuio_notification_deinit() 1950 eloop_unregister_event(drv->event_queue, in ndisuio_notification_deinit() 1951 sizeof(drv->event_queue)); in ndisuio_notification_deinit() 1952 CloseHandle(drv->event_queue); in ndisuio_notification_deinit() 1953 drv->event_queue = NULL; in ndisuio_notification_deinit() 1983 drv->event_queue = CreateMsgQueue(NULL, &opt); in ndisuio_notification_init() 1984 if (drv->event_queue == NULL) { in ndisuio_notification_init() 1993 req.hMsgQueue = drv->event_queue; in ndisuio_notification_init() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_ndis.h | 31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */ member
|
H A D | driver_ndis.c | 1880 if (!ReadMsgQueue(drv->event_queue, buf, NDISUIO_MSG_SIZE, &len, 0, in ndisuio_notification_receive() 1944 req.hMsgQueue = drv->event_queue; in ndisuio_notification_deinit() 1961 if (drv->event_queue) { in ndisuio_notification_deinit() 1962 eloop_unregister_event(drv->event_queue, in ndisuio_notification_deinit() 1963 sizeof(drv->event_queue)); in ndisuio_notification_deinit() 1964 CloseHandle(drv->event_queue); in ndisuio_notification_deinit() 1965 drv->event_queue = NULL; in ndisuio_notification_deinit() 1995 drv->event_queue = CreateMsgQueue(NULL, &opt); in ndisuio_notification_init() 1996 if (drv->event_queue == NULL) { in ndisuio_notification_init() 2005 req.hMsgQueue = drv->event_queue; in ndisuio_notification_init() [all...] |
Completed in 12 milliseconds