[PATCH 0/7 v2] wpa_supplicant P2P DBus API improvements
Tomasz Bursztyka
tomasz.bursztyka
Tue May 20 04:51:07 PDT 2014
Hi,
I applied the comments made on the first version of this patchset.
- All internal-centric code has been moved to the p2p core part
- IntendedAddress has been changed to InterfaceAddress
Tomasz Bursztyka (7):
dbus: Provide the interface address of the peer
p2p: Add a utility function to retrieve local GO device address
wpas: Add p2p utility function to get go iface from a peer dev address
dbus: Add a Group property to Peer object which will hold its group
path
dbus: Remove GroupMember object type and use Peer instead
p2p: Add a utility function to run a method on every known peers
dbus: Add PropertiesChanged signal to Peer object
src/p2p/p2p.c | 36 +++++
src/p2p/p2p.h | 8 +
src/p2p/p2p_group.c | 2 +-
wpa_supplicant/dbus/dbus_new.c | 223 +++++++++++++---------------
wpa_supplicant/dbus/dbus_new.h | 24 ++-
wpa_supplicant/dbus/dbus_new_handlers_p2p.c | 60 +++++++-
wpa_supplicant/dbus/dbus_new_handlers_p2p.h | 13 +-
wpa_supplicant/notify.c | 22 +--
wpa_supplicant/p2p_supplicant.c | 36 ++++-
wpa_supplicant/p2p_supplicant.h | 4 +
10 files changed, 269 insertions(+), 159 deletions(-)
--
1.8.3.2
More information about the Hostap
mailing list