Home
last modified time | relevance | path

Searched refs:wps_event_ (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_event.c48 struct wps_event_ { struct
62 static void event_clean(struct wps_event_ *e) in event_clean() argument
74 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 …]
Dwps_upnp_i.h93 struct wps_event_ *current_event; /* non-NULL if being sent (not in q)