Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:wpa_ctrl_dst

54  * struct wpa_ctrl_dst - Internal data structure of control interface clients
60 struct wpa_ctrl_dst {
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 *dst = (struct wpa_ctrl_dst *) overlap;
279 static void wpa_supplicant_ctrl_iface_rx(struct wpa_ctrl_dst *dst, size_t len)
349 struct wpa_ctrl_dst *dst = (struct wpa_ctrl_dst *) overlap;
359 struct wpa_ctrl_dst *dst = eloop_data;
479 struct wpa_ctrl_dst *dst, *next;