platform/core/api/tethering.git
6 weeks agoFix the gcov build error 06/307606/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20240313.134413 accepted/tizen/unified/20240313.135523 accepted/tizen/unified/x/20240314.073156
Seonah Moon [Tue, 12 Mar 2024 04:51:42 +0000 (13:51 +0900)]
Fix the gcov build error

Change-Id: I1fe692468d0fcc73bb31df45c110da15c4d633a2

3 months agoAdd signal handling for P2P Tethering 68/304768/1
Anjali Nijhara [Tue, 23 Jan 2024 08:21:24 +0000 (13:51 +0530)]
Add signal handling for P2P Tethering

Change-Id: Iac6541785d78a223d5640fd2a88f0e3e932de71c
Signed-off-by: Anjali Nijhara <a.nijhara@samsung.com>
19 months agoFix NULL pointer dereference 59/280859/1 accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.063114 accepted/tizen/7.0/unified/hotfix/20221116.104846 accepted/tizen/8.0/unified/20231005.092901 accepted/tizen/unified/20220916.071432 tizen_7.0_m2_release tizen_8.0_m2_release
Seonah Moon [Tue, 6 Sep 2022 05:00:07 +0000 (14:00 +0900)]
Fix NULL pointer dereference

Change-Id: Ic26845acba0aa2ea9b955885bea1cdb8bdefe876

19 months agoRemove duplicated codes 55/280455/2 submit/tizen/20220905.023906
Seonah Moon [Tue, 30 Aug 2022 08:30:27 +0000 (17:30 +0900)]
Remove duplicated codes

Change-Id: I4a10a0a94a543d2c876d49714ff1734576e789ea

22 months agoDo not build unittest when ASAN is enabled 94/276694/1 accepted/tizen/unified/20220627.133841 submit/tizen/20220623.044549
Seonah Moon [Thu, 23 Jun 2022 02:51:53 +0000 (11:51 +0900)]
Do not build unittest when ASAN is enabled

Change-Id: If56b15384902dd1e8e5fee80a41e3c76eaec38a1

22 months agoApply gcov automation 59/276059/1 accepted/tizen/unified/20220614.134739 submit/tizen/20220610.003743
Seonah Moon [Thu, 9 Jun 2022 05:17:12 +0000 (14:17 +0900)]
Apply gcov automation

Change-Id: I923a0c75323f1abd7f8f6b6896e2cf9f66631bc1

2 years agoChange library path for 64-bit errors 91/272791/2 accepted/tizen/unified/20220330.003408 submit/tizen/20220325.021350
Jaehyun Kim [Thu, 24 Mar 2022 09:48:22 +0000 (18:48 +0900)]
Change library path for 64-bit errors

Change-Id: I3a25bde8ae64ae654a32c03f43b5392e7dfc2afe
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years agoChange a gcov path 52/270152/1 submit/tizen/20220126.063121
Seonah Moon [Wed, 26 Jan 2022 05:57:44 +0000 (14:57 +0900)]
Change a gcov path

Change-Id: I763e0e5841bffb77b6ca846794f62935413ac4cb

2 years agoUnref g_variant only when it is not NULL 76/261576/1
Nishant Chaprana [Wed, 21 Jul 2021 11:02:10 +0000 (16:32 +0530)]
Unref g_variant only when it is not NULL

Below critical warning is displayed when mobileap-agent do not send reply
for enable_wifi_tethering async dbus method call
(process:3356): GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed

Change-Id: I36ede863f1d602bc883bc6280e2bf64c105f9578
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoUse curly braces for 'if' to confirm tizen coding rule. 72/259072/1
Niraj Kumar Goit [Mon, 31 May 2021 14:07:49 +0000 (19:37 +0530)]
Use curly braces for 'if' to confirm tizen coding rule.

Change-Id: I97dc11f3b19f8cfba5c10c10ae5695db25f1214c
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2 years agoFree the allocated memory before return 41/258441/1 accepted/tizen/6.5/unified/20211028.095341 accepted/tizen/unified/20210602.122531 submit/tizen/20210531.063738 submit/tizen_6.5/20211028.161801 tizen_6.5.m2_release
Cheoleun Moon [Tue, 18 May 2021 03:59:37 +0000 (12:59 +0900)]
Free the allocated memory before return

Change-Id: I69bacec61e2fb50f037a558e2ef448c1a37a6932
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
3 years agoAdd API to set local device's IP address 04/251004/7 accepted/tizen/unified/20210126.141628 submit/tizen/20210126.014105
Nishant Chaprana [Wed, 6 Jan 2021 11:23:46 +0000 (16:53 +0530)]
Add API to set local device's IP address

Change-Id: I16faccb08b40d398061994f94f1ce4dbc6c86e0a
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix SVACE warning NO_UNLOCK 83/249983/1
Nishant Chaprana [Fri, 18 Dec 2020 05:37:59 +0000 (11:07 +0530)]
Fix SVACE warning NO_UNLOCK

Change-Id: I53da5e93427b95bef6d58e3d1d80ce9c7de445e8
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoRemove thread-scope variables for sharing handles between threads 85/249585/3
Nishant Chaprana [Tue, 15 Dec 2020 07:09:49 +0000 (12:39 +0530)]
Remove thread-scope variables for sharing handles between threads

