HomeSort by relevance Sort by last modified time
    Searched refs:dl_list (Results 1 - 25 of 38) 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;
22 static inline void dl_list_init(struct dl_list *list)
28 static inline void dl_list_add(struct dl_list *list, struct dl_list *item)
36 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item)
41 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 = DL_LIST_HEAD_INIT(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;
  /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;
  /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,
97 struct dl_list *list, const struct wpa_dbus_method_desc *methods)
112 struct dl_list *list, const struct wpa_dbus_signal_desc *signals)
127 struct dl_list *list, const struct wpa_dbus_property_desc *properties)
150 static void extract_interfaces(struct dl_list *list,
159 static void add_interfaces(struct dl_list *list, struct wpabuf *xml)
236 struct dl_list ifaces;
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 28 struct dl_list interfaces;
42 struct dl_list list;
43 struct dl_list bsss;
44 struct dl_list drvs;
79 struct dl_list wiphy_list;
84 struct dl_list list;
85 struct dl_list wiphy_list;
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 56 struct dl_list list;
58 struct dl_list list_id;
config_ssid.h 41 struct dl_list list;
522 struct dl_list psk_list;
wpa_supplicant_i.h 234 struct dl_list list;
240 struct dl_list list;
265 struct dl_list p2p_srv_bonjour; /* struct p2p_srv_bonjour */
266 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */
303 struct dl_list ifaces; /* struct wpa_supplicant::radio_list entries */
304 struct dl_list work; /* struct wpa_radio_work::list entries */
311 struct dl_list list;
428 struct dl_list radio_list; /* list head: struct wpa_radio::ifaces */
509 struct dl_list bss; /* struct wpa_bss::list */
510 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;
57 struct dl_list ctrl_dst;
64 struct dl_list *ctrl_dst,
75 static int wpa_supplicant_ctrl_iface_attach(struct dl_list *ctrl_dst,
98 static int wpa_supplicant_ctrl_iface_detach(struct dl_list *ctrl_dst,
666 struct dl_list *ctrl_dst,
wpa_cli.c 87 struct dl_list list;
132 static void cli_txt_list_flush(struct dl_list *list)
140 static struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list,
152 static void cli_txt_list_del(struct dl_list *txt_list, const char *txt)
161 static void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt)
173 static void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt,
190 static int cli_txt_list_add(struct dl_list *txt_list, const char *txt)
210 static int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt)
222 static int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt,
240 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/eap_peer/
eap_i.h 282 struct dl_list list;
370 struct dl_list erp_keys; /* struct eap_erp_key */
  /external/wpa_supplicant_8/src/eap_server/
eap.h 85 struct dl_list list;
  /external/wpa_supplicant_8/src/ap/
ndisc_snoop.c 23 struct dl_list list;
sta_info.h 53 struct dl_list ip6addr; /* list head for struct ip6addr */
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 42 struct dl_list list;
268 struct dl_list devices;

Completed in 720 milliseconds

1 2