platform/core/api/softap.git
8 months agoUpdate API description 16/318416/1 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen tizen_9.0 accepted/tizen/9.0/unified/20241030.231928 accepted/tizen/unified/20241007.161048 accepted/tizen/unified/toolchain/20241022.122243 accepted/tizen/unified/toolchain/20241022.122741 accepted/tizen/unified/x/20241008.034722 accepted/tizen/unified/x/asan/20241013.235514 tizen_9.0_m2_release
Seonah Moon [Fri, 27 Sep 2024 13:01:55 +0000 (22:01 +0900)]
Update API description

Change-Id: Ifa1a383168b616e1c802734bedd29eb016df9368

12 months agoAdd LCOV macro to exclude test code 50/311250/1 accepted/tizen_unified_dev accepted/tizen/unified/20240611.122625 accepted/tizen/unified/dev/20240620.004506 accepted/tizen/unified/toolchain/20240624.121223 accepted/tizen/unified/x/20240612.025842 accepted/tizen/unified/x/asan/20240625.091627
Jaehyun Kim [Fri, 17 May 2024 01:24:53 +0000 (10:24 +0900)]
Add LCOV macro to exclude test code

Change-Id: I6034390da03939196f2c37e7dd3cded776e9c5e3
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
14 months agoRemove tests related gcno files 52/309052/1 accepted/tizen/unified/20240405.115717 accepted/tizen/unified/x/20240408.053704
Jaehyun Kim [Thu, 4 Apr 2024 07:45:29 +0000 (16:45 +0900)]
Remove tests related gcno files

Change-Id: I944890a5256cce09c76aa8ab1a315eb4e2ba5992
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
14 months agoFix resource leak 33/308333/1 accepted/tizen/unified/20240322.174318 accepted/tizen/unified/x/20240326.073025
Seonah Moon [Thu, 21 Mar 2024 10:25:51 +0000 (19:25 +0900)]
Fix resource leak

Change-Id: I8dc843b9996921825968bc2e032bccb925b71062

15 months agoFix from -std=c++11 to -std=c++14 for gtest 1.14.0 version upgrade 05/307905/1 accepted/tizen/unified/x/20240319.055405
JinWang An [Thu, 14 Mar 2024 06:28:42 +0000 (15:28 +0900)]
Fix from -std=c++11 to -std=c++14 for gtest 1.14.0 version upgrade

Change-Id: I672abdb8a932ee6c871d92a9bb375a741d276cda
Signed-off-by: JinWang An <jinwang.an@samsung.com>
15 months agoFix the gcov build error 79/307679/1 accepted/tizen/unified/20240313.134403 accepted/tizen/unified/20240313.135517 accepted/tizen/unified/x/20240314.073135
Seonah Moon [Tue, 12 Mar 2024 07:42:00 +0000 (16:42 +0900)]
Fix the gcov build error

Change-Id: Ieeaa83753003a0df1fc0f0176e8c1449e33b539c

17 months agoExtract SoftApVconf class 96/303296/5
cheoleun moon [Fri, 22 Dec 2023 15:03:16 +0000 (00:03 +0900)]
Extract SoftApVconf class

The softap.cpp is a very long file with 1704 lines.
This made it difficult to understand the code, so it was necessary to reduce the length of the file.
First, the functions that use vconf to get data were moved to be processed in SoftApVconf.

Test Result
[   15s] [----------] 8 tests from SoftapVconfTest
[   15s] [ RUN      ] SoftapVconfTest.getCommonSsidP
[   15s] [       OK ] SoftapVconfTest.getCommonSsidP (0 ms)
[   15s] [ RUN      ] SoftapVconfTest.getCommonSsidN
[   15s] [       OK ] SoftapVconfTest.getCommonSsidN (8 ms)
[   15s] [ RUN      ] SoftapVconfTest.getSecurityTypeP
[   15s] [       OK ] SoftapVconfTest.getSecurityTypeP (0 ms)
[   15s] [ RUN      ] SoftapVconfTest.getSecurityTypeN
[   15s] [       OK ] SoftapVconfTest.getSecurityTypeN (0 ms)
[   15s] [ RUN      ] SoftapVconfTest.getVisibilityP
[   15s] [       OK ] SoftapVconfTest.getVisibilityP (0 ms)
[   15s] [ RUN      ] SoftapVconfTest.getVisibilityN
[   15s] [       OK ] SoftapVconfTest.getVisibilityN (0 ms)
[   15s] [ RUN      ] SoftapVconfTest.getVsieP
[   15s] [       OK ] SoftapVconfTest.getVsieP (0 ms)
[   15s] [ RUN      ] SoftapVconfTest.getVsieN
[   15s] [       OK ] SoftapVconfTest.getVsieN (0 ms)
[   15s] [----------] 8 tests from SoftapVconfTest (11 ms total)

