HomeSort by relevance Sort by last modified time
    Searched refs:dl_list (Results 1 - 25 of 31) sorted by null

1 2

  /external/wpa_supplicant_8/src/utils/
list.h 13 * struct dl_list - Doubly-linked list
15 struct dl_list { struct
16 struct dl_list *next;
17 struct dl_list *prev;
20 static inline void dl_list_init(struct dl_list *list)
26 static inline void dl_list_add(struct dl_list *list, struct dl_list *item)
34 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item)
39 static inline void dl_list_del(struct dl_list *item
    [all...]
trace.h 22 struct dl_list list;
eloop_none.c 24 struct dl_list list;
42 struct dl_list timeout;
os_unix.c 28 static struct dl_list alloc_list;
35 struct dl_list list;
trace.c 16 static struct dl_list active_references =
edit.c 28 struct dl_list list;
32 static struct dl_list history_list;
eloop_win.c 33 struct dl_list list;
55 struct dl_list timeout;
eloop.c 33 struct dl_list list;
70 struct dl_list timeout;
  /external/wpa_supplicant_8/src/wps/
wps_er.h 15 struct dl_list list;
34 struct dl_list list;
36 struct dl_list sta; /* list of STAs/Enrollees using this AP */
71 struct dl_list list;
85 struct dl_list ap;
86 struct dl_list ap_unsubscribing;
87 struct dl_list ap_settings;
wps_upnp_i.h 52 struct dl_list list;
66 struct dl_list list;
80 struct dl_list list;
91 struct dl_list addr_list;
92 struct dl_list event_queue; /* Queued event messages. */
107 struct dl_list list;
125 struct dl_list interfaces; /* struct upnp_wps_device_interface */
137 struct dl_list msearch_replies;
141 struct dl_list subscriptions;
wps_upnp_event.c 49 struct dl_list list;
wps_upnp.c 952 static void upnp_wps_free_msearchreply(struct dl_list *head)
961 static void upnp_wps_free_subscriptions(struct dl_list *head,
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 66 struct dl_list interfaces;
80 struct dl_list list;
81 struct dl_list bsss;
82 struct dl_list drvs;
112 struct dl_list wiphy_list;
117 struct dl_list list;
118 struct dl_list wiphy_list;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 21 struct dl_list list;
27 static struct interfaces * add_interface(struct dl_list *list,
95 struct dl_list *list, const struct wpa_dbus_method_desc *methods)
109 struct dl_list *list, const struct wpa_dbus_signal_desc *signals)
123 struct dl_list *list, const struct wpa_dbus_property_desc *properties)
145 static void extract_interfaces(struct dl_list *list,
154 static void add_interfaces(struct dl_list *list, struct wpabuf *xml)
231 struct dl_list ifaces;
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 38 struct dl_list list;
469 struct dl_list psk_list;
bss.h 53 struct dl_list list;
55 struct dl_list list_id;
wpa_supplicant_i.h 219 struct dl_list list;
225 struct dl_list list;
256 struct dl_list p2p_srv_bonjour; /* struct p2p_srv_bonjour */
257 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */
390 struct dl_list bss; /* struct wpa_bss::list */
391 struct dl_list bss_id; /* struct wpa_bss::list_id */
ctrl_iface_unix.c 38 struct dl_list list;
49 struct dl_list ctrl_dst;
56 struct dl_list ctrl_dst;
61 struct dl_list *ctrl_dst,
66 static int wpa_supplicant_ctrl_iface_attach(struct dl_list *ctrl_dst,
86 static int wpa_supplicant_ctrl_iface_detach(struct dl_list *ctrl_dst,
567 struct dl_list *ctrl_dst,
gas_query.c 30 struct dl_list list;
52 struct dl_list pending; /* struct gas_query_pending */
wpa_cli.c 87 struct dl_list list;
130 static void cli_txt_list_flush(struct dl_list *list)
138 static struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list,
150 static void cli_txt_list_del(struct dl_list *txt_list, const char *txt)
159 static void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt)
171 static void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt)
187 static int cli_txt_list_add(struct dl_list *txt_list, const char *txt)
207 static int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt)
218 static int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt)
236 static char ** cli_txt_list_array(struct dl_list *txt_list
    [all...]
bgscan_learn.c 23 struct dl_list list;
39 struct dl_list bss;
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 25 struct dl_list list;
238 struct dl_list devices;
245 struct dl_list *sd_dev_list;
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 37 struct dl_list pmksa_candidates;
preauth.c 27 struct dl_list list;
  /external/wpa_supplicant_8/src/drivers/
driver.h 67 struct dl_list survey_list;
    [all...]

Completed in 335 milliseconds

1 2