Change-Id: If5c78bfec5fde5695ce9b664eee895f402fa672c
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix svace issues 04/246304/1
Seonah Moon [Wed, 28 Oct 2020 03:11:16 +0000 (12:11 +0900)]
Fix svace issues

MEMORY_LEAK.STRDUP
UNINIT.LOCAL_VAR.EX

Change-Id: Ib005a7af91de5e935edaa0fba66ef61c42533a31

3 years agoReplace 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
Niraj Kumar Goit [Thu, 17 Sep 2020 21:53:35 +0000 (03:23 +0530)]
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>
3 years agoMerge "Added APIs to set and get Wi-Fi Sharing flag." into tizen
Jaehyun Kim [Tue, 22 Sep 2020 07:26:53 +0000 (07:26 +0000)]
Merge "Added APIs to set and get Wi-Fi Sharing flag." into tizen

3 years agoFix typo 39/244539/1
Seonah Moon [Mon, 21 Sep 2020 10:24:47 +0000 (19:24 +0900)]
Fix typo

Change-Id: Ia9c4999350a4b8e3d30c1e950a0af6a55cff016b

3 years agoAdded APIs to set and get Wi-Fi Sharing flag. 65/244365/3
Niraj Kumar Goit [Thu, 17 Sep 2020 19:02:47 +0000 (00:32 +0530)]
Added APIs to set and get Wi-Fi Sharing flag.

Change-Id: Ib721e2038f7702e8ccc328603be7a4b9ae159401
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
3 years ago[tool] Reinitialize handles to NULL after tethering_destroy() call 78/243178/2 accepted/tizen/unified/20200914.131323 submit/tizen/20200914.011423
Nishant Chaprana [Thu, 3 Sep 2020 17:31:06 +0000 (23:01 +0530)]
[tool] Reinitialize handles to NULL after tethering_destroy() call

Change-Id: Id314b11874dbf36c60c790dc435174b0288f20b7
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years ago[tool] Combine repeated code for getting handle in a wrapper 77/243177/1
Nishant Chaprana [Thu, 3 Sep 2020 17:25:33 +0000 (22:55 +0530)]
[tool] Combine repeated code for getting handle in a wrapper

Change-Id: Iefad83d31f89fbd2630682a9255e6209cbdcfa8f
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoAdded API to get client connect info. 75/242175/10 accepted/tizen/unified/20200903.151717 submit/tizen/20200828.142119 submit/tizen/20200901.053326 submit/tizen/20200902.111409 submit/tizen/20200903.044940
Prasadam Prashath Kumar [Mon, 24 Aug 2020 17:36:38 +0000 (23:06 +0530)]
Added  API to get client connect info.

Change-Id: Iacffe2ea51d1f2f9f02817be2a2bab4421123f9f
Signed-off-by: Prasadam Prashath Kumar <prasadam.p@samsung.com>
3 years agoAdded API to supported dualband hotspot. 55/242055/5
Prasadam Prashath Kumar [Sun, 23 Aug 2020 14:52:13 +0000 (20:22 +0530)]
Added API to supported dualband hotspot.

Change-Id: Iff62b4204c46de2f6f85c32491727cb3ba8e38d4
Signed-off-by: Prasadam Prashath Kumar <prasadam.p@samsung.com>
3 years agoAdded support to get wifi-sharing client information. 40/242140/4
Niraj Kumar Goit [Mon, 24 Aug 2020 11:43:33 +0000 (17:13 +0530)]
Added support to get wifi-sharing client information.

Change-Id: I943055879bae2cc83d89322e4a9af051d4894523
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
3 years agoAdded API to check wifi-sharing is supported or not. 35/242035/2
Niraj Kumar Goit [Fri, 21 Aug 2020 11:05:47 +0000 (16:35 +0530)]
Added API to check wifi-sharing is supported or not.

Added API to check if wifi-sharing is supported or not.
If support is available pass 'wifi-sharing' as parameter
to dbus method 'enable_wifi_tethering' to enable sharing.

Change-Id: I7fad53e8d4c69ee2a83fb86734517b3c84145983
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
3 years agoFix doxygen 72/240772/1 accepted/tizen/unified/20200827.105724 submit/tizen/20200824.065557
Seonah Moon [Tue, 11 Aug 2020 08:22:22 +0000 (17:22 +0900)]
Fix doxygen

Change-Id: I470525a45d4ddac9162600784dc146c73988b7cb

3 years agoAdd tv profile specific code 02/239702/3
Nishant Chaprana [Tue, 4 Aug 2020 05:15:35 +0000 (10:45 +0530)]
Add tv profile specific code

Change-Id: Iefb2bcec84cb437ab969389cf3616cd5e51b56df
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoDonot use empty ssid from vconf 01/239701/2
Nishant Chaprana [Tue, 21 Jul 2020 07:59:52 +0000 (13:29 +0530)]
Donot use empty ssid from vconf

Change-Id: Ic31df66d184de55d96d312c83efdd77daa58d454
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoSend txpower in enable_wifi_tethering and reload_wifi_settings call 35/239035/1
Nishant Chaprana [Tue, 21 Jul 2020 07:56:38 +0000 (13:26 +0530)]
Send txpower in enable_wifi_tethering and reload_wifi_settings call

