HomeSort by: relevance | last modified time | path
    Searched refs:gobject (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
dbus-listen-preq.py 7 import gobject
66 gobject.MainLoop().run()
wpas-dbus-new-wps.py 6 import gobject
76 gobject.MainLoop().run()
wpas-dbus-new-getall.py 6 import gobject
wpas-dbus-new.py 6 import gobject
143 gobject.MainLoop().run()
wpas-dbus-new-signals.py 6 import gobject
86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/
p2p_disconnect.py 9 import gobject
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
p2p_find.py 10 import gobject
118 gobject.MainLoop().get_context().iteration(True)
119 gobject.threads_init()
120 gobject.MainLoop().run()
p2p_flush.py 10 import gobject
105 gobject.MainLoop().get_context().iteration(True)
106 gobject.threads_init()
108 gobject.MainLoop().run()
p2p_group_add.py 8 import gobject
150 gobject.MainLoop().get_context().iteration(True)
151 gobject.threads_init()
152 gobject.MainLoop().run()
p2p_invite.py 8 import gobject
136 gobject.MainLoop().get_context().iteration(True)
137 gobject.threads_init()
138 gobject.MainLoop().run()
p2p_listen.py 10 import gobject
108 gobject.MainLoop().get_context().iteration(True)
109 gobject.threads_init()
110 gobject.MainLoop().run()
p2p_stop_find.py 8 import gobject
110 gobject.MainLoop().get_context().iteration(True)
111 gobject.threads_init()
113 gobject.MainLoop().run()
p2p_connect.py 10 import gobject
218 gobject.MainLoop().run()

Completed in 29 milliseconds