HomeSort by relevance Sort by last modified time
    Searched defs:wpa_ctrl_dst (Results 1 - 3 of 3) 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
  /external/wpa_supplicant_8/wpa_supplicant/
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_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...]

Completed in 622 milliseconds