dbus: Add an example python script for using the new dbus interface
authorJouni Malinen <j@w1.fi>
Sat, 26 Dec 2009 16:41:01 +0000 (18:41 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 26 Dec 2009 16:41:01 +0000 (18:41 +0200)
commit55fc1ce024070f4883b4f39d9f144009ba674627
treef8ee0a82e25879e79efcf2a78ee3fb2e40c250e2
parentfae3a72f938fcb90b8a54721ef2414a8dfb4e017
dbus: Add an example python script for using the new dbus interface

This has example code for fetching and interface object and optionally
creating a new interface is one is not found. After that, a scan is
requested and the script continues to listed for signals from
wpa_supplicant and print information about scan results and state
changes.
wpa_supplicant/examples/wpas-dbus-new.py [new file with mode: 0755]