Change-Id: I640077183444a18bc4d9f76164522de92bfa975d

17 months agoExtract gdbus signal behavior into SoftapEventHandler class 25/302925/5
Seonah Moon [Fri, 15 Dec 2023 11:17:58 +0000 (20:17 +0900)]
Extract gdbus signal behavior into SoftapEventHandler class

This library was written in C.
We plan to refactor it gradually by separating each operation into classes.

[----------] 7 tests from SoftApEventHandlerTest
[ RUN      ] SoftApEventHandlerTest.registerEventsN
[       OK ] SoftApEventHandlerTest.registerEventsN (0 ms)
[ RUN      ] SoftApEventHandlerTest.registerEventsP
[       OK ] SoftApEventHandlerTest.registerEventsP (0 ms)
[ RUN      ] SoftApEventHandlerTest.unregisterEventsP
[       OK ] SoftApEventHandlerTest.unregisterEventsP (0 ms)
[ RUN      ] SoftApEventHandlerTest.startEnabledEventN
[       OK ] SoftApEventHandlerTest.startEnabledEventN (0 ms)
[ RUN      ] SoftApEventHandlerTest.startEnabledEventP
[       OK ] SoftApEventHandlerTest.startEnabledEventP (0 ms)
[ RUN      ] SoftApEventHandlerTest.startDisabledEventN
[       OK ] SoftApEventHandlerTest.startDisabledEventN (0 ms)
[ RUN      ] SoftApEventHandlerTest.startDisabledEventP
[       OK ] SoftApEventHandlerTest.startDisabledEventP (0 ms)
[----------] 7 tests from SoftApEventHandlerTest (1 ms total)

[----------] Global test environment tear-down
[==========] 93 tests from 4 test suites ran. (221 ms total)
[  PASSED  ] 93 tests.

Change-Id: Ia280aef74bd4d453050426f06a22990700b9b021

20 months agoRefactor gdbus functions 88/298288/3
Seonah Moon [Mon, 4 Sep 2023 16:10:26 +0000 (01:10 +0900)]
Refactor gdbus functions

Separate gdbus operation from softap.c

[ RUN      ] SoftApTest.ForeachConnectedClientsP
[       OK ] SoftApTest.ForeachConnectedClientsP (1 ms)
[----------] 60 tests from SoftApTest (85 ms total)

[----------] Global test environment tear-down
[==========] 86 tests from 3 test suites ran. (280 ms total)
[  PASSED  ] 86 tests.

Change-Id: I564ce4171145c6c1dc743472c7382585cb6a2b9e

2 years agoFix build error 49/289349/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.092847 accepted/tizen/unified/20230307.101622 tizen_8.0_m2_release
Seonah Moon [Mon, 6 Mar 2023 10:43:52 +0000 (19:43 +0900)]
Fix build error

Change-Id: I6efbf251d55f366e86bb4a4fcb9c2ce7267c2aff

2 years agoRemove duplicated codes 60/280460/3 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.060223 accepted/tizen/7.0/unified/hotfix/20221116.104833 accepted/tizen/unified/20220908.013429 submit/tizen/20220905.023906 tizen_7.0_m2_release
Seonah Moon [Tue, 30 Aug 2022 09:21:31 +0000 (18:21 +0900)]
Remove duplicated codes

Change-Id: Id772486404f3bfe072fd71b660002b37ccc6bf58

2 years agoFix ASAN build error 46/276646/1 accepted/tizen/unified/20220627.133828 submit/tizen/20220623.044549
Seonah Moon [Wed, 22 Jun 2022 11:42:49 +0000 (20:42 +0900)]
Fix ASAN build error

Change-Id: I1c491c2609ec1407fd325de93f8cfbe39ab0f26b

3 years agoApply gcov automation 58/276058/1 accepted/tizen/unified/20220614.134732 submit/tizen/20220610.003743
Seonah Moon [Thu, 9 Jun 2022 05:07:48 +0000 (14:07 +0900)]
Apply gcov automation

Change-Id: I59dba33457703b2fe64c4d718fd8f998478972a8

3 years agoChange a gcov path 47/270147/1 submit/tizen/20220126.063121
Seonah Moon [Wed, 26 Jan 2022 05:50:07 +0000 (14:50 +0900)]
Change a gcov path

Change-Id: Icb99b302e252039e86be8171affa22cb3797b455

4 years agoRemove thread-scope variables for sharing handles between threads 89/249989/1 accepted/tizen_6.5_unified accepted/tizen/6.5/unified/20211028.100936 accepted/tizen/unified/20210216.125201 submit/tizen/20210215.060411 submit/tizen_6.5/20211028.161801 tizen_6.5.m2_release
Nishant Chaprana [Fri, 18 Dec 2020 07:10:04 +0000 (12:40 +0530)]
Remove thread-scope variables for sharing handles between threads

