Home
last modified time | relevance | path

Searched refs:gobject (Results 1 – 14 of 14) sorted by relevance

/hostap-latest/wpa_supplicant/examples/p2p/
Dp2p_flush.py10 import gobject
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
Dp2p_disconnect.py9 import gobject
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
Dp2p_listen.py10 import gobject
108 gobject.MainLoop().get_context().iteration(True)
109 gobject.threads_init()
110 gobject.MainLoop().run()
Dp2p_stop_find.py8 import gobject
110 gobject.MainLoop().get_context().iteration(True)
111 gobject.threads_init()
113 gobject.MainLoop().run()
Dp2p_find.py10 import gobject
118 gobject.MainLoop().get_context().iteration(True)
119 gobject.threads_init()
120 gobject.MainLoop().run()
Dp2p_invite.py8 import gobject
136 gobject.MainLoop().get_context().iteration(True)
137 gobject.threads_init()
138 gobject.MainLoop().run()
Dp2p_group_add.py8 import gobject
150 gobject.MainLoop().get_context().iteration(True)
151 gobject.threads_init()
152 gobject.MainLoop().run()
Dp2p_connect.py10 import gobject
218 gobject.MainLoop().run()
/hostap-latest/tests/hwsim/
Dtest_dbus.py19 from gi.repository import GObject as gobject unknown
21 import gobject
66 self.loop = gobject.MainLoop()
474 gobject.timeout_add(1, self.run_sets)
475 gobject.timeout_add(1000, self.timeout)
655 gobject.timeout_add(1, self.start_pbc)
656 gobject.timeout_add(15000, self.timeout)
715 gobject.timeout_add(1, self.start_pbc)
716 gobject.timeout_add(15000, self.timeout)
769 gobject.timeout_add(1, self.start_pin)
[all …]
/hostap-latest/wpa_supplicant/examples/
Ddbus-listen-preq.py7 import gobject
66 gobject.MainLoop().run()
Dwpas-dbus-new-signals.py6 import gobject
86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
Dwpas-dbus-new-wps.py6 import gobject
76 gobject.MainLoop().run()
Dwpas-dbus-new.py6 import gobject
143 gobject.MainLoop().run()
Dwpas-dbus-new-getall.py6 import gobject