Change-Id: I39347e727d6aa31cd3e7552203994e0e00014ad1
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoAdd P2P tethering interface details 60/238660/3
Nishant Chaprana [Thu, 16 Jul 2020 05:43:03 +0000 (11:13 +0530)]
Add P2P tethering interface details

Change-Id: Id3bfec99db93090039daa4fab85f2c1c0e734c76
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoMerge "Build gtest when gcov flag is defined only" into tizen accepted/tizen/unified/20200716.144629 submit/tizen/20200713.104101
seonah moon [Mon, 13 Jul 2020 07:34:52 +0000 (07:34 +0000)]
Merge "Build gtest when gcov flag is defined only" into tizen

3 years agoBuild gtest when gcov flag is defined only 73/238373/1
Seonah Moon [Mon, 13 Jul 2020 06:08:51 +0000 (15:08 +0900)]
Build gtest when gcov flag is defined only

--wrap option causes build error on specific build system.

Change-Id: Iedea24a5fa7c44368e2641bdf23a53fcdd3157f4

3 years agoClean va args before return 59/238259/2
Cheoleun Moon [Fri, 10 Jul 2020 04:39:13 +0000 (13:39 +0900)]
Clean va args before return

Change-Id: I2346841911eb727fb8edf5f99db79f715fd65ca5

3 years agoDisable lto option when building gtest 73/237573/1 accepted/tizen/unified/20200713.132955 submit/tizen/20200707.021111 submit/tizen/20200713.022914
Seonah Moon [Wed, 1 Jul 2020 10:37:57 +0000 (19:37 +0900)]
Disable lto option when building gtest

--wrap option cannot be used with -flto

Change-Id: I86c2514daddf356ae1c1e85b6e0f06743881a4a3

3 years agogtest: add testcases for asnyc API 54/237154/3 accepted/tizen/unified/20200701.123304 submit/tizen/20200629.040440
Seonah Moon [Thu, 25 Jun 2020 09:57:14 +0000 (18:57 +0900)]
gtest: add testcases for asnyc API

Change-Id: I32b69ba7efca7a06d0d29ca5b6ebd601dccedb64

3 years agoAdd gtest for line coverage 31/237031/4
Seonah Moon [Wed, 24 Jun 2020 06:38:32 +0000 (15:38 +0900)]
Add gtest for line coverage

- Add testcases for sync API
- Remove LCOV macro
- Fix some bugs (memory leak, ...)

Change-Id: Ib57df16aa1c56e34a623fdb05e5cdb4f39c197cc

4 years agoFix memory leak 90/223590/2 accepted/tizen/unified/20200205.125337 submit/tizen/20200204.080737
Seonah Moon [Fri, 31 Jan 2020 04:53:57 +0000 (13:53 +0900)]
Fix memory leak

WGID-427792

Change-Id: I8788932658bc5b65f94354c7c9c33c76c6bba288

4 years ago[CID-1104372] Fix NULL pointer dereference 64/222764/1
Seonah Moon [Mon, 20 Jan 2020 01:54:51 +0000 (10:54 +0900)]
[CID-1104372] Fix NULL pointer dereference

g_dbus_proxy_call_finish() returns NULL if error is set.

Change-Id: I5898e36577999cb5b4cb05b2b523b1f92b965e43

4 years agoFix format-trunctation warning from gcc 9 19/220919/1 accepted/tizen/unified/20191227.142715 submit/tizen/20191226.234511
Semun Lee [Thu, 26 Dec 2019 02:08:39 +0000 (11:08 +0900)]
Fix format-trunctation warning from gcc 9

Change-Id: Ia1edce376a4c9ef1521a0d1f1837324df27517a3
Signed-off-by: Semun Lee <semun.lee@samsung.com>
4 years agoMerge "Added support of SAE security mode." into tizen accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.030305 accepted/tizen/5.5/unified/mobile/hotfix/20201027.064941 accepted/tizen/5.5/unified/wearable/hotfix/20201027.121010 accepted/tizen/unified/20190705.041533 submit/tizen/20190704.051030 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 submit/tizen_5.5_wearable_hotfix/20201026.184302 tizen_5.5.m2_release
Jaehyun Kim [Thu, 4 Jul 2019 05:08:19 +0000 (05:08 +0000)]
Merge "Added support of SAE security mode." into tizen

4 years agoDo not pack untested gcov objects 05/208905/1 submit/tizen/20190702.011709 submit/tizen/20190704.043443
Seonah Moon [Mon, 1 Jul 2019 07:19:13 +0000 (16:19 +0900)]
Do not pack untested gcov objects

Change-Id: Ie9ba34cbab0ed7ac501c6d9d2a14497c82513980

4 years agoMake a gcov package for coverage 28/208828/1
Seonah Moon [Mon, 1 Jul 2019 01:38:58 +0000 (10:38 +0900)]
Make a gcov package for coverage

Change-Id: Ia4e30b43d9ecc21713d0d2359c637537f35e9e4b

4 years agoAdded support of SAE security mode. 88/208288/1
Mayank Haarit [Fri, 21 Jun 2019 06:25:30 +0000 (11:55 +0530)]
Added support of SAE security mode.