Change-Id: I2d848f9f3d643bf4476f5be41d51c4bb81db08bd
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
4 years agoRemoving unnecessary HTML link for feature 51/249851/1 accepted/tizen/unified/20201230.121827 submit/tizen/20201218.015506 submit/tizen/20201230.000144
Cheoleun Moon [Thu, 17 Dec 2020 05:55:24 +0000 (14:55 +0900)]
Removing unnecessary HTML link for feature

Change-Id: Ida702985921572795a9e82ce89cc76df388fcf06

4 years agoFix API reference 57/243157/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.122007 accepted/tizen/6.0/unified/hotfix/20201103.004250 accepted/tizen/6.0/unified/hotfix/20201103.051322 accepted/tizen/unified/20200904.154108 submit/tizen/20200903.105332 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
Seonah Moon [Thu, 3 Sep 2020 11:08:41 +0000 (20:08 +0900)]
Fix API reference

Change-Id: Id437f2c1a6e4bb0a5ba29444f2cea6c9a74d2397

4 years agoBuild gtest when gcov flag is defined only 71/238371/1 accepted/tizen/unified/20200716.144632 submit/tizen/20200713.104101
Seonah Moon [Mon, 13 Jul 2020 05:59:42 +0000 (14:59 +0900)]
Build gtest when gcov flag is defined only

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

Change-Id: I8422e73fbc21b4090ccde8d2731d7c18aa6ff817

4 years agogtest: fix memory leaks 95/237495/1 accepted/tizen/unified/20200703.155122 submit/tizen/20200701.055950
Seonah Moon [Wed, 1 Jul 2020 02:30:01 +0000 (11:30 +0900)]
gtest: fix memory leaks

Change-Id: I95ebe25c42b0f7bc713c1618c28f7fa801ab815f

4 years agogtest: Add async test cases 79/236579/4 accepted/tizen/unified/20200624.130242 submit/tizen/20200623.020916
Seonah Moon [Thu, 18 Jun 2020 07:50:37 +0000 (16:50 +0900)]
gtest: Add async test cases

Change-Id: Ie1bfe6c0db0e4664d35fbb5f69875e0ed1379809

4 years agoRemove LCOV tags 68/236468/1
Seonah Moon [Wed, 17 Jun 2020 08:09:41 +0000 (17:09 +0900)]
Remove LCOV tags

Change-Id: Ic6fc4ae653501dce536911894598cb1946e16a18

4 years agogtest: add new test cases (sync, client) 32/236332/3
Seonah Moon [Tue, 16 Jun 2020 08:45:35 +0000 (17:45 +0900)]
gtest: add new test cases (sync, client)

Change-Id: I0ea62d35dd1af60fab21b4c3d37e517ab70d5824

4 years agoAdd gtest and mocks 09/236009/9
Seonah Moon [Fri, 12 Jun 2020 02:33:42 +0000 (11:33 +0900)]
Add gtest and mocks

This is the first draft for gtest.
The test cases for remaing API will be updated to another patch.

Change-Id: Ib8158a2cd991ad195a7969033ffa8876852085ab

5 years agoFix NULL pointer dereference 12/223612/1 accepted/tizen/unified/20200205.125334 submit/tizen/20200204.080737
Seonah Moon [Fri, 31 Jan 2020 07:08:11 +0000 (16:08 +0900)]
Fix NULL pointer dereference

Change-Id: I664e4a3a8dd0805b94bd51a7621e35f69ac0b9a4

5 years agodoc: Change reference link 19/220219/1
Seonah Moon [Mon, 16 Dec 2019 07:26:06 +0000 (16:26 +0900)]
doc: Change reference link

Change-Id: Ifb85d28846adb35e1f13f670e1fa76a384ef1e38

5 years agofix memory leak and wrong type 12/219212/1 accepted/tizen/unified/20191206.054012 submit/tizen/20191205.103938
Seonah Moon [Tue, 3 Dec 2019 09:25:29 +0000 (18:25 +0900)]
fix memory leak and wrong type

- g_variant_iter_loop() doesn't need to free key and value
- wifi ap type has been changed since p2p type was added

Change-Id: I184f6ec788c7b8558fcb02794407fb49f9046957

5 years agofix wrong gateway issue 94/219194/1
Seonah Moon [Tue, 3 Dec 2019 04:19:29 +0000 (13:19 +0900)]
fix wrong gateway issue

Change-Id: I9af4371156bd68919849c751d421fdba1f1b4125

5 years agoCorrect API reference 37/216237/1 accepted/tizen/unified/20191112.125236 submit/tizen/20191111.013104
Jaehyun Kim [Tue, 22 Oct 2019 11:07:24 +0000 (20:07 +0900)]
Correct API reference

