• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/wpa/src/wps/

Lines Matching defs:event

36 /* How long to wait before sending event */
42 * struct. The event cannot be sent by simple UDP; it has to be sent by a HTTP
51 unsigned subscriber_sequence; /* which event for this subscription*/
54 struct wpabuf *data; /* event data to send */
59 /* event_clean -- clean sockets etc. of event
71 /* event_delete -- delete single unqueued event
76 wpa_printf(MSG_DEBUG, "WPS UPnP: Delete event %p", e);
83 /* event_dequeue -- get next event from the queue
91 wpa_printf(MSG_DEBUG, "WPS UPnP: Dequeue event %p for "
99 /* event_delete_all -- delete entire event queue and current event */
113 * event_retry - Called when we had a failure delivering event msg
122 wpa_printf(MSG_DEBUG, "WPS UPnP: Retry event %p for subscription %p",
132 wpa_printf(MSG_DEBUG, "WPS UPnP: Giving up on sending event "
158 "NT: upnp:event\r\n"
179 wpa_printf(MSG_DEBUG, "WPS UPnP: Failed to send event %p to %s "
214 enum http_client_event event)
220 "event=%d", e, c, event);
221 switch (event) {
224 "WPS UPnP: Got event %p reply OK from %s",
250 /* event_send_start -- prepare to send a event message to subscriber
255 * -- But we might have other event happen in the meantime...
267 * Prerequisite: No current event send (s->current_event == NULL)
277 * Assume we are called ONLY with no current event and ONLY with
278 * nonempty event queue and ONLY with at least one address to send to.
340 * -- After getting a subscription, we should not send the first event
368 * event_add - Add a new event to a queue
371 * @probereq: Whether this is a Probe Request event
372 * Returns: 0 on success, -1 on error, 1 on max event queue limit reached
386 /* Drop oldest entry to allow EAP event to be stored. */
417 wpa_printf(MSG_DEBUG, "WPS UPnP: Queue event %p for subscriber %p "