/external/wpa_supplicant_8/src/common/ |
D | 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);
|
D | cli.c | 59 void cli_txt_list_flush(struct dl_list *list) in cli_txt_list_flush() 68 struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list, in cli_txt_list_get() 81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del() 91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr() 103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word() 120 int cli_txt_list_add(struct dl_list *txt_list, const char *txt) in cli_txt_list_add() 140 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_add_addr() 152 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_add_word() 171 char ** cli_txt_list_array(struct dl_list *txt_list) in cli_txt_list_array()
|
D | 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,
|
D | ctrl_iface_common.c | 116 int ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_attach() 134 int ctrl_iface_detach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_detach() 154 int ctrl_iface_level(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_level()
|
/external/wpa_supplicant_8/src/utils/ |
D | list.h | 15 struct dl_list { struct 16 struct dl_list *next; argument 17 struct dl_list *prev; argument 22 static inline void dl_list_init(struct dl_list *list) in dl_list_init() 28 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) in dl_list_add() 36 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) in dl_list_add_tail() 41 static inline void dl_list_del(struct dl_list *item) in dl_list_del() 49 static inline int dl_list_empty(struct dl_list *list) in dl_list_empty() 54 static inline unsigned int dl_list_len(struct dl_list *list) in dl_list_len() 56 struct dl_list *item; in dl_list_len() [all …]
|
D | trace.h | 22 struct dl_list list;
|
/external/wpa_supplicant_8/src/wps/ |
D | 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;
|
D | 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;
|
D | wps_upnp.h | 21 struct dl_list list;
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_introspect.c | 21 struct dl_list list; 27 static struct interfaces * add_interface(struct dl_list *list, in add_interface() 97 struct dl_list *list, const struct wpa_dbus_method_desc *methods) in extract_interfaces_methods() 112 struct dl_list *list, const struct wpa_dbus_signal_desc *signals) in extract_interfaces_signals() 127 struct dl_list *list, const struct wpa_dbus_property_desc *properties) in extract_interfaces_properties() 150 static void extract_interfaces(struct dl_list *list, in extract_interfaces() 159 static void add_interfaces(struct dl_list *list, struct wpabuf *xml) in add_interfaces() 236 struct dl_list ifaces; in add_wpas_interfaces()
|
/external/wpa_supplicant_8/src/pae/ |
D | 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;
|
D | 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/ |
D | 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; 439 struct dl_list list; 448 struct dl_list list; 465 struct dl_list list; [all …]
|
D | 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;
|
D | 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, in wpa_supplicant_ctrl_iface_attach() 110 static int wpa_supplicant_ctrl_iface_detach(struct dl_list *ctrl_dst, in wpa_supplicant_ctrl_iface_detach() 375 static void wpas_ctrl_msg_queue(struct dl_list *queue, in wpas_ctrl_msg_queue() 399 struct dl_list *queue) in wpas_ctrl_msg_queue_limit() [all …]
|
D | config_ssid.h | 41 struct dl_list list; 561 struct dl_list psk_list;
|
/external/wpa_supplicant_8/src/drivers/ |
D | 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/fst/ |
D | fst_group.h | 14 struct dl_list ifaces; 17 struct dl_list global_groups_lentry; 57 extern struct dl_list fst_global_groups_list;
|
D | fst_internal.h | 35 struct dl_list global_ctrls_lentry; 38 extern struct dl_list fst_global_ctrls_list;
|
D | fst_group.c | 19 struct dl_list fst_global_groups_list; 457 struct dl_list *list = &g->ifaces; in fst_group_attach_iface()
|
D | fst_iface.h | 25 struct dl_list group_lentry;
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 44 struct dl_list global_ctrl_dst; 104 struct dl_list list; 170 struct dl_list ctrl_dst; 175 struct dl_list erp_keys; /* struct eap_server_erp_key */ 299 struct dl_list nr_db; 312 struct dl_list list; 462 struct dl_list sta_seen; /* struct hostapd_sta_info */
|
D | ap_config.h | 222 struct dl_list list; 228 struct dl_list list; 517 struct dl_list anqp_elem; /* list of struct anqp_element */ 611 struct dl_list fils_realms; /* list of struct fils_realm */
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_i.h | 282 struct dl_list list; 372 struct dl_list erp_keys; /* struct eap_erp_key */
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap.h | 85 struct dl_list list;
|