Change-Id: Id45aebfa046ee3262cf588d64912962093e75298
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
5 years ago[CID-1048240, 1048221] Fix resource leak 78/209478/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.030541 accepted/tizen/5.5/unified/mobile/hotfix/20201027.065247 accepted/tizen/unified/20190712.115333 submit/tizen/20190710.225804 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
Seonah Moon [Mon, 8 Jul 2019 07:41:35 +0000 (16:41 +0900)]
[CID-10482401048221] Fix resource leak

Change-Id: Icf38109953a50695b168fc14e6ae37b489fb9c66

5 years agoDo not pack untested gcov objects 66/208866/1 accepted/tizen/unified/20190705.110711 submit/tizen/20190702.011709 submit/tizen/20190704.043443 submit/tizen/20190705.003217
Seonah Moon [Mon, 1 Jul 2019 04:32:40 +0000 (13:32 +0900)]
Do not pack untested gcov objects

Change-Id: Ibc905b3330b4e8211fe3dbc44a777460848e9e7b

5 years agoMake a gcov package for coverage 19/208819/4
Seonah Moon [Mon, 1 Jul 2019 01:02:52 +0000 (10:02 +0900)]
Make a gcov package for coverage

Change-Id: I1dcf4b6e66d271941e8159fbda54866b0a53d736

6 years agoRemove unnecessary openssl dependency 47/206347/1
Dariusz Michaluk [Thu, 16 May 2019 14:43:03 +0000 (16:43 +0200)]
Remove unnecessary openssl dependency

Change-Id: I2265bb801b8cd1f6814775b7432f6480e41eeebc
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
6 years ago[ASAN-TFDF-1808, TFDF-1821] Use proper data type for GVariant 09/204709/2 accepted/tizen/unified/20190429.103644 submit/tizen/20190426.022140
Seonah Moon [Fri, 26 Apr 2019 01:56:43 +0000 (10:56 +0900)]
[ASAN-TFDF-1808, TFDF-1821] Use proper data type for GVariant

Change-Id: I6f48c48e675cbacc1d8d10a452b2d2f87e7aeaed

6 years ago[WGID-373879] fix svace issue(UNCHECKED_FUNC_RES) 98/197898/1 accepted/tizen/unified/20190128.061214 submit/tizen/20190117.231022
Seonah Moon [Thu, 17 Jan 2019 04:30:05 +0000 (13:30 +0900)]
[WGID-373879] fix svace issue(UNCHECKED_FUNC_RES)

Change-Id: I3773b3e53f6b143e5d9bed00bd93e08f344591b5

6 years agoFix build errors 68/195068/1 accepted/tizen/unified/20181211.064646 submit/tizen/20181210.103449
Cheoleun Moon [Mon, 10 Dec 2018 09:41:38 +0000 (18:41 +0900)]
Fix build errors

Change-Id: Ib8a1db1bef1eb727b862ea34abb2a1eb5f9f0ef4
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
6 years agoCheck precondition for WPS on daemon side 39/187839/1 accepted/tizen/5.0/unified/20181102.013947 accepted/tizen/unified/20180829.142648 submit/tizen/20180829.020916 submit/tizen_5.0/20181101.000002
Seonah Moon [Wed, 29 Aug 2018 02:04:12 +0000 (11:04 +0900)]
Check precondition for WPS on daemon side

Change-Id: I4b702331214dd268916ccdcdbf4918d6e1b62312

6 years agoFix typo 09/187709/1 accepted/tizen/unified/20180829.142535 submit/tizen/20180828.043551
chleun.moon [Tue, 28 Aug 2018 04:23:26 +0000 (13:23 +0900)]
Fix typo

Change-Id: I3c2dd09550fd32fbd9695be836901dfb0c310105
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
6 years agoUse default value when creating handle 24/187424/3 accepted/tizen/unified/20180827.071343 submit/tizen/20180824.060624
Seonah Moon [Thu, 23 Aug 2018 06:32:14 +0000 (15:32 +0900)]
Use default value when creating handle

Change-Id: Ic7b08750cfbb945affbf8389b621248bd5274920

6 years agoDo not emit changed signal 65/187365/1
Seonah Moon [Wed, 22 Aug 2018 08:59:40 +0000 (17:59 +0900)]
Do not emit changed signal

changed signal will be emitted on daemon side

Change-Id: I0ff6acae1c7856bdefb7a50da7a42ef2b983b3c8

6 years agoDo not update vconf data 73/187273/3
Seonah Moon [Tue, 21 Aug 2018 10:49:35 +0000 (19:49 +0900)]
Do not update vconf data

vconf data will be updated on daemon side

Change-Id: Ia1d0ffa53ada8ca3c25b0f5d070d0d9a1d12b8dc

6 years agoSupport ACS feature 14/186514/7 accepted/tizen/unified/20180817.140826 submit/tizen/20180817.052759
Seonah Moon [Fri, 10 Aug 2018 04:50:17 +0000 (13:50 +0900)]
Support ACS feature

