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

  /external/wpa_supplicant_8/src/common/
ctrl_iface_common.h 15 * struct wpa_ctrl_dst - Data structure of control interface monitors
20 struct wpa_ctrl_dst { struct
ctrl_iface_common.c 119 struct wpa_ctrl_dst *dst;
137 struct wpa_ctrl_dst *dst;
139 dl_list_for_each(dst, ctrl_dst, struct wpa_ctrl_dst, list) {
157 struct wpa_ctrl_dst *dst;
161 dl_list_for_each(dst, ctrl_dst, struct wpa_ctrl_dst, list) {
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 54 * 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 *dst = (struct wpa_ctrl_dst *) overlap
    [all...]
ctrl_iface_udp.c 25 * struct wpa_ctrl_dst - Internal data structure of control interface monitors
31 struct wpa_ctrl_dst { struct
32 struct wpa_ctrl_dst *next;
47 struct wpa_ctrl_dst *ctrl_dst;
53 struct wpa_ctrl_dst *ctrl_dst;
60 struct wpa_ctrl_dst **head,
65 static void wpas_ctrl_iface_free_dst(struct wpa_ctrl_dst *dst)
67 struct wpa_ctrl_dst *prev;
77 static int wpa_supplicant_ctrl_iface_attach(struct wpa_ctrl_dst **head,
85 struct wpa_ctrl_dst *dst
    [all...]
ctrl_iface_unix.c 795 struct wpa_ctrl_dst *dst, *prev;
850 dl_list_for_each_safe(dst, prev, &priv->ctrl_dst, struct wpa_ctrl_dst,
894 struct wpa_ctrl_dst *dst, *next;
928 dl_list_for_each_safe(dst, next, ctrl_dst, struct wpa_ctrl_dst, list) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 17 struct wpa_ctrl_dst;
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c     [all...]

Completed in 1043 milliseconds