/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 | 24 struct dl_list list; 35 int ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, 37 int ctrl_iface_detach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, 39 int ctrl_iface_level(struct dl_list *ctrl_dst, struct sockaddr_storage *from,
|
D | ctrl_iface_common.c | 143 int ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_attach() 170 int ctrl_iface_detach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_detach() 190 int ctrl_iface_level(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_level()
|
D | 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/ |
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/ap/ |
D | hostapd.h | 51 struct dl_list global_ctrl_dst; 64 struct dl_list eth_p_oui; /* OUI Extended EtherType handlers */ 119 struct dl_list list; 131 struct dl_list list; 192 struct dl_list ctrl_dst; 197 struct dl_list erp_keys; /* struct eap_server_erp_key */ 212 struct dl_list l2_queue; 213 struct dl_list l2_oui_queue; 318 struct dl_list sae_commit_queue; /* struct hostapd_sae_commit_queue */ 344 struct dl_list nr_db; [all …]
|
D | eth_p_oui.c | 25 struct dl_list list; 28 struct dl_list receiver; 32 struct dl_list list;
|
D | ap_config.h | 236 struct dl_list list; 242 struct dl_list list; 561 struct dl_list anqp_elem; /* list of struct anqp_element */ 677 struct dl_list fils_realms; /* list of struct fils_realm */
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.h | 76 struct dl_list list; 90 struct dl_list list; 91 struct dl_list sa_list; 107 struct dl_list list; /* list entry in struct transmit_sc::sa_list */ 117 struct dl_list list; 118 struct dl_list sa_list; 134 struct dl_list list; 226 struct dl_list participant_list;
|
D | ieee802_1x_kay_i.h | 55 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/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; 82 struct dl_list wiphy_list; 88 struct dl_list list; 89 struct dl_list wiphy_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; 443 struct dl_list list; 452 struct dl_list list; 470 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 */ 66 struct dl_list list; 68 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 | 45 struct dl_list list; 609 struct dl_list psk_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()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_i.h | 295 struct dl_list list; 385 struct dl_list erp_keys; /* struct eap_erp_key */
|