Added AddVsie, GetVsie, RemoveVsie and GetConnectingPeer methods 86/127186/3 accepted/tizen/unified/20170428.032831 submit/tizen/20170427.090631
authorNishant Chaprana <n.chaprana@samsung.com>
Wed, 26 Apr 2017 10:16:32 +0000 (15:46 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Wed, 26 Apr 2017 13:58:13 +0000 (19:28 +0530)
commiteb330455d6fab0834a6bdbd6d1cd597cb62420f5
tree28d8a3ce4cc1fca53f9bc7dcf08810c54b54d20a
parentea1e0889c763535875c5f766530b8c8d0e2fa9da
Added AddVsie, GetVsie, RemoveVsie and GetConnectingPeer methods

Description: This patch adds implementation of below methods:-
1. AddVsie: This method adds specific vsie for specific p2p frame.
interface name -> net.wifidirect.config

2. GetVsie: This method gets vsie for specific p2p frame.
interface name -> net.wifidirect.config

3. RemoveVsie: This method removes specific vsie from specific p2p frame.
interface name -> net.wifidirect.config

4. GetConnectingPeer: This method fetches connecting peer's information.
interface name -> net.wifidirect

5. Added handling for "Frequency" parameter in StartDiscovery method call.

Change-Id: I5b2a643a854c20e7e6381ea7fc5d40c4c8f9733d
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
12 files changed:
include/wifi-direct-manager.h
oem/wifi-direct-oem.c
oem/wifi-direct-oem.h
packaging/wifi-direct-manager.spec
plugin/wpasupplicant/ctrl_iface_dbus/include/wfd-plugin-wpasupplicant.h
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c [changed mode: 0755->0644]
plugin/wpasupplicant/ctrl_iface_sock/include/wfd-plugin-wpasupplicant.h
plugin/wpasupplicant/ctrl_iface_sock/wfd-plugin-wpasupplicant.c
plugin/wpasupplicant/emul/include/wfd-plugin-wpasupplicant.h
plugin/wpasupplicant/emul/wfd-plugin-wpasupplicant-emul.c
src/wifi-direct-iface.c
src/wifi-direct-manager.c