| /src/external/bsd/wpa/dist/wpa_supplicant/examples/ |
| wpas-dbus-new-getall.py | 3 import dbus 9 bus = dbus.SystemBus() 13 dbus_interface=dbus.PROPERTIES_IFACE) 22 wpas = dbus.Interface(wpas_obj, "fi.w1.wpa_supplicant1") 26 dbus_interface=dbus.PROPERTIES_IFACE) 32 dbus_interface=dbus.PROPERTIES_IFACE) 38 dbus_interface=dbus.PROPERTIES_IFACE) 42 dbus_interface=dbus.PROPERTIES_IFACE) 48 dbus_interface=dbus.PROPERTIES_IFACE) 52 dbus_interface=dbus.PROPERTIES_IFACE [all...] |
| wpas-dbus-new.py | 3 import dbus 7 from dbus.mainloop.glib import DBusGMainLoop 29 dbus_interface=dbus.PROPERTIES_IFACE) 33 dbus_interface=dbus.PROPERTIES_IFACE) 42 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE) 46 dbus_interface=dbus.PROPERTIES_IFACE) 52 dbus_interface=dbus.PROPERTIES_IFACE) 56 dbus_interface=dbus.PROPERTIES_IFACE) 61 dbus_interface=dbus.PROPERTIES_IFACE) 66 dbus_interface=dbus.PROPERTIES_IFACE [all...] |
| wpas-dbus-new-wps.py | 3 import dbus 7 from dbus.mainloop.glib import DBusGMainLoop 37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) 39 bus = dbus.SystemBus() 46 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE) 71 dbus.Boolean(1), 72 dbus_interface=dbus.PROPERTIES_IFACE) 73 wps = dbus.Interface(if_obj, WPAS_DBUS_WPS_INTERFACE)
|
| dbus-listen-preq.py | 4 import dbus 8 from dbus.mainloop.glib import DBusGMainLoop 41 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) 43 bus = dbus.SystemBus() 51 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE) 58 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
|
| wpas-dbus-new-signals.py | 3 import dbus 7 from dbus.mainloop.glib import DBusGMainLoop 30 dbus_interface=dbus.PROPERTIES_IFACE) 34 dbus_interface=dbus.PROPERTIES_IFACE) 49 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE) 53 dbus_interface=dbus.PROPERTIES_IFACE) 59 dbus_interface=dbus.PROPERTIES_IFACE) 63 dbus_interface=dbus.PROPERTIES_IFACE) 68 dbus_interface=dbus.PROPERTIES_IFACE) 73 dbus_interface=dbus.PROPERTIES_IFACE [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_common_i.h | 14 #include <dbus/dbus.h>
|
| Makefile | 41 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1) 44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
|
| dbus_new_helpers.h | 2 * WPA Supplicant / dbus-based control interface 13 #include <dbus/dbus.h> 59 * struct wpa_dbus_method_desc - DBus method description 73 * struct wpa_dbus_signal_desc - DBus signal description 85 * struct wpa_dbus_property_desc - DBus property description 92 /* property type signature in DBus type notation */ 108 #define WPA_DBUS_INTROSPECTION_INTERFACE "org.freedesktop.DBus.Introspectable" 110 #define WPA_DBUS_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
|
| dbus_new.c | 2 * WPA Supplicant / dbus-based control interface 39 * DBus is to register for the NameOwnerChanged signal which will 48 "interface=org.freedesktop.DBus,member=NameOwnerChanged"; 102 wpa_printf(MSG_ERROR, "dbus: failed to add filter"); 139 iface = wpa_s->global->dbus; 157 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 202 iface = wpa_s->global->dbus; 219 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 241 iface = wpa_s->global->dbus; 260 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal") [all...] |
| dbus_common.c | 12 #include <dbus/dbus.h> 42 * dispatch_initial_dbus_messages - Dispatch initial dbus messages after 219 * @data: dbus control interface private data 222 * dbus events that may have happened. 235 * integrate_with_eloop - Register our mainloop integration with dbus 237 * @priv: a dbus control interface data structure 249 wpa_printf(MSG_ERROR, "dbus: Failed to set callback functions"); 269 wpa_printf(MSG_DEBUG, "dbus: bus disconnected, terminating"); 291 "dbus: Could not acquire the system bus: %s - %s" [all...] |
| dbus_dict_helpers.c | 2 * WPA Supplicant / dbus-based control interface 10 #include <dbus/dbus.h> 18 * Start a dict in a dbus message. Should be paired with a call to 21 * @param iter A valid dbus message iterator 47 * End a dict element in a dbus message. Should be paired with 50 * @param iter valid dbus message iterator, same as passed to 52 * @param iter_dict a dbus dict iterator returned from 321 * Add a DBus object path entry to the dict. 326 * @param value The DBus object path valu [all...] |
| dbus_new_handlers_wps.c | 2 * WPA Supplicant / dbus-based control interface (WPS) 45 "dbus: WPS.Start - Wrong Role type, string required"); 56 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Unknown role %s", val); 75 "dbus: WPS.Start - Wrong Type type, string required"); 86 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Unknown type %s", 108 "dbus: WPS.Start - Wrong Bssid type, byte array required"); 116 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Bssid length %d", 136 "dbus: WPS.Start - Wrong Pin type, string required"); 160 "dbus: WPS.Start - Wrong P2PDeviceAddress type, byte array required"); 170 "dbus: WPS.Start - Wrong P2PDeviceAddress length %d" [all...] |
| dbus_new_handlers.c | 2 * WPA Supplicant / dbus-based control interface 48 * @message: Pointer to incoming dbus message this error refers to 50 * Returns: a dbus error message 64 * @message: Pointer to incoming dbus message this error refers to 65 * Returns: A dbus error message 79 * @message: Pointer to incoming dbus message this error refers to 80 * Returns: a dbus error message 94 * @message: Pointer to incoming dbus message this error refers to 95 * Returns: a dbus error message 117 * @message: Pointer to incoming dbus message this error refers t [all...] |
| /src/external/bsd/openresolv/dist/ |
| dnsmasq.in | 43 # Using dbus means that we never have to restart the daemon 45 # whilst changing DNS options around. However, dbus support is optional 47 # Check for DBus support in the binary 48 dbus=false 50 dbus_introspect=$(dbus-send --print-reply --system \ 53 org.freedesktop.DBus.Introspectable.Introspect \ 56 dbus=true 76 if $dbus && ! $dbus_ex; then 94 dbus=false 134 dbus=fals [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/ |
| p2p_find.py | 7 import dbus 13 from dbus.mainloop.glib import DBusGMainLoop 23 print(" -w = wpas dbus interface = fi.w1.wpa_supplicant1") 46 # Dbus Paths 76 self.bus = dbus.SystemBus() 80 self.wpas = dbus.Interface(self.wpas_object, 88 except dbus.DBusException as exc: 97 self.p2p_interface = dbus.Interface(self.interface_object, 110 P2PFindDict = dbus.Dictionary( 156 # Dbus interfac [all...] |
| p2p_invite.py | 5 import dbus 11 from dbus.mainloop.glib import DBusGMainLoop 22 print(" -w = wpas dbus interface = fi.w1.wpa_supplicant1") 52 # Dbus Paths 87 self.bus = dbus.SystemBus() 91 self.wpas = dbus.Interface(self.wpas_object, 99 except dbus.DBusException as exc: 108 self.p2p_interface = dbus.Interface(self.interface_object, 119 {'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)} 171 # Dbus interfac [all...] |
| p2p_connect.py | 7 import dbus 12 from dbus.mainloop.glib import DBusGMainLoop 27 print(" -w = wpas dbus interface = fi.w1.wpa_supplicant1") 68 # Dbus Paths 100 self.bus = dbus.SystemBus() 104 self.wpas = dbus.Interface( 111 except dbus.DBusException as exc: 121 except dbus.DBusException as exc: 130 self.p2p_interface = dbus.Interface( 153 'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr) [all...] |
| p2p_disconnect.py | 6 import dbus 12 from dbus.mainloop.glib import DBusGMainLoop 21 print(" -w = wpas dbus interface = fi.w1.wpa_supplicant1") 42 # Dbus Paths 72 self.bus = dbus.SystemBus() 76 self.wpas = dbus.Interface(self.wpas_object, 84 except dbus.DBusException as exc: 93 self.p2p_interface = dbus.Interface(self.interface_object, 137 # Dbus interface
|
| p2p_flush.py | 7 import dbus 13 from dbus.mainloop.glib import DBusGMainLoop 22 print(" -w = wpas dbus interface = fi.w1.wpa_supplicant1") 42 # Dbus Paths 72 self.bus = dbus.SystemBus() 76 self.wpas = dbus.Interface(self.wpas_object, 84 except dbus.DBusException as exc: 93 self.p2p_interface = dbus.Interface(self.interface_object, 137 # Dbus interface
|
| p2p_group_add.py | 5 import dbus 11 from dbus.mainloop.glib import DBusGMainLoop 24 print(" -w = wpas dbus interface = fi.w1.wpa_supplicant1") 54 # Dbus Paths 90 self.bus = dbus.SystemBus() 94 self.wpas = dbus.Interface(self.wpas_object, 102 except dbus.DBusException as exc: 111 self.p2p_interface = dbus.Interface(self.interface_object, 200 # Dbus interface
|
| p2p_listen.py | 7 import dbus 13 from dbus.mainloop.glib import DBusGMainLoop 23 print(" -w = wpas dbus interface = fi.w1.wpa_supplicant1") 43 # Dbus Paths 73 self.bus = dbus.SystemBus() 77 self.wpas = dbus.Interface(self.wpas_object, 85 except dbus.DBusException as exc: 94 self.p2p_interface = dbus.Interface(self.interface_object, 146 # Dbus interface
|
| p2p_stop_find.py | 5 import dbus 11 from dbus.mainloop.glib import DBusGMainLoop 20 print(" -w = wpas dbus interface = fi.w1.wpa_supplicant1") 44 # Dbus Paths 74 self.bus = dbus.SystemBus() 78 self.wpas = dbus.Interface(self.wpas_object, 86 except dbus.DBusException as exc: 95 self.p2p_interface = dbus.Interface(self.interface_object, 142 # Dbus interface
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| Makefile | 8 ALL += dbus/fi.w1.wpa_supplicant1.service 1722 OBJS += dbus/dbus_dict_helpers.o 1723 OBJS += dbus/dbus_new_helpers.o 1724 OBJS += dbus/dbus_new.o dbus/dbus_new_handlers.o 1725 OBJS += dbus/dbus_common.o 1727 OBJS += dbus/dbus_new_handlers_wps.o 1730 OBJS += dbus/dbus_new_handlers_p2p.o 1733 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1) 1736 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1 [all...] |
| notify.c | 17 #include "dbus/dbus_common.h" 18 #include "dbus/dbus_new.h" 34 global->dbus = wpas_dbus_init(global); 35 if (global->dbus == NULL) 53 if (global->dbus) 54 wpas_dbus_deinit(global->dbus); 81 /* unregister interface in new DBus ctrl iface */ 93 /* notify the new DBus API */ 271 /* notify the new DBus API */ 301 /* notify the new DBus API * [all...] |
| /src/external/bsd/libpcap/dist/ |
| pcap-dbus.c | 1 /* $NetBSD: pcap-dbus.c,v 1.7 2024/09/02 15:33:37 christos Exp $ */ 34 __RCSID("$NetBSD: pcap-dbus.c,v 1.7 2024/09/02 15:33:37 christos Exp $"); 43 #include <dbus/dbus.h> 46 #include "pcap-dbus.h" 193 if (strcmp(dev, "dbus-system") == 0) { 200 } else if (strcmp(dev, "dbus-session") == 0) { 207 } else if (strncmp(dev, "dbus://", 7) == 0) { 269 * Monitor mode doesn't apply to dbus connections. 311 if (strcmp(device, "dbus-system") & [all...] |