- Update API description for ACS
- Add feature check code for ACS

Change-Id: I22e6ce91483394dcf3cc47c69ec4c91c6d42fff5

6 years agoFix API description 85/185185/1 accepted/tizen/unified/20180809.145616 submit/tizen/20180808.233609
Seonah Moon [Fri, 27 Jul 2018 01:06:28 +0000 (10:06 +0900)]
Fix API description

Change-Id: I0f7a4d3b7e34ef745303993890097f4a2e6928aa

6 years ago[Test app] fix wrong log message 72/184572/1 accepted/tizen/unified/20180723.102247 submit/tizen/20180720.042334
Seonah Moon [Thu, 19 Jul 2018 02:25:51 +0000 (11:25 +0900)]
[Test app] fix wrong log message

Change-Id: I76768611337606082fee7c18cd22bfb538dd03c1

6 years agoAdd privilege check 67/183367/4 accepted/tizen/unified/20180709.064836 submit/tizen/20180709.015112
Seonah Moon [Thu, 5 Jul 2018 02:15:00 +0000 (11:15 +0900)]
Add privilege check

Change-Id: I33c507db68c756abae86c7b0869fac805774b704

7 years agoExclude some lines for line coverage 46/178346/2 accepted/tizen/unified/20180510.070850 submit/tizen/20180509.224345
Seonah Moon [Wed, 9 May 2018 11:38:13 +0000 (20:38 +0900)]
Exclude some lines for line coverage

Change-Id: I955698ae06ec1f7478a001157bbdd7fd4d11c9f1

7 years agoCheck wifi.softap feature instead of wifi feature 08/177108/2 accepted/tizen/unified/20180503.080807 submit/tizen/20180503.053636
Seonah Moon [Wed, 25 Apr 2018 10:37:45 +0000 (19:37 +0900)]
Check wifi.softap feature instead of wifi feature

Change-Id: I7a1e0a2338121e12f15ffc482f77fe3630be8da4

7 years agoFix privilege level 60/177060/1
Seonah Moon [Wed, 25 Apr 2018 05:08:34 +0000 (14:08 +0900)]
Fix privilege level

Change-Id: I6ca8d0d2af3905005dd46614492962c68175d6a1

7 years agoAdd doc directory for API reference 74/176774/7
Seonah Moon [Mon, 23 Apr 2018 10:12:50 +0000 (19:12 +0900)]
Add doc directory for API reference

Change-Id: I3c636cd116a5c6af9931dfa2890bb41944a130e1

7 years agoUpdate doxygen for ACR 38/172038/9 accepted/tizen/unified/20180406.062045 submit/tizen/20180403.231154
Seonah Moon [Fri, 9 Mar 2018 06:18:41 +0000 (15:18 +0900)]
Update doxygen for ACR

Change-Id: I4ba05175395147f30276304ed56b89ac10433f5f

7 years agoAdd new rpm package for test application #2 44/164744/1 accepted/tizen/unified/20171222.062615 submit/tizen/20171221.073315
taesub kim [Wed, 20 Dec 2017 23:33:11 +0000 (08:33 +0900)]
Add new rpm package for test application #2

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

Change-Id: I1f62139ec12240f9f3f60c7abc5b3d1e4eb9db9c

7 years agoFix duplicated unref() 57/158757/1 accepted/tizen/unified/20171106.073041 submit/tizen/20171103.014532
Seonah Moon [Thu, 2 Nov 2017 08:53:41 +0000 (17:53 +0900)]
Fix duplicated unref()

Change-Id: I2772f7e16293ae0ec4ee21dbbdc7a9b73aff53c9
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
7 years agoFix doxygen 07/157507/2 accepted/tizen/unified/20171101.064641 submit/tizen/20171030.235508
Seonah Moon [Wed, 25 Oct 2017 00:52:04 +0000 (09:52 +0900)]
Fix doxygen

Change-Id: I5480fa9be62fbf3edb8490a9eb808a652beec20d

7 years agoAdd new API for setting IP address 70/155470/2
Seonah Moon [Fri, 13 Oct 2017 07:01:23 +0000 (16:01 +0900)]
Add new API for setting IP address

Change-Id: I4d8fc81ff6f36b43cdac308d45d887ea259d4026

7 years agoRemove unused structure 56/155156/1 accepted/tizen/unified/20171016.064615 submit/tizen/20171015.230104
Seonah Moon [Thu, 12 Oct 2017 07:32:07 +0000 (16:32 +0900)]
Remove unused structure

Change-Id: Ibd2726dc75b6a6df4037da6844dff64a568498da

7 years agoChange the order of mode enum 94/154494/2 accepted/tizen/unified/20171011.150217 submit/tizen/20171011.035354
Seonah Moon [Tue, 10 Oct 2017 09:59:27 +0000 (18:59 +0900)]
Change the order of mode enum