Change-Id: I2e2321bce63af792b23798fb0fb78acfbc76ed1d
Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
4 years agoRemove unnecessary openssl dependency 44/206344/2
Dariusz Michaluk [Thu, 16 May 2019 14:21:14 +0000 (16:21 +0200)]
Remove unnecessary openssl dependency

Change-Id: Id8930b7e110b5ef29b992b877d83f398d5c1f1d2
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
5 years agoMerge "free memory after g_variant_get" into tizen accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.013731 accepted/tizen/unified/20180827.071349 submit/tizen/20180824.060624 submit/tizen_5.0/20181101.000002
cheoleun moon [Tue, 21 Aug 2018 23:34:18 +0000 (23:34 +0000)]
Merge "free memory after g_variant_get" into tizen

5 years agoMerge "Avoid infinite DBus timeout when tethering enable fails" into tizen
cheoleun moon [Tue, 21 Aug 2018 23:33:32 +0000 (23:33 +0000)]
Merge "Avoid infinite DBus timeout when tethering enable fails" into tizen

5 years agoFix double unref 86/184586/1 accepted/tizen/unified/20180723.083230 submit/tizen/20180720.042548
Seonah Moon [Thu, 19 Jul 2018 04:36:06 +0000 (13:36 +0900)]
Fix double unref

Change-Id: Ia5c296bb2bcf2940a8fd2364f54a3efc2ae4f191

5 years agofree memory after g_variant_get 09/181409/2
Milind Murhekar [Wed, 13 Jun 2018 12:16:27 +0000 (17:46 +0530)]
free memory after g_variant_get

Change-Id: I3aa5e1d85b21029bc7eac4b23e78d7743f03da3f
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
5 years agoAvoid infinite DBus timeout when tethering enable fails 94/181394/3
Milind Murhekar [Wed, 13 Jun 2018 06:42:32 +0000 (12:12 +0530)]
Avoid infinite DBus timeout when tethering enable fails

Description: This patch avoids the infinite Dbus timeout
if API fails.

Change-Id: I0008808412f9c65331fd512c1576ad0473edd218
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
5 years agoEnable IPv6 tethering for USB 40/180840/1 accepted/tizen/unified/20180612.044147 submit/tizen/20180611.081404
Seonah Moon [Mon, 19 Feb 2018 10:43:14 +0000 (19:43 +0900)]
Enable IPv6 tethering for USB

Change-Id: Ib6c61fc9332bd5ea1c6b6bc51a14af292d480621

6 years agoFix coverity issues (CID-109130, 108390, 106771, 110740, 110111) 60/174060/2 accepted/tizen/unified/20180403.152119 submit/tizen/20180329.051456
chleun.moon [Wed, 28 Mar 2018 01:02:04 +0000 (10:02 +0900)]
Fix coverity issues (CID-109130, 108390, 106771, 110740, 110111)
109130, 108390: Unused value
106771: Unchecked return value from library
110740: Unchecked return value
110111: Logically dead code

Change-Id: Icf17c1ca745fd6da56e0f31e1e94d7f2338496f9
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
6 years agoMerge "Fix dereference issues" into tizen accepted/tizen/unified/20180320.141332 submit/tizen/20180318.231541 submit/tizen/20180320.043504
taesub kim [Fri, 16 Mar 2018 00:13:24 +0000 (00:13 +0000)]
Merge "Fix dereference issues" into tizen

6 years agoFix dereference issues 78/172178/2
Seonah Moon [Mon, 12 Mar 2018 08:19:11 +0000 (17:19 +0900)]
Fix dereference issues

CID-106471, 110014, 110275

Change-Id: I2fd79201c9bf28827acb9977e59424f59ba942a1

6 years agofree GVariant instance after sending the dbus signal 54/168954/2
Milind Murhekar [Thu, 1 Feb 2018 10:11:52 +0000 (15:41 +0530)]
free GVariant instance after sending the dbus signal

Description: This patch frees the memory of GVariant instance
which is used during emiting Dbus signal.

Change-Id: Ie2314e8ffe872f4bd1e1c812b963f2902e9c4965
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
6 years agoRefactoring for tethering channel value 50/168950/2
Milind Murhekar [Thu, 1 Feb 2018 10:01:28 +0000 (15:31 +0530)]
Refactoring for tethering channel value

Change-Id: Ie8105dfbc66be773ac0ef2d69aca3b3ac924727a
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
6 years agoAdd new rpm package for test application #2 43/164743/1 accepted/tizen/unified/20171222.062613 submit/tizen/20171221.073315
taesub kim [Wed, 20 Dec 2017 23:30:00 +0000 (08:30 +0900)]
Add new rpm package for test application #2

Change-Id: I67afd639968b92abf95fd4b0077b238756d6bf65
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
6 years agoAdd new rpm package for test application 96/164496/1
Seonah Moon [Tue, 19 Dec 2017 09:19:41 +0000 (18:19 +0900)]
Add new rpm package for test application

Change-Id: I60d4afa59a2b25c9c40a81084dd7b0f2aa65dbde

6 years agoFix duplicated unref() 09/160009/1 accepted/tizen/unified/20171117.125010 submit/tizen/20171116.232504
Seonah Moon [Tue, 14 Nov 2017 06:08:19 +0000 (15:08 +0900)]
Fix duplicated unref()

