Replace usage of enum 'TETHERING_TYPE_WIFI_SHARING' 68/244368/2 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121752 accepted/tizen/6.0/unified/hotfix/20201103.004020 accepted/tizen/6.0/unified/hotfix/20201103.050952 accepted/tizen/unified/20200925.140215 submit/tizen/20200925.060710 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
authorNiraj Kumar Goit <niraj.g@samsung.com>
Thu, 17 Sep 2020 21:53:35 +0000 (03:23 +0530)
committerNiraj Kumar Goit <niraj.g@samsung.com>
Tue, 22 Sep 2020 07:43:04 +0000 (13:13 +0530)
commit49586aa2baca979d09a7ba69e054b34073c6b248
treee2fb2433d3e3db2d299651e884c0750414eca858
parentced0752df0b887a426281d462c268619be7a8225
Replace usage of enum 'TETHERING_TYPE_WIFI_SHARING'

As wifi-sharing is the property of wifi tethering (TETHERING_TYPE_WIFI),
so use API 'tethering_wifi_set_sharing' to enable wifi-sharing instead
of using enum 'TETHERING_TYPE_WIFI_SHARING'.

Change-Id: I6624cc57758eecdc7210f5ff8c6bc36976968bec
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
include/tethering.h
include/tethering_private.h
packaging/capi-network-tethering.spec
src/tethering.c
tools/tethering_test.c