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>
Seonah Moon [Tue, 6 Sep 2022 05:00:07 +0000 (14:00 +0900)]
Fix NULL pointer dereference
Change-Id: Ic26845acba0aa2ea9b955885bea1cdb8bdefe876
Seonah Moon [Tue, 30 Aug 2022 08:30:27 +0000 (17:30 +0900)]
Remove duplicated codes
Change-Id: I4a10a0a94a543d2c876d49714ff1734576e789ea
Seonah Moon [Thu, 23 Jun 2022 02:51:53 +0000 (11:51 +0900)]
Do not build unittest when ASAN is enabled
Change-Id: If56b15384902dd1e8e5fee80a41e3c76eaec38a1
Seonah Moon [Thu, 9 Jun 2022 05:17:12 +0000 (14:17 +0900)]
Apply gcov automation
Change-Id: I923a0c75323f1abd7f8f6b6896e2cf9f66631bc1
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>
Seonah Moon [Wed, 26 Jan 2022 05:57:44 +0000 (14:57 +0900)]
Change a gcov path
Change-Id: I763e0e5841bffb77b6ca846794f62935413ac4cb
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>
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>
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>
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>
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>
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>
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
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>
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
Seonah Moon [Mon, 21 Sep 2020 10:24:47 +0000 (19:24 +0900)]
Fix typo
Change-Id: Ia9c4999350a4b8e3d30c1e950a0af6a55cff016b
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>
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>
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>
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>
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>
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>
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>
Seonah Moon [Tue, 11 Aug 2020 08:22:22 +0000 (17:22 +0900)]
Fix doxygen
Change-Id: I470525a45d4ddac9162600784dc146c73988b7cb
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>
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>
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>
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>
seonah moon [Mon, 13 Jul 2020 07:34:52 +0000 (07:34 +0000)]
Merge "Build gtest when gcov flag is defined only" into tizen
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
Cheoleun Moon [Fri, 10 Jul 2020 04:39:13 +0000 (13:39 +0900)]
Clean va args before return
Change-Id: I2346841911eb727fb8edf5f99db79f715fd65ca5
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
Seonah Moon [Thu, 25 Jun 2020 09:57:14 +0000 (18:57 +0900)]
gtest: add testcases for asnyc API
Change-Id: I32b69ba7efca7a06d0d29ca5b6ebd601dccedb64
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
Seonah Moon [Fri, 31 Jan 2020 04:53:57 +0000 (13:53 +0900)]
Fix memory leak
WGID-427792
Change-Id: I8788932658bc5b65f94354c7c9c33c76c6bba288
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
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>
Jaehyun Kim [Thu, 4 Jul 2019 05:08:19 +0000 (05:08 +0000)]
Merge "Added support of SAE security mode." into tizen
Seonah Moon [Mon, 1 Jul 2019 07:19:13 +0000 (16:19 +0900)]
Do not pack untested gcov objects
Change-Id: Ie9ba34cbab0ed7ac501c6d9d2a14497c82513980
Seonah Moon [Mon, 1 Jul 2019 01:38:58 +0000 (10:38 +0900)]
Make a gcov package for coverage
Change-Id: Ia4e30b43d9ecc21713d0d2359c637537f35e9e4b
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>
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>
cheoleun moon [Tue, 21 Aug 2018 23:34:18 +0000 (23:34 +0000)]
Merge "free memory after g_variant_get" 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
Seonah Moon [Thu, 19 Jul 2018 04:36:06 +0000 (13:36 +0900)]
Fix double unref
Change-Id: Ia5c296bb2bcf2940a8fd2364f54a3efc2ae4f191
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>
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>
Seonah Moon [Mon, 19 Feb 2018 10:43:14 +0000 (19:43 +0900)]
Enable IPv6 tethering for USB
Change-Id: Ib6c61fc9332bd5ea1c6b6bc51a14af292d480621
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>
taesub kim [Fri, 16 Mar 2018 00:13:24 +0000 (00:13 +0000)]
Merge "Fix dereference issues" into tizen
Seonah Moon [Mon, 12 Mar 2018 08:19:11 +0000 (17:19 +0900)]
Fix dereference issues
CID-106471, 110014, 110275
Change-Id: I2fd79201c9bf28827acb9977e59424f59ba942a1
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>
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>
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>
Seonah Moon [Tue, 19 Dec 2017 09:19:41 +0000 (18:19 +0900)]
Add new rpm package for test application
Change-Id: I60d4afa59a2b25c9c40a81084dd7b0f2aa65dbde
Seonah Moon [Tue, 14 Nov 2017 06:08:19 +0000 (15:08 +0900)]
Fix duplicated unref()
Change-Id: I57c39c36f368c7c429a6df2769e7d5a4a0068a61
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>
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>
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>
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>
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>
Seonah Moon [Thu, 8 Jun 2017 06:59:11 +0000 (15:59 +0900)]
Add tethering handle list
Change-Id: I178cc28ed14eeb3c9e6e05c5e0d9cc71e00bc18a
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>
taesub kim [Tue, 30 May 2017 03:28:54 +0000 (03:28 +0000)]
Merge "Add new feature for wifi-direct type" into tizen
taesub kim [Tue, 30 May 2017 03:28:09 +0000 (03:28 +0000)]
Merge "Removed code for resetting MAC address" into tizen
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
cheoleun moon [Thu, 17 Nov 2016 07:17:28 +0000 (23:17 -0800)]
Merge "Reset changed mac address after finishing tethering" into tizen
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
taesub kim [Fri, 29 Apr 2016 01:23:06 +0000 (18:23 -0700)]
Merge "Implement APIs to get allowed/blocked mac list" into tizen
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>
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>
taesub kim [Mon, 25 Apr 2016 00:55:44 +0000 (17:55 -0700)]
Merge "Remove 'reserved (wifi ap)' type" into tizen
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>
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>
taesub kim [Mon, 11 Apr 2016 11:18:34 +0000 (04:18 -0700)]
Merge "Apply Tizen coding rules" into tizen
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>
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>
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>
taesub kim [Mon, 7 Mar 2016 04:26:31 +0000 (20:26 -0800)]
Merge "Change dbus service name for mobileap-agent and add test case for getting channel, hw_mode" into tizen