Change-Id: I57c39c36f368c7c429a6df2769e7d5a4a0068a61

6 years agoUse read() instead of scanf for string inputs in test-app 34/139134/3 accepted/tizen/4.0/unified/20170828.223817 accepted/tizen/unified/20170811.021038 submit/tizen/20170803.074947 submit/tizen/20170809.085632 submit/tizen_4.0/20170828.100002 tizen_4.0.IoT.p1_release tizen_4.0.m2_release
Milind Ramesh Murhekar [Mon, 17 Jul 2017 11:31:08 +0000 (17:01 +0530)]
Use read() instead of scanf for string inputs in test-app

Description: This patch uses read() instead of scanf
for SSID, passphrase and WPS PIN inputs.

should use read() for buffer overflow protection,
to take control over the user input string.

Change-Id: I22313a145921ef1023f7ef8d40f94aa305fe8867
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
6 years agoAllow notification for connected client devices for P2P Tethering. 14/136914/1 accepted/tizen/4.0/unified/20170816.012724 accepted/tizen/4.0/unified/20170816.015854 accepted/tizen/unified/20170707.154546 submit/tizen/20170706.230808 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Milind Ramesh Murhekar [Mon, 3 Jul 2017 11:59:00 +0000 (17:29 +0530)]
Allow notification for connected client devices for P2P Tethering.

Description: This patch allows the existing API's to notify
the connected client info to the Application.

Change-Id: Id0cf69d8d634b73a423f7c7fe0cbf66b8512ecb9
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
6 years ago[RQ170613-00091] Fixed invalid format arguments for dlog 34/135334/1 accepted/tizen/unified/20170703.064309 submit/tizen/20170622.041854 submit/tizen/20170703.005838
Seonah Moon [Thu, 22 Jun 2017 02:22:28 +0000 (11:22 +0900)]
[RQ170613-00091] Fixed invalid format arguments for dlog

Change-Id: Idbb03de04e1fff47248998f9ae7309979688ca1f
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoFixed precondition check for the ethernet network 01/135201/3
Seonah Moon [Wed, 21 Jun 2017 07:18:56 +0000 (16:18 +0900)]
Fixed precondition check for the ethernet network

Change-Id: I1a02f3f0af05d4e2bde2697d570cf80b2ed3ee84
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoAdd LCOV comment for line coverage 03/134403/2 submit/tizen/20170620.103311
Seonah Moon [Fri, 16 Jun 2017 08:24:22 +0000 (17:24 +0900)]
Add LCOV comment for line coverage

Change-Id: I25ace7ed4f5b7b39a85c9188a4baed99fd07993a
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoAdd tethering handle list 83/132883/1 accepted/tizen/unified/20170612.171439 submit/tizen/20170612.082510
Seonah Moon [Thu, 8 Jun 2017 06:59:11 +0000 (15:59 +0900)]
Add tethering handle list

Change-Id: I178cc28ed14eeb3c9e6e05c5e0d9cc71e00bc18a

6 years agoAdded Wifi direct tethering feature for Tizen 4.0 08/128108/5 accepted/tizen/unified/20170608.184735 submit/tizen/20170608.074045
Milind Ramesh Murhekar [Fri, 5 May 2017 12:14:14 +0000 (17:44 +0530)]
Added Wifi direct tethering feature for Tizen 4.0

Description: This patch adds the wifi direct tethering
feature over p2p connection.

Change-Id: I4200f381de5c286f0d866ee13a670ff0c1577eb9
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
6 years agoMerge "Add new feature for wifi-direct type" into tizen accepted/tizen/unified/20170602.154213 submit/tizen/20170601.042236
taesub kim [Tue, 30 May 2017 03:28:54 +0000 (03:28 +0000)]
Merge "Add new feature for wifi-direct type" into tizen

6 years agoMerge "Removed code for resetting MAC address" into tizen
taesub kim [Tue, 30 May 2017 03:28:09 +0000 (03:28 +0000)]
Merge "Removed code for resetting MAC address" into tizen

6 years agoAdd new feature for wifi-direct type 87/129187/1
Seonah Moon [Mon, 15 May 2017 09:46:34 +0000 (18:46 +0900)]
Add new feature for wifi-direct type

Change-Id: Ifd087b68be6f9fb2416099767f9f7cebfa3570a1
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years ago[TNEXT-551] Fixed wrong dbus arguments 01/129101/2 accepted/tizen/unified/20170515.074606 submit/tizen/20170515.042331 tizen_4.0.m1_release
Seonah Moon [Mon, 15 May 2017 02:28:42 +0000 (11:28 +0900)]
[TNEXT-551] Fixed wrong dbus arguments

Change-Id: If5109db85a9d58c7e245a55703f75871425bbb68
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
6 years agoRemoved code for resetting MAC address 97/128897/1
Seonah Moon [Fri, 12 May 2017 04:14:28 +0000 (13:14 +0900)]
Removed code for resetting MAC address

Change-Id: Ieac39e6d460d8baca7b596c8886a13f7fd21a630
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agobug fix: Add address type to disable dbus method 78/124478/1 accepted/tizen/unified/20170417.082449 submit/tizen/20170414.032608
Seonah Moon [Tue, 11 Apr 2017 10:28:20 +0000 (19:28 +0900)]
bug fix: Add address type to disable dbus method

