/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/src/pae/ |
D | 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 …]
|
/external/wpa_supplicant_8/src/common/ |
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/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/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; 85 struct dl_list list; 86 struct dl_list wiphy_list;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant_i.h | 246 struct dl_list list; 252 struct dl_list list; 278 struct dl_list p2p_srv_bonjour; /* struct p2p_srv_bonjour */ 279 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */ 318 struct dl_list ifaces; /* struct wpa_supplicant::radio_list entries */ 319 struct dl_list work; /* struct wpa_radio_work::list entries */ 329 struct dl_list list; 440 struct dl_list list; 449 struct dl_list list; 465 struct dl_list radio_list; /* list head: struct wpa_radio::ifaces */ [all …]
|
D | bss.h | 23 struct dl_list list; 43 struct dl_list anqp_elems; /* list of struct wpa_bss_anqp_elem */ 63 struct dl_list list; 65 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; 549 struct dl_list psk_list;
|
D | wpa_cli.c | 94 struct dl_list list; 141 static void cli_txt_list_flush(struct dl_list *list) in cli_txt_list_flush() 149 static struct cli_txt_entry * cli_txt_list_get(struct dl_list *txt_list, in cli_txt_list_get() 161 static void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del() 170 static void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr() 182 static void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word() 199 static int cli_txt_list_add(struct dl_list *txt_list, const char *txt) in cli_txt_list_add() 219 static int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_add_addr() 231 static int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_add_word() 249 static char ** cli_txt_list_array(struct dl_list *txt_list) in cli_txt_list_array()
|
/external/wpa_supplicant_8/src/fst/ |
D | fst_group.h | 14 struct dl_list ifaces; 17 struct dl_list global_groups_lentry; 63 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; 372 struct dl_list *list = &g->ifaces; in fst_group_attach_iface()
|
D | fst_iface.h | 25 struct dl_list group_lentry;
|
D | fst.c | 18 struct dl_list fst_global_ctrls_list;
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 44 struct dl_list global_ctrl_dst; 158 struct dl_list ctrl_dst; 163 struct dl_list erp_keys; /* struct eap_server_erp_key */ 293 struct dl_list list; 439 struct dl_list sta_seen; /* struct hostapd_sta_info */
|
D | ndisc_snoop.c | 23 struct dl_list list;
|
D | ap_config.h | 218 struct dl_list list; 503 struct dl_list anqp_elem; /* list of struct anqp_element */
|
/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;
|