Change-Id: I9dadd10c90dfd0f4d8665f904d4b23b737f2d2b1
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoAdd new API for mode 76/152976/3 accepted/tizen/unified/20171011.065841 submit/tizen/20171010.084928
Seonah Moon [Wed, 27 Sep 2017 11:53:18 +0000 (20:53 +0900)]
Add new API for mode

Change-Id: I8fd51f9cf865429d7bfafc5242636328c2c4754e

7 years agobug fix 62/152962/2
Seonah Moon [Wed, 27 Sep 2017 11:21:42 +0000 (20:21 +0900)]
bug fix

Change-Id: I1cdab5c7043aa15d8514c6092450cb73f39a2aa2

7 years agoUse a variant data type for dbus arguments 18/151518/5
Seonah Moon [Thu, 21 Sep 2017 06:39:45 +0000 (15:39 +0900)]
Use a variant data type for dbus arguments

Change-Id: I1d66765d6c1b503bfd4eae263c229995fb9c74b3

7 years ago[CID-25221,28113,31128] fix bugs 08/153608/1
Seonah Moon [Fri, 29 Sep 2017 02:12:51 +0000 (11:12 +0900)]
[CID-25221,28113,31128] fix bugs

- Unchecked return value
- Unused value

Change-Id: I5314efe3a89b3547d0641b4e190be2c61749df03
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoAssign null after g_free in the loop 01/152501/2 accepted/tizen/unified/20170927.181310 submit/tizen/20170927.040141
Taesoo Jun [Tue, 26 Sep 2017 08:30:13 +0000 (17:30 +0900)]
Assign null after g_free in the loop

Change-Id: Icd590c3a8f2b2a161271d659f842779f7b4929ba

7 years ago[WGID-78639] Fix memory leak 12/152512/1
Seonah Moon [Tue, 26 Sep 2017 01:31:32 +0000 (10:31 +0900)]
[WGID-78639] Fix memory leak

Change-Id: Ieb4712e9e4824b68182e128a58c1ceede261ffc7
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
(cherry picked from commit b7889b9e890a75e3e87d7911bd1c5bcac883fe6f)

7 years agoAdd new APIs for dhcp server 79/149079/1 accepted/tizen/unified/20170913.071029 submit/tizen/20170911.125730
Seonah Moon [Mon, 11 Sep 2017 11:26:17 +0000 (20:26 +0900)]
Add new APIs for dhcp server

Change-Id: Ibda3b6e6fe78d611c3654b253062457196d4c8de
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoApply coding rules 90/148890/1
Seonah Moon [Mon, 11 Sep 2017 05:46:49 +0000 (14:46 +0900)]
Apply coding rules

Change-Id: Iea8e86779149e7d0ecae9cdbdfef8510747bdc93

7 years agoRemove wrong description 54/148254/1
Seonah Moon [Thu, 7 Sep 2017 07:58:20 +0000 (16:58 +0900)]
Remove wrong description

Change-Id: I74afeb29ccad6217dc82ddcb269a5f74d97db7f5

7 years agoAdd set/get channel API 43/148243/2
Seonah Moon [Thu, 7 Sep 2017 07:29:44 +0000 (16:29 +0900)]
Add set/get channel API

Change-Id: I7275ca3216a38a5e66615e23983f80e9c13ea03a
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
7 years agoGet VSIE from vconf key 33/141133/2 accepted/tizen/4.0/unified/20170828.223850 accepted/tizen/unified/20170811.021035 submit/tizen/20170803.074947 submit/tizen/20170809.085632 submit/tizen_4.0/20170828.100002
Seonah Moon [Fri, 28 Jul 2017 08:04:01 +0000 (17:04 +0900)]
Get VSIE from vconf key

Change-Id: I1b1116f7e3426575ce926c7319bc61350101762f

7 years agoChange the vendor ie length 45/141045/1 submit/tizen/20170731.020626 submit/tizen/20170801.224410 submit/tizen/20170802.055623
Seonah Moon [Fri, 28 Jul 2017 02:37:49 +0000 (11:37 +0900)]
Change the vendor ie length

Change-Id: I6ebc81c004462160f42af4d332c040e7310f8c2c

7 years agoAdded set/get vendor element API 93/138893/3 accepted/tizen/4.0/unified/20170816.010647 accepted/tizen/unified/20170724.020254 submit/tizen/20170717.234028 submit/tizen/20170721.063342 submit/tizen/20170721.063811 submit/tizen_4.0/20170811.094300
Seonah Moon [Fri, 14 Jul 2017 07:06:37 +0000 (16:06 +0900)]
Added set/get vendor element API

Change-Id: I0fedbc68ab6e06bda82ddf8bf5d5ac5b8b815ae6
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoAdded softap handle list to avoid timing issue 71/131571/2 accepted/tizen/unified/20170608.072303 submit/tizen/20170607.064606
Seonah Moon [Tue, 30 May 2017 05:18:00 +0000 (14:18 +0900)]
Added softap handle list to avoid timing issue