Change-Id: I9f5cdc4ad43843004768aec89ea70f9c5232974b
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoBug fix: remove unused signal 74/123174/1 accepted/tizen/unified/20170406.173415 submit/tizen/20170406.062437
Seonah Moon [Wed, 5 Apr 2017 01:17:46 +0000 (10:17 +0900)]
Bug fix: remove unused signal

Change-Id: I9a9006cc4ccd8fdd4e796becdff0af41a5a3bc61
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoRemove unused info file and macro 42/122942/1
Seonah Moon [Tue, 4 Apr 2017 04:45:46 +0000 (13:45 +0900)]
Remove unused info file and macro

Change-Id: I59209cf2c3d3ae638a1557f41803d037410c68f6
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoAdded new APIs for IPv6 tethering 02/122402/2
Seonah Moon [Fri, 31 Mar 2017 07:18:06 +0000 (16:18 +0900)]
Added new APIs for IPv6 tethering

Change-Id: I137d2dbcf63c6b94e638b7ae957b22563d0e3259
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoChange 'Feature List' link 44/122644/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170404.142727 accepted/tizen/ivi/20170404.060818 accepted/tizen/mobile/20170404.060640 accepted/tizen/tv/20170404.060736 accepted/tizen/unified/20170404.060844 accepted/tizen/wearable/20170404.060800 submit/tizen/20170404.011910
Seonah Moon [Mon, 3 Apr 2017 05:51:29 +0000 (14:51 +0900)]
Change 'Feature List' link

Change-Id: Iea84d8cacd6b1e61a185bf9070a1ef6f5c9c6f7e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoChanged the path of license by using '%license' macro 08/120208/1 accepted/tizen/common/20170324.122759 accepted/tizen/ivi/20170324.111314 accepted/tizen/mobile/20170324.111010 accepted/tizen/tv/20170324.111141 accepted/tizen/unified/20170324.111356 accepted/tizen/wearable/20170324.111224 submit/tizen/20170324.043751 submit/tizen/20170324.072948
Seonah Moon [Wed, 22 Mar 2017 05:59:22 +0000 (14:59 +0900)]
Changed the path of license by using '%license' macro

Change-Id: I87a13d912701ce12902eb08e15ad777a54346e12
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years ago[Tizen 3.0 Product] Enable debug logs 63/112563/2 accepted/tizen/common/20170210.170525 accepted/tizen/ivi/20170214.011038 accepted/tizen/mobile/20170214.010829 accepted/tizen/tv/20170214.010921 accepted/tizen/unified/20170309.032018 accepted/tizen/wearable/20170214.011006 submit/tizen/20170210.072732 submit/tizen/20170210.083740 submit/tizen_unified/20170308.100405
Milind Ramesh Murhekar [Wed, 1 Feb 2017 11:40:38 +0000 (17:10 +0530)]
[Tizen 3.0 Product] Enable debug logs

Description:
This Patch enables the debugging logs for Hotel TV support
for SoftAP feature, Currently there is no logs shown
on Hotel TV for M/W.

Change-Id: I653eca855231b292567f593f371182d549409410
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
7 years agoFixed feature check 17/99617/1 accepted/tizen/common/20161125.095612 accepted/tizen/ivi/20161128.000828 accepted/tizen/ivi/20161208.012402 accepted/tizen/mobile/20161128.000629 accepted/tizen/mobile/20161208.012351 accepted/tizen/tv/20161128.000743 accepted/tizen/tv/20161208.012356 accepted/tizen/wearable/20161128.000812 accepted/tizen/wearable/20161208.012359 submit/tizen/20161125.052705 submit/tizen/20161207.114302
Seonah Moon [Wed, 23 Nov 2016 11:07:12 +0000 (20:07 +0900)]
Fixed feature check

Change-Id: Ia1356eb36479d6dfed519aa660d3ae15b334bfed
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoMerge "Reset changed mac address after finishing tethering" into tizen
cheoleun moon [Thu, 17 Nov 2016 07:17:28 +0000 (23:17 -0800)]
Merge "Reset changed mac address after finishing tethering" into tizen

7 years agoReset changed mac address after finishing tethering 80/98180/1
Seonah Moon [Wed, 16 Nov 2016 10:37:25 +0000 (19:37 +0900)]
Reset changed mac address after finishing tethering

Change-Id: Ife8e3db52a073f9ff86edbb6a35b6183fa8c8ebb
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years ago[Tizen 3.0 Product] Added precondition check for ethernet 36/91036/1 accepted/tizen/3.0/common/20161114.105328 accepted/tizen/3.0/ivi/20161028.123003 accepted/tizen/3.0/mobile/20161028.122250 accepted/tizen/3.0/tv/20161028.122548 accepted/tizen/3.0/wearable/20161028.122804 accepted/tizen/common/20161012.154229 accepted/tizen/ivi/20161012.113714 accepted/tizen/mobile/20161012.113617 accepted/tizen/tv/20161012.113646 accepted/tizen/wearable/20161012.113709 submit/tizen/20161012.014104 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082323 submit/tizen_3.0_common/20161104.104000
Milind Ramesh Murhekar [Wed, 5 Oct 2016 10:40:19 +0000 (16:10 +0530)]
[Tizen 3.0 Product] Added precondition check for ethernet

