Searched defs:wpa_ctrl_dst (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_udp.c31 * struct wpa_ctrl_dst - Internal data structure of control interface monitors
37 struct wpa_ctrl_dst { struct
38 struct wpa_ctrl_dst *next;
49 struct wpa_ctrl_dst *ctrl_dst;
63 struct wpa_ctrl_dst *dst;
83 struct wpa_ctrl_dst *dst, *prev = NULL;
111 struct wpa_ctrl_dst *dst;
317 struct wpa_ctrl_dst *dst, *prev;
349 struct wpa_ctrl_dst *dst, *next;
H A Dctrl_iface_unix.c34 * struct wpa_ctrl_dst - Internal data structure of control interface monitors
40 struct wpa_ctrl_dst { struct
41 struct wpa_ctrl_dst *next;
52 struct wpa_ctrl_dst *ctrl_dst;
65 struct wpa_ctrl_dst *dst;
86 struct wpa_ctrl_dst *dst, *prev = NULL;
117 struct wpa_ctrl_dst *dst;
441 struct wpa_ctrl_dst *dst, *prev;
514 struct wpa_ctrl_dst *dst, *next;
H A Dctrl_iface_named_pipe.c60 * struct wpa_ctrl_dst - Internal data structure of control interface clients
66 struct wpa_ctrl_dst { struct
67 /* Note: OVERLAPPED must be the first member of struct wpa_ctrl_dst */
69 struct wpa_ctrl_dst *next, *prev;
83 struct wpa_ctrl_dst *ctrl_dst;
93 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst);
122 struct wpa_ctrl_dst *dst, *next;
140 struct wpa_ctrl_dst *dst;
228 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst)
263 struct wpa_ctrl_dst *ds
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_udp.c25 * struct wpa_ctrl_dst - Internal data structure of control interface monitors
31 struct wpa_ctrl_dst { struct
32 struct wpa_ctrl_dst *next;
43 struct wpa_ctrl_dst *ctrl_dst;
57 struct wpa_ctrl_dst *dst;
77 struct wpa_ctrl_dst *dst, *prev = NULL;
105 struct wpa_ctrl_dst *dst;
328 struct wpa_ctrl_dst *dst, *prev;
360 struct wpa_ctrl_dst *dst, *next;
H A Dctrl_iface_unix.c31 * struct wpa_ctrl_dst - Internal data structure of control interface monitors
37 struct wpa_ctrl_dst { struct
62 struct wpa_ctrl_dst *dst;
82 struct wpa_ctrl_dst *dst;
84 dl_list_for_each(dst, &priv->ctrl_dst, struct wpa_ctrl_dst, list) {
107 struct wpa_ctrl_dst *dst;
111 dl_list_for_each(dst, &priv->ctrl_dst, struct wpa_ctrl_dst, list) {
471 struct wpa_ctrl_dst *dst, *prev;
521 dl_list_for_each_safe(dst, prev, &priv->ctrl_dst, struct wpa_ctrl_dst,
541 struct wpa_ctrl_dst *ds
[all...]
H A Dctrl_iface_named_pipe.c54 * struct wpa_ctrl_dst - Internal data structure of control interface clients
60 struct wpa_ctrl_dst { struct
61 /* Note: OVERLAPPED must be the first member of struct wpa_ctrl_dst */
63 struct wpa_ctrl_dst *next, *prev;
77 struct wpa_ctrl_dst *ctrl_dst;
87 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst);
116 struct wpa_ctrl_dst *dst, *next;
134 struct wpa_ctrl_dst *dst;
222 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst)
257 struct wpa_ctrl_dst *ds
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c38 struct wpa_ctrl_dst { struct
39 struct wpa_ctrl_dst *next;
55 struct wpa_ctrl_dst *dst;
76 struct wpa_ctrl_dst *dst, *prev = NULL;
107 struct wpa_ctrl_dst *dst;
1119 struct wpa_ctrl_dst *dst, *prev;
1369 struct wpa_ctrl_dst *dst, *next;

Completed in 374 milliseconds