wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dbus_common_i.h
Go to the documentation of this file.
1 
7 #ifndef DBUS_COMMON_I_H
8 #define DBUS_COMMON_I_H
9 
10 #include <dbus/dbus.h>
11 
13  DBusConnection *con;
14  int should_dispatch;
15  struct wpa_global *global;
16  u32 next_objid;
17  int dbus_new_initialized;
18 
19 #if defined(CONFIG_CTRL_IFACE_DBUS_NEW) && defined(CONFIG_AP)
20  int dbus_noc_refcnt;
21 #endif /* CONFIG_CTRL_IFACE_DBUS_NEW && CONFIG_AP */
22 };
23 
24 #endif /* DBUS_COMMON_I_H */
Internal, global data for all wpa_supplicant interfaces.
Definition: wpa_supplicant_i.h:273
Definition: dbus_common_i.h:12