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

1 2 3

  /external/wpa_supplicant_8/src/common/
cli.h 18 struct dl_list list;
23 void cli_txt_list_flush(struct dl_list *list);
26 cli_txt_list_get(struct dl_list *txt_list, const char *txt);
28 void cli_txt_list_del(struct dl_list *txt_list, const char *txt);
29 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt);
30 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt,
33 int cli_txt_list_add(struct dl_list *txt_list, const char *txt);
34 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt);
35 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt,
38 char ** cli_txt_list_array(struct dl_list *txt_list)
    [all...]
ctrl_iface_common.h 21 struct dl_list list;
31 int ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
33 int ctrl_iface_detach(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
35 int ctrl_iface_level(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
cli.c 59 void cli_txt_list_flush(struct dl_list *list)
68 struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list,
81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt)
91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt)
103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt,
120 int cli_txt_list_add(struct dl_list *txt_list, const char *txt)
140 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt)
152 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt,
171 char ** cli_txt_list_array(struct dl_list *txt_list)
ctrl_iface_common.c 116 int ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
134 int ctrl_iface_detach(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
154 int ctrl_iface_level(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
gas_server.c 23 struct dl_list list;
34 struct dl_list list;
45 struct dl_list handlers; /* struct gas_server_handler::list */
46 struct dl_list responses; /* struct gas_server_response::list */
  /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;
  /external/wpa_supplicant_8/src/wps/
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;
112 struct dl_list peers; /* active UPnP peer sessions */
124 struct dl_list interfaces; /* struct upnp_wps_device_interface */
136 struct dl_list msearch_replies;
140 struct dl_list subscriptions
    [all...]
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.h 21 struct dl_list list;
  /device/google/cuttlefish_common/guest/libs/wpa_supplicant_8_lib/
driver_cmd_nl80211.h 70 struct dl_list wiphy_list;
74 struct dl_list interfaces;
87 struct dl_list list;
88 struct dl_list wiphy_list;
  /external/wpa_supplicant_8/src/fst/
fst_internal.h 35 struct dl_list global_ctrls_lentry;
38 extern struct dl_list fst_global_ctrls_list;
fst_group.h 14 struct dl_list ifaces;
17 struct dl_list global_groups_lentry;
57 extern struct dl_list fst_global_groups_list;
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 75 struct dl_list list;
89 struct dl_list list;
90 struct dl_list sa_list;
106 struct dl_list list; /* list entry in struct transmit_sc::sa_list */
116 struct dl_list list;
117 struct dl_list sa_list;
133 struct dl_list list;
223 struct dl_list participant_list;
ieee802_1x_kay_i.h 54 struct dl_list list;
102 struct dl_list live_peers;
103 struct dl_list potential_peers;
106 struct dl_list list;
126 struct dl_list sak_list;
127 struct dl_list rxsc_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 29 struct dl_list interfaces;
43 struct dl_list list;
44 struct dl_list bsss;
45 struct dl_list drvs;
80 struct dl_list wiphy_list;
86 struct dl_list list;
87 struct dl_list wiphy_list;
  /external/wpa_supplicant_8/src/ap/
hostapd.h 44 struct dl_list global_ctrl_dst;
57 struct dl_list eth_p_oui; /* OUI Extended EtherType handlers */
107 struct dl_list list;
173 struct dl_list ctrl_dst;
178 struct dl_list erp_keys; /* struct eap_server_erp_key */
193 struct dl_list l2_queue;
194 struct dl_list l2_oui_queue;
330 struct dl_list nr_db;
341 struct dl_list dpp_bootstrap; /* struct dpp_bootstrap_info */
342 struct dl_list dpp_configurator; /* struct dpp_configurator *
    [all...]
eth_p_oui.c 25 struct dl_list list;
28 struct dl_list receiver;
32 struct dl_list list;
ap_config.h 222 struct dl_list list;
228 struct dl_list list;
523 struct dl_list anqp_elem; /* list of struct anqp_element */
628 struct dl_list fils_realms; /* list of struct fils_realm */
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 23 struct dl_list list;
44 struct dl_list anqp_elems; /* list of struct wpa_bss_anqp_elem */
64 struct dl_list list;
66 struct dl_list list_id;
wpa_supplicant_i.h 247 struct dl_list list;
253 struct dl_list list;
279 struct dl_list p2p_srv_bonjour; /* struct p2p_srv_bonjour */
280 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */
319 struct dl_list ifaces; /* struct wpa_supplicant::radio_list entries */
320 struct dl_list work; /* struct wpa_radio_work::list entries */
330 struct dl_list list;
442 struct dl_list list;
451 struct dl_list list;
467 struct dl_list list
    [all...]
config_ssid.h 42 struct dl_list list;
585 struct dl_list psk_list;
ctrl_iface_unix.c 37 struct dl_list ctrl_dst;
39 struct dl_list msg_queue;
47 struct dl_list ctrl_dst;
49 struct dl_list msg_queue;
54 struct dl_list list;
65 struct dl_list *ctrl_dst,
102 static int wpa_supplicant_ctrl_iface_attach(struct dl_list *ctrl_dst,
110 static int wpa_supplicant_ctrl_iface_detach(struct dl_list *ctrl_dst,
375 static void wpas_ctrl_msg_queue(struct dl_list *queue,
399 struct dl_list *queue
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 295 struct dl_list list;
385 struct dl_list erp_keys; /* struct eap_erp_key */

Completed in 587 milliseconds

1 2 3