HomeSort by relevance Sort by last modified time
    Searched refs:dl_list (Results 1 - 25 of 28) 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 28 static struct dl_list alloc_list;
35 struct dl_list list;
trace.c 16 static struct dl_list active_references =
edit.c 27 struct dl_list list;
31 static struct dl_list history_list;
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;
84 struct dl_list ap;
85 struct dl_list ap_unsubscribing;
86 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...]
wps_registrar.c 30 struct dl_list list;
57 static void wps_free_pins(struct dl_list *pins)
114 struct dl_list pins;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_nl80211.h 69 struct dl_list interfaces;
81 struct dl_list list;
82 struct dl_list bsss;
83 struct dl_list drvs;
109 struct dl_list wiphy_list;
114 struct dl_list list;
115 struct dl_list wiphy_list;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 27 struct dl_list list;
33 static struct interfaces * add_interface(struct dl_list *list,
101 struct dl_list *list, const struct wpa_dbus_method_desc *methods)
115 struct dl_list *list, const struct wpa_dbus_signal_desc *signals)
129 struct dl_list *list, const struct wpa_dbus_property_desc *properties)
151 static void extract_interfaces(struct dl_list *list,
160 static void add_interfaces(struct dl_list *list, struct wpabuf *xml)
237 struct dl_list ifaces;
dbus_new_handlers_p2p.c 1016 struct dl_list peer_objpath_list;
1018 struct dl_list list;
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_nl80211.h 69 struct dl_list interfaces;
85 struct dl_list list;
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 191 struct dl_list list;
197 struct dl_list list;
219 struct dl_list p2p_srv_bonjour; /* struct p2p_srv_bonjour */
220 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */
312 struct dl_list bss; /* struct wpa_bss::list */
313 struct dl_list bss_id; /* struct wpa_bss::list_id */
bss.h 64 struct dl_list list;
65 struct dl_list list_id;
gas_query.c 26 struct dl_list list;
45 struct dl_list pending; /* struct gas_query_pending */
wpa_cli.c 88 struct dl_list list;
127 static void cli_txt_list_flush(struct dl_list *list)
135 static struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list,
147 static void cli_txt_list_del(struct dl_list *txt_list, const char *txt)
156 static void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt)
168 static void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt)
186 static int cli_txt_list_add(struct dl_list *txt_list, const char *txt)
206 static int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt)
217 static int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt)
237 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;
ctrl_iface_unix.c 36 struct dl_list list;
47 struct dl_list ctrl_dst;
bss.c 324 struct dl_list *prev = bss->list_id.prev;
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 25 struct dl_list list;
224 struct dl_list devices;
231 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;

Completed in 284 milliseconds

1 2