Change-Id: If63b2fae6ee981b78c24d9071d8d16896320a2fe
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoFix for SVACE issue WGID-4047 93/124493/4 accepted/tizen/unified/20170419.165155 submit/tizen/20170419.041337 tizen_4.0.m1_release
Abhishek Sansanwal [Tue, 11 Apr 2017 10:58:45 +0000 (16:28 +0530)]
Fix for SVACE issue WGID-4047

Change-Id: Ic3a54703061ba77d9688288d01606d2ff053bc8a
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
8 years agoRemove unused file 26/124226/1 accepted/tizen/unified/20170412.152312 submit/tizen/20170411.091632 submit/tizen/20170412.005740
Seonah Moon [Tue, 11 Apr 2017 01:18:25 +0000 (10:18 +0900)]
Remove unused file

Change-Id: I1b26f0f38da1b6940d258dd6784a01ffb8d3d738
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoRemove unused info file and macro 96/122896/1 accepted/tizen/unified/20170406.054141 submit/tizen/20170404.234357
Seonah Moon [Tue, 4 Apr 2017 02:10:15 +0000 (11:10 +0900)]
Remove unused info file and macro

Change-Id: Ib20d98e3cac33c6c1b11e5323bfad32629ab17d7
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoChanged the path of license by using '%license' macro 41/120241/2 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_wearable accepted/tizen/common/20170324.122757 accepted/tizen/ivi/20170324.111313 accepted/tizen/mobile/20170324.111007 accepted/tizen/unified/20170324.111355 accepted/tizen/wearable/20170324.111223 submit/tizen/20170324.043751 submit/tizen/20170324.072948
Seonah Moon [Wed, 22 Mar 2017 06:50:10 +0000 (15:50 +0900)]
Changed the path of license by using '%license' macro

Change-Id: Ic30743601a61551c3844956f2a83327edfa46704
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoRemove Profile Build Dependency (trivial m/w) 82/97082/3
MyungJoo Ham [Fri, 11 Nov 2016 06:19:47 +0000 (15:19 +0900)]
Remove Profile Build Dependency (trivial m/w)

- This is for Tizen 4.0

- The profile macro in spec file is dangerous;
Tizen 4.0 Configurability/Building-Blocks prohibits the usage like this.

 In this package, they have been useless as well.

softap$ grep -r "TIZEN_WEARABLE" *
packaging/capi-network-softap.spec: -DTIZEN_WEARABLE=1 \
softap$ grep -r "TIZEN_MOBILE" *
packaging/capi-network-softap.spec: -DTIZEN_MOBILE=1 \
softap$

Change-Id: I1ea3faeef0973ab2320c363ba16a95a99b1afac6
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
8 years agoBug fix: handle should be released after unregistering callback functions. 77/105877/1 accepted/tizen/common/20161222.131127 accepted/tizen/ivi/20161223.095027 accepted/tizen/mobile/20161223.094929 accepted/tizen/unified/20170309.032209 accepted/tizen/wearable/20161223.095003 submit/tizen/20161222.015926 submit/tizen_unified/20170308.100405
Seonah Moon [Tue, 20 Dec 2016 01:35:13 +0000 (10:35 +0900)]
Bug fix: handle should be released after unregistering callback functions.

Change-Id: I165d121864894ae3a500aac34bd725b9fabff342
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoAdd feature check 97/96897/1 accepted/tizen/common/20161116.134414 accepted/tizen/ivi/20161117.010046 accepted/tizen/mobile/20161117.005943 accepted/tizen/wearable/20161117.010020 submit/tizen/20161116.043314
Seonah Moon [Thu, 10 Nov 2016 13:20:25 +0000 (22:20 +0900)]
Add feature check

Change-Id: Icb28f47907c56d6f9e51bbdf0967f30c123584af
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoChanged order of dbus signal to subscribe signal correctly 28/94328/1 accepted/tizen/common/20161102.121517 accepted/tizen/ivi/20161102.072335 accepted/tizen/mobile/20161102.072235 accepted/tizen/wearable/20161102.072309 submit/tizen/20161101.065543
Seonah Moon [Fri, 28 Oct 2016 08:24:52 +0000 (17:24 +0900)]
Changed order of dbus signal to subscribe signal correctly

Change-Id: Ib22b9d36d810033058571726089f798d8166a3df
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoFixed Internal UTC fail and crash 62/91762/1 accepted/tizen/3.0/ivi/20161028.123100 accepted/tizen/3.0/mobile/20161028.122406 accepted/tizen/3.0/wearable/20161028.122857 accepted/tizen/common/20161011.154455 accepted/tizen/ivi/20161011.234430 accepted/tizen/mobile/20161011.234452 accepted/tizen/wearable/20161011.234416 submit/tizen/20161011.083337 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082323 submit/tizen_3.0_common/20161104.104000
chleun.moon [Tue, 11 Oct 2016 07:55:43 +0000 (16:55 +0900)]
Fixed Internal UTC fail and crash

