HomeSort by relevance Sort by last modified time
    Searched refs:dl_list (Results 1 - 25 of 33) 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;
os_unix.c 29 static struct dl_list alloc_list;
36 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 44 struct dl_list list;
92 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;
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 71 struct dl_list interfaces;
85 struct dl_list list;
86 struct dl_list bsss;
87 struct dl_list drvs;
121 struct dl_list wiphy_list;
126 struct dl_list list;
127 struct dl_list wiphy_list;
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 54 struct dl_list list;
84 struct dl_list list;
100 struct dl_list list;
101 struct dl_list sa_list;
117 struct dl_list list; /* list entry in struct transmit_sc::sa_list */
129 struct dl_list list;
130 struct dl_list sa_list;
146 struct dl_list list;
193 struct dl_list live_peers;
194 struct dl_list potential_peers
    [all...]
ieee802_1x_kay.h 145 struct dl_list participant_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/
bss.h 54 struct dl_list list;
56 struct dl_list list_id;
config_ssid.h 40 struct dl_list list;
479 struct dl_list psk_list;
wpa_supplicant_i.h 232 struct dl_list list;
238 struct dl_list list;
263 struct dl_list p2p_srv_bonjour; /* struct p2p_srv_bonjour */
264 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */
297 struct dl_list ifaces; /* struct wpa_supplicant::radio_list entries */
298 struct dl_list work; /* struct wpa_radio_work::list entries */
305 struct dl_list list;
390 struct dl_list radio_list; /* list head: struct wpa_radio::ifaces */
470 struct dl_list bss; /* struct wpa_bss::list */
471 struct dl_list bss_id; /* struct wpa_bss::list_id *
    [all...]
ctrl_iface_unix.c 38 struct dl_list list;
49 struct dl_list ctrl_dst;
56 struct dl_list ctrl_dst;
62 struct dl_list *ctrl_dst,
73 static int wpa_supplicant_ctrl_iface_attach(struct dl_list *ctrl_dst,
95 static int wpa_supplicant_ctrl_iface_detach(struct dl_list *ctrl_dst,
644 struct dl_list *ctrl_dst,
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;
gas_query.c 33 struct dl_list list;
58 struct dl_list pending; /* struct gas_query_pending */
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 29 struct dl_list list;
251 struct dl_list devices;
  /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 88 struct dl_list survey_list;
    [all...]

Completed in 296 milliseconds

1 2