Stop supporting wpasupplicant socket plugin 81/137481/3
authorJiung Yu <jiung.yu@samsung.com>
Thu, 6 Jul 2017 06:00:06 +0000 (15:00 +0900)
committertaesub kim <taesub.kim@samsung.com>
Tue, 18 Jul 2017 01:30:53 +0000 (01:30 +0000)
commitaac57d44315d38b1f449b1ee79f6ce55a78d6f16
tree079d358e741f5f42fe513d58de31ae7196a60472
parenteede8cd1ad4ffd0fb48d6ecc8c7b6e51775243f9
Stop supporting wpasupplicant socket plugin

Description : We have supported the DBus interface for IPC between
the WPAsupplicant and the wfd-manager daemon since Tizen 2.3.
At that time, some features are not supported comparing with
a socket interface. But most of them are now provided by a DBus interface.
So, we will no longer support a socket interface to reduce the maintaining resource

Change-Id: Icb4b82f4a8d2f0151d36bd542a2709bf9d29454e
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
CMakeLists.txt
packaging/wifi-direct-manager.spec
plugin/wpasupplicant/ctrl_iface_sock/CMakeLists.txt [deleted file]
plugin/wpasupplicant/ctrl_iface_sock/include/wfd-plugin-log.h [deleted file]
plugin/wpasupplicant/ctrl_iface_sock/include/wfd-plugin-wpasupplicant.h [deleted file]
plugin/wpasupplicant/ctrl_iface_sock/wfd-plugin-wpasupplicant.c [deleted file]
prd/plugin/wpasupplicant/ctrl_iface_sock/CMakeLists.txt [deleted file]
prd/plugin/wpasupplicant/ctrl_iface_sock/include/wfd-prd-plugin-log.h [deleted file]
prd/plugin/wpasupplicant/ctrl_iface_sock/include/wfd-prd-plugin-wpasupplicant.h [deleted file]
prd/plugin/wpasupplicant/ctrl_iface_sock/wfd-prd-plugin-wpasupplicant.c [deleted file]
src/wifi-direct-event.c