OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wps_event_
(Results
1 - 4
of
4
) 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)
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_event.c
49
struct
wps_event_
{
struct
50
struct
wps_event_
*next;
51
struct
wps_event_
*prev; /* double linked list */
69
static void event_clean(struct
wps_event_
*e)
92
static void event_delete(struct
wps_event_
*e)
103
static struct
wps_event_
*event_dequeue(struct subscription *s)
105
struct
wps_event_
**event_head = &s->event_queue;
106
struct
wps_event_
*e = *event_head;
127
static void event_enqueue_at_end(struct subscription *s, struct
wps_event_
*e)
129
struct
wps_event_
**event_head = &s->event_queue
[
all
...]
wps_upnp_i.h
111
struct
wps_event_
*event_queue; /* Queued event messages. */
113
struct
wps_event_
*current_event; /* non-NULL if being sent (not in q)
Completed in 39 milliseconds