Remove DHCP operation files which are dependent on interface name 46/61646/2 accepted/tizen/common/20160311.201806 accepted/tizen/ivi/20160311.061521 accepted/tizen/mobile/20160311.061419 accepted/tizen/tv/20160311.061437 accepted/tizen/wearable/20160311.061455 submit/tizen/20160311.021629
authorYu Jiung <jiung.yu@samsung.com>
Wed, 9 Mar 2016 09:28:19 +0000 (18:28 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Thu, 10 Mar 2016 06:00:34 +0000 (15:00 +0900)
commit09b243ffde24b8d42a6551a756f32f11a8173f97
tree739b327a32b33e3469480998ff64720effa10515
parent00f80c8eae93be62e088326227e3f3ca45e1349a
Remove DHCP operation files which are dependent on interface name

Description: We can put the group inteface name into the dhcpd daemon
in runtime because dhcpd in toybox provides the -i option. Also, dhcp
which plays the DHCP client role already has same one. So, we can use
this to remove additional files for each profile.

Change-Id: I484ad68653991f4790c5aae6279372efdcc89f0b
igned-off-by: Yu jiung <jiung.yu@samsung.com>
26 files changed:
CMakeLists.txt
files/TM1/dhcpd.p2p.conf [deleted file]
files/TM1/p2p_supp.conf [deleted file]
files/bundle/dhcpd-notify.sh [deleted file]
files/bundle/wifi-direct-dhcp.sh [deleted file]
files/ccode.conf [moved from files/common/ccode.conf with 100% similarity]
files/common/dhcpd-notify.sh [deleted file]
files/common/dhcpd.p2p.conf [deleted file]
files/common/p2p_supp.conf [deleted file]
files/common/persistent-peer [deleted file]
files/common/wfd-manager.conf [deleted file]
files/common/wifi-direct-dhcp.sh [deleted file]
files/dhcpd-notify.sh [moved from files/tv/dhcpd-notify.sh with 100% similarity]
files/dhcpd.conf [moved from files/bundle/dhcpd.wlan.conf with 89% similarity, mode: 0644]
files/p2p_supp.conf [moved from files/bundle/p2p_supp.conf with 59% similarity]
files/p2p_supp.sh [moved from files/common/p2p_supp.sh with 100% similarity]
files/tv/dhcpd.p2p.conf [deleted file]
files/tv/p2p_supp.conf [deleted file]
files/tv/wifi-direct-dhcp.sh [deleted file]
files/udhcp_script.non-autoip [moved from files/common/udhcp_script.non-autoip with 100% similarity]
files/wifi-direct-dhcp.sh [moved from files/TM1/wifi-direct-dhcp.sh with 73% similarity]
files/wifi-direct-server.sh [moved from files/common/wifi-direct-server.sh with 100% similarity]
include/wifi-direct-util.h
packaging/wifi-direct-manager.spec
src/wifi-direct-group.c
src/wifi-direct-util.c