Using DeviceFoundProperties instead of DeviceFound event. 01/76701/1
authorNishant Chaprana <n.chaprana@samsung.com>
Mon, 27 Jun 2016 03:44:36 +0000 (09:14 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Mon, 27 Jun 2016 03:44:36 +0000 (09:14 +0530)
commit28cd6079dfe6cef00cdbac2c460accb0fba84209
tree2242d9a2bf96736765d32d38cddf5d787678c1c7
parentbf4bb9788dac8c326702f2b2189baab42bf54262
Using DeviceFoundProperties instead of DeviceFound event.

This patch will increase wifi-direct scan timing because
DeviceFound sends only peer object path and wifi-direct-manager used
to call GetAll method for peer object path which was increasing scan time.

By using DeviceFoundProperties event wifi-direct-manager will be
able to extract peer properties from the event only.
This will handle the cases when there are many peers in the scan range.

Change-Id: I5f49e23a9ccf9932630c33b236f4ba8564effbde
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/wifi-direct-manager.spec
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c