Change-Id: If81c4beae3308747fac8125815be866def79a249
Signed-off-by: cheoleun <chleun.moon@samsung.com>
8 years agoImplemented WPS feature 21/82421/1 accepted/tizen/3.0/ivi/20161011.074857 accepted/tizen/3.0/mobile/20161015.032809 accepted/tizen/3.0/wearable/20161015.081959 accepted/tizen/common/20160805.130334 accepted/tizen/ivi/20161010.063447 accepted/tizen/mobile/20160809.011047 accepted/tizen/wearable/20160809.011123 submit/tizen/20160805.043713 submit/tizen/20160805.060940 submit/tizen_3.0_ivi/20161011.073926 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_wearable/20161015.000001 submit/tizen_ivi/20161010.044504
Seonah Moon [Wed, 3 Aug 2016 07:18:28 +0000 (16:18 +0900)]
Implemented WPS feature

Change-Id: I0d493118e0e5518e26c2e698c0cb70cf744c402e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoFix memory leak 03/80903/1 accepted/tizen/common/20160721.180125 accepted/tizen/mobile/20160721.091919 accepted/tizen/wearable/20160721.091644 submit/tizen/20160721.042416
Seonah Moon [Thu, 21 Jul 2016 01:12:25 +0000 (10:12 +0900)]
Fix memory leak

Change-Id: I496f5cfb98cd1b15108d00f946b4b3a198ead5aa
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years ago[WGID-84174] Add null checking code to prevent null pointer exception 01/79601/4 accepted/tizen/common/20160712.151315 accepted/tizen/mobile/20160712.091239 accepted/tizen/wearable/20160712.091217 submit/tizen/20160712.074045
Seonah Moon [Tue, 12 Jul 2016 04:03:57 +0000 (13:03 +0900)]
[WGID-84174] Add null checking code to prevent null pointer exception

Change-Id: I47f07182d22c9b49813f17464d1700501a142b91
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoModified description in softap.h 52/77152/2
taesubkim [Wed, 29 Jun 2016 01:32:15 +0000 (10:32 +0900)]
Modified description in softap.h

Change-Id: I24c51328db2412c7489e79edcee9c36550adb4bf
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
9 years agoApply Tizen coding rules and Remove svace issues 72/65272/2 accepted/tizen/common/20160428.144803 accepted/tizen/common/20160504.125706 accepted/tizen/common/20160512.150336 accepted/tizen/mobile/20160503.093949 accepted/tizen/mobile/20160513.004802 accepted/tizen/wearable/20160513.004728 submit/tizen/20160428.054526 submit/tizen/20160503.042940 submit/tizen/20160512.073811 submit/tizen/20160512.095454
Seonah Moon [Fri, 8 Apr 2016 07:23:06 +0000 (16:23 +0900)]
Apply Tizen coding rules and Remove svace issues

Change-Id: I01f8ce5fd4b4fee54bb14992c35dffe41eafc82f
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
9 years agoAdd Soft AP APIs #3 27/63627/2
Seonah Moon [Fri, 25 Mar 2016 04:30:43 +0000 (13:30 +0900)]
Add Soft AP APIs #3

- Get/Set passphrase

Change-Id: I4af2e0c98426c147c1e25fc04afd0fff9d570fe5
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
9 years agoAdd Soft AP APIs #2 50/62950/2
Seonah Moon [Mon, 21 Mar 2016 07:57:10 +0000 (16:57 +0900)]
Add Soft AP APIs #2

- set/unset callbacks
- set/get ssid/visibility/security mode
- get client info APIs

Change-Id: I092e73cd4664e28b892068eae30d791f6fd5b44e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
9 years agoAdd Soft AP APIs #1 34/61834/2
Seonah Moon [Fri, 11 Mar 2016 01:36:44 +0000 (10:36 +0900)]
Add Soft AP APIs #1

- create / destroy handle
- enable / disabe Soft AP
- Check whether the softap is enabled or not
- get MAC address, interface, IP address, gateway address and subnet mask
- set / unset enable/disable callback

Change-Id: I5387101504ac38a96b240f4a9b2a18fbd79d0a44
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
9 years agoInitialize softap package 23/58723/4
Seonah Moon [Wed, 3 Feb 2016 05:46:23 +0000 (14:46 +0900)]
Initialize softap package

Change-Id: I36a3e3c74c4af0ce1ed36861e3a5ec6f5111ad11
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
9 years agoInitial empty repository master
Jinkun Jang [Tue, 29 Dec 2015 21:26:20 +0000 (13:26 -0800)]
Initial empty repository