]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Add D-Bus python scripts to perform additional commands
authorMichael Naumov <michael.naumov@intel.com>
Wed, 4 Jul 2012 18:07:53 +0000 (21:07 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 4 Jul 2012 18:07:53 +0000 (21:07 +0300)
commitb682d6a73d651cf8d095847ec22945ea85cff9ae
tree19017612bc8685f703453dd148621fc678229cdf
parent46d69fa5c6d3c27f2ad294d4e161c01e3b4f75df
P2P: Add D-Bus python scripts to perform additional commands

Four D-Bus scripts using python glib are added to perform the following
operations: p2p_flush, p2p_group_add, p2p_listen and p2p_stop_find.

Signed-hostap: Michael Naumov <michael.naumov@intel.com>
Signed-hostap: Nirav Shah <nirav.j2.shah@intel.com>
wpa_supplicant/examples/p2p/p2p_flush.py [new file with mode: 0644]
wpa_supplicant/examples/p2p/p2p_group_add.py [new file with mode: 0644]
wpa_supplicant/examples/p2p/p2p_listen.py [new file with mode: 0644]
wpa_supplicant/examples/p2p/p2p_stop_find.py [new file with mode: 0644]