HomeSort by relevance Sort by last modified time
    Searched refs:wps_event_ (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_upnp_event.c 48 struct wps_event_ { struct
62 static void event_clean(struct wps_event_ *e)
74 static void event_delete(struct wps_event_ *e)
86 static struct wps_event_ *event_dequeue(struct subscription *s)
88 struct wps_event_ *e;
89 e = dl_list_first(&s->event_queue, struct wps_event_, list);
102 struct wps_event_ *e;
117 static void event_retry(struct wps_event_ *e, int do_next_address)
145 static struct wpabuf * event_build_message(struct wps_event_ *e)
173 static void event_addr_failure(struct wps_event_ *e
    [all...]
wps_upnp_i.h 93 struct wps_event_ *current_event; /* non-NULL if being sent (not in q)

Completed in 3640 milliseconds