Searched refs:wps_event_ (Results 1 – 2 of 2) sorted by relevance
48 struct wps_event_ { struct62 static void event_clean(struct wps_event_ *e) in event_clean() argument74 static void event_delete(struct wps_event_ *e) in event_delete()86 static struct wps_event_ *event_dequeue(struct subscription *s) in event_dequeue()88 struct wps_event_ *e; in event_dequeue()89 e = dl_list_first(&s->event_queue, struct wps_event_, list); in event_dequeue()102 struct wps_event_ *e; in event_delete_all()117 static void event_retry(struct wps_event_ *e, int do_next_address) in event_retry()145 static struct wpabuf * event_build_message(struct wps_event_ *e) in event_build_message()173 static void event_addr_failure(struct wps_event_ *e) in event_addr_failure()[all …]
93 struct wps_event_ *current_event; /* non-NULL if being sent (not in q)