[wifi-direct-manager]Sync with Tizen 2.4 release and update patches 18/51818/2 accepted/tizen/mobile/20151120.070613 accepted/tizen/tv/20151120.070621 accepted/tizen/wearable/20151120.070633 submit/tizen/20151120.002212
authorYu Jiung <jiung.yu@samsung.com>
Mon, 16 Nov 2015 10:01:22 +0000 (19:01 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Mon, 16 Nov 2015 10:08:12 +0000 (19:08 +0900)
commitbc0a7aeccc665a566e585a4ea0abd06f8844f111
treec01b72f26eb0070d71a2e5b729394287b924124b
parent8bf4d5f968df11a3124351a7169315ab7516c725
[wifi-direct-manager]Sync with Tizen 2.4 release and update patches

Description: This patch also adds below fixes,

1. Clear peer list when group is destroyed
2. Ignore PD request and GO negotiation request when in GC
3. Fix parsing service discovery peer device address
4. Send disconnected event when GC gets the group destroy event
5. Fix some service discovery code for DBus interface
6. Add support for TM1 device

Change-Id: I6c15e0ddf0780e9509b3cac8fe9770b3f6caba2e
21 files changed:
CMakeLists.txt
files/TM1/dhcpd.p2p.conf [new file with mode: 0644]
files/TM1/p2p_supp.conf [new file with mode: 0644]
files/TM1/wifi-direct-dhcp.sh [new file with mode: 0644]
files/common/p2p_supp.sh
files/common/p2p_supplicant [deleted file]
include/wifi-direct-manager.h
include/wifi-direct-service.h
include/wifi-direct-util.h
oem/wifi-direct-oem.h
packaging/wifi-direct-manager.spec
plugin/wpasupplicant/ctrl_iface_dbus/dbus/wfd-plugin-supplicant-dbus.c
plugin/wpasupplicant/ctrl_iface_dbus/include/wfd-plugin-wpasupplicant.h
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c
plugin/wpasupplicant/ctrl_iface_sock/include/wfd-plugin-wpasupplicant.h
plugin/wpasupplicant/ctrl_iface_sock/wfd-plugin-wpasupplicant.c
src/wifi-direct-client.c
src/wifi-direct-event.c
src/wifi-direct-manager.c
src/wifi-direct-service.c
src/wifi-direct-util.c