Description: This patch modifies the precondition check
for Data Network via ethernet,
This change is specific for Tizen 3.0 Product not for
public Tizen 3.0

Change-Id: I9d36a0bccd22a10d42c3bb07c611464a3acfae8d
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
7 years agoRemove unused build options 95/84295/1 accepted/tizen/3.0/ivi/20161011.065108 accepted/tizen/3.0/mobile/20161015.034336 accepted/tizen/3.0/tv/20161016.005727 accepted/tizen/3.0/wearable/20161015.084443 accepted/tizen/common/20160818.144457 accepted/tizen/ivi/20160818.232016 accepted/tizen/mobile/20160818.232008 accepted/tizen/tv/20160818.232012 accepted/tizen/wearable/20160818.232001 submit/tizen/20160818.053744 submit/tizen_3.0_ivi/20161010.000007 submit/tizen_3.0_mobile/20161015.000007 submit/tizen_3.0_tv/20161015.000005 submit/tizen_3.0_wearable/20161015.000006
Seonah Moon [Thu, 18 Aug 2016 01:52:41 +0000 (10:52 +0900)]
Remove unused build options

Change-Id: I1449b46ce36f3225043ffd16649dca38d7f01ab9
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoImplemented WPS feature 20/82420/1 accepted/tizen/common/20160805.130338 accepted/tizen/ivi/20160809.011153 accepted/tizen/mobile/20160809.011052 accepted/tizen/tv/20160809.011105 accepted/tizen/wearable/20160809.011125 submit/tizen/20160805.043713 submit/tizen/20160805.060940
Seonah Moon [Wed, 3 Aug 2016 06:49:15 +0000 (15:49 +0900)]
Implemented WPS feature

Change-Id: I868f063f7d97f37881a8ab79b774e365c11df56d
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoFixed wrong 'format string' for Wi-Fi reload 79/78279/1 accepted/tizen/common/20160705.170109 accepted/tizen/ivi/20160705.101127 accepted/tizen/mobile/20160705.101218 accepted/tizen/tv/20160705.101137 accepted/tizen/wearable/20160705.101204 submit/tizen/20160705.050742
Seonah Moon [Tue, 5 Jul 2016 04:28:25 +0000 (13:28 +0900)]
Fixed wrong 'format string' for Wi-Fi reload

Change-Id: I399fb5945b1a69e1acdf5903af19f8f890034122
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoAdd new Wi-Fi tethering APIs 26/74626/7 accepted/tizen/common/20160627.192104 accepted/tizen/ivi/20160628.014606 accepted/tizen/mobile/20160628.014621 accepted/tizen/tv/20160628.014556 accepted/tizen/wearable/20160628.014613 submit/tizen/20160627.065721
Seonah Moon [Wed, 15 Jun 2016 04:06:44 +0000 (13:06 +0900)]
Add new Wi-Fi tethering APIs

- control mtu
- change mac
- set/get max connected device
- port forwarding
- port filtering
- vpn passthrough

Change-Id: I76a3768bd5f25925bfaa7395fde89d78d8922d87
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoCheck tethering feature when tethering_wifi_remove_blocked_mac_list is called 53/75153/2 accepted/tizen/common/20160617.121924 accepted/tizen/ivi/20160620.024309 accepted/tizen/mobile/20160620.024144 accepted/tizen/tv/20160620.024216 accepted/tizen/wearable/20160620.024241 submit/tizen/20160617.081742
Seonah Moon [Fri, 17 Jun 2016 01:46:18 +0000 (10:46 +0900)]
Check tethering feature when tethering_wifi_remove_blocked_mac_list is called

Change-Id: Ib10657c8de46354a34cc20cb7a6a31f9ed40f1b3
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoFixed wrong parameter for checking feature 92/74992/1
Seonah Moon [Thu, 16 Jun 2016 08:22:58 +0000 (17:22 +0900)]
Fixed wrong parameter for checking feature

Change-Id: I255ccd5f49e6a3ffed959878dde0a5f774ab568c
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoAdd API detail for Wi-Fi set/get tethering txpower. 77/71177/5 accepted/tizen/common/20160606.141816 accepted/tizen/ivi/20160602.230620 accepted/tizen/mobile/20160602.230553 accepted/tizen/tv/20160602.230610 accepted/tizen/wearable/20160602.230537 submit/tizen/20160602.021703 submit/tizen_common/20160606.122615
Sumit Aggarwal [Tue, 24 May 2016 15:58:40 +0000 (21:28 +0530)]
Add API detail for Wi-Fi set/get tethering txpower.

Change-Id: Ib866dddaa4b200e00a5987636a7079d83e96b5f0
Signed-off-by: Sumit Aggarwal <aggarwal.s@samsung.com>
7 years agoAdd APIs to support Wi-Fi tethering txpower 77/69977/4 accepted/tizen/common/20160524.150700 accepted/tizen/ivi/20160525.004148 accepted/tizen/mobile/20160525.004048 accepted/tizen/tv/20160525.004107 accepted/tizen/wearable/20160525.004133 submit/tizen/20160524.071953
Seonah Moon [Fri, 20 May 2016 07:24:10 +0000 (16:24 +0900)]
Add APIs to support Wi-Fi tethering txpower

Change-Id: I2281f0e95da2a25f0efb609c3dac084c7df01776
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoChange the path of temp file 71/69071/3 accepted/tizen/common/20160519.191033 accepted/tizen/ivi/20160518.090607 accepted/tizen/mobile/20160518.090528 accepted/tizen/tv/20160518.090540 accepted/tizen/wearable/20160518.090518 submit/tizen/20160518.015500
Seonah Moon [Wed, 11 May 2016 10:18:28 +0000 (19:18 +0900)]
Change the path of temp file

Change-Id: Ied3f1058760bed5a2fd2917820fd4ffe29dedb73
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoMerge "Implement APIs to get allowed/blocked mac list" into tizen accepted/tizen/common/20160429.170455 accepted/tizen/ivi/20160429.074240 accepted/tizen/mobile/20160429.074153 accepted/tizen/tv/20160429.074206 accepted/tizen/wearable/20160429.074222 submit/tizen/20160429.020129
taesub kim [Fri, 29 Apr 2016 01:23:06 +0000 (18:23 -0700)]
Merge "Implement APIs to get allowed/blocked mac list" into tizen

8 years agoImplement APIs to get allowed/blocked mac list 64/67664/3
Seonah Moon [Thu, 28 Apr 2016 02:32:17 +0000 (11:32 +0900)]
Implement APIs to get allowed/blocked mac list

Change-Id: I9496b37f6a0a388c6a4438c15ad2d9fe32ef6081
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoAdd lcov comments for line coverage 03/67603/1
Seonah Moon [Wed, 27 Apr 2016 11:14:42 +0000 (20:14 +0900)]
Add lcov comments for line coverage

Change-Id: I6354ca5c6dcfef7f33b2c44e24d050c23a6a7fb7
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoMerge "Remove 'reserved (wifi ap)' type" into tizen accepted/tizen/common/20160425.144840 accepted/tizen/ivi/20160425.093759 accepted/tizen/mobile/20160425.093727 accepted/tizen/tv/20160425.093810 accepted/tizen/wearable/20160425.093745 submit/tizen/20160425.005628
taesub kim [Mon, 25 Apr 2016 00:55:44 +0000 (17:55 -0700)]
Merge "Remove 'reserved (wifi ap)' type" into tizen

8 years agoChage the GDBusProxyFlags to launch mobileap-agent on demand 30/66930/1 accepted/tizen/common/20160422.172021 accepted/tizen/ivi/20160422.070445 accepted/tizen/mobile/20160422.070556 accepted/tizen/tv/20160422.070437 accepted/tizen/wearable/20160422.070436 submit/tizen/20160422.054631
Seonah Moon [Fri, 22 Apr 2016 05:23:55 +0000 (14:23 +0900)]
Chage the GDBusProxyFlags to launch mobileap-agent on demand

Change-Id: Iac3d01cfdecd05fa4cb766f88f4d70ea15d528ad
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoRemove 'reserved (wifi ap)' type 02/65902/2
Seonah Moon [Thu, 14 Apr 2016 02:15:40 +0000 (11:15 +0900)]
Remove 'reserved (wifi ap)' type

The Softap supprots Wi-Fi AP type.

Change-Id: I41679aed63d329f08093c42f317b03fec79d7408
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoMerge "Apply Tizen coding rules" into tizen
taesub kim [Mon, 11 Apr 2016 11:18:34 +0000 (04:18 -0700)]
Merge "Apply Tizen coding rules" into tizen

8 years ago[SVACE][TIZEN_3.0_Wearable][Critical][WGID 72171] DEREF_OF_NULL 18/65518/1 accepted/tizen/common/20160411.130828 accepted/tizen/ivi/20160412.005858 accepted/tizen/mobile/20160412.005853 accepted/tizen/tv/20160412.005803 accepted/tizen/wearable/20160412.005824 submit/tizen/20160411.105802
Seonah Moon [Mon, 11 Apr 2016 10:19:30 +0000 (19:19 +0900)]
[SVACE][TIZEN_3.0_Wearable][Critical][WGID 72171] DEREF_OF_NULL

Change-Id: I64c176bf1297a16ad2395822b9e95676939393b8
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoApply Tizen coding rules 57/65257/1
Seonah Moon [Fri, 8 Apr 2016 06:25:10 +0000 (15:25 +0900)]
Apply Tizen coding rules

Change-Id: I6c397f399d67892bf21686632c570db88988d305
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years ago[SVACE][TIZEN_3.0_TV][Critical][WGID 35065] STATIC_OVERFLOW.SCANF 69/61369/1 accepted/tizen/common/20160307.154930 accepted/tizen/ivi/20160308.023028 accepted/tizen/mobile/20160308.022839 accepted/tizen/tv/20160308.022915 accepted/tizen/wearable/20160308.022959 submit/tizen/20160307.114611
Seonah Moon [Mon, 7 Mar 2016 10:56:22 +0000 (19:56 +0900)]
[SVACE][TIZEN_3.0_TV][Critical][WGID 35065] STATIC_OVERFLOW.SCANF

Change-Id: Iaefa0faa0005735c8dcc06448c9cf89e34425186
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>