summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Seonah Moon [Fri, 27 Sep 2024 13:01:55 +0000 (22:01 +0900)]
Update API description
Change-Id: Ifa1a383168b616e1c802734bedd29eb016df9368
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>
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>
Seonah Moon [Thu, 21 Mar 2024 10:25:51 +0000 (19:25 +0900)]
Fix resource leak
Change-Id: I8dc843b9996921825968bc2e032bccb925b71062
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>
Seonah Moon [Tue, 12 Mar 2024 07:42:00 +0000 (16:42 +0900)]
Fix the gcov build error
Change-Id: Ieeaa83753003a0df1fc0f0176e8c1449e33b539c
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
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
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
Seonah Moon [Mon, 6 Mar 2023 10:43:52 +0000 (19:43 +0900)]
Fix build error
Change-Id: I6efbf251d55f366e86bb4a4fcb9c2ce7267c2aff
Seonah Moon [Tue, 30 Aug 2022 09:21:31 +0000 (18:21 +0900)]
Remove duplicated codes
Change-Id: Id772486404f3bfe072fd71b660002b37ccc6bf58
Seonah Moon [Wed, 22 Jun 2022 11:42:49 +0000 (20:42 +0900)]
Fix ASAN build error
Change-Id: I1c491c2609ec1407fd325de93f8cfbe39ab0f26b
Seonah Moon [Thu, 9 Jun 2022 05:07:48 +0000 (14:07 +0900)]
Apply gcov automation
Change-Id: I59dba33457703b2fe64c4d718fd8f998478972a8
Seonah Moon [Wed, 26 Jan 2022 05:50:07 +0000 (14:50 +0900)]
Change a gcov path
Change-Id: Icb99b302e252039e86be8171affa22cb3797b455
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>
Cheoleun Moon [Thu, 17 Dec 2020 05:55:24 +0000 (14:55 +0900)]
Removing unnecessary HTML link for feature
Change-Id: Ida702985921572795a9e82ce89cc76df388fcf06
Seonah Moon [Thu, 3 Sep 2020 11:08:41 +0000 (20:08 +0900)]
Fix API reference
Change-Id: Id437f2c1a6e4bb0a5ba29444f2cea6c9a74d2397
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
Seonah Moon [Wed, 1 Jul 2020 02:30:01 +0000 (11:30 +0900)]
gtest: fix memory leaks
Change-Id: I95ebe25c42b0f7bc713c1618c28f7fa801ab815f
Seonah Moon [Thu, 18 Jun 2020 07:50:37 +0000 (16:50 +0900)]
gtest: Add async test cases
Change-Id: Ie1bfe6c0db0e4664d35fbb5f69875e0ed1379809
Seonah Moon [Wed, 17 Jun 2020 08:09:41 +0000 (17:09 +0900)]
Remove LCOV tags
Change-Id: Ic6fc4ae653501dce536911894598cb1946e16a18
Seonah Moon [Tue, 16 Jun 2020 08:45:35 +0000 (17:45 +0900)]
gtest: add new test cases (sync, client)
Change-Id: I0ea62d35dd1af60fab21b4c3d37e517ab70d5824
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
Seonah Moon [Fri, 31 Jan 2020 07:08:11 +0000 (16:08 +0900)]
Fix NULL pointer dereference
Change-Id: I664e4a3a8dd0805b94bd51a7621e35f69ac0b9a4
Seonah Moon [Mon, 16 Dec 2019 07:26:06 +0000 (16:26 +0900)]
doc: Change reference link
Change-Id: Ifb85d28846adb35e1f13f670e1fa76a384ef1e38
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
Seonah Moon [Tue, 3 Dec 2019 04:19:29 +0000 (13:19 +0900)]
fix wrong gateway issue
Change-Id: I9af4371156bd68919849c751d421fdba1f1b4125
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>
Seonah Moon [Mon, 8 Jul 2019 07:41:35 +0000 (16:41 +0900)]
[CID-
1048240,
1048221] Fix resource leak
Change-Id: Icf38109953a50695b168fc14e6ae37b489fb9c66
Seonah Moon [Mon, 1 Jul 2019 04:32:40 +0000 (13:32 +0900)]
Do not pack untested gcov objects
Change-Id: Ibc905b3330b4e8211fe3dbc44a777460848e9e7b
Seonah Moon [Mon, 1 Jul 2019 01:02:52 +0000 (10:02 +0900)]
Make a gcov package for coverage
Change-Id: I1dcf4b6e66d271941e8159fbda54866b0a53d736
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>
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
Seonah Moon [Thu, 17 Jan 2019 04:30:05 +0000 (13:30 +0900)]
[WGID-373879] fix svace issue(UNCHECKED_FUNC_RES)
Change-Id: I3773b3e53f6b143e5d9bed00bd93e08f344591b5
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>
Seonah Moon [Wed, 29 Aug 2018 02:04:12 +0000 (11:04 +0900)]
Check precondition for WPS on daemon side
Change-Id: I4b702331214dd268916ccdcdbf4918d6e1b62312
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>
Seonah Moon [Thu, 23 Aug 2018 06:32:14 +0000 (15:32 +0900)]
Use default value when creating handle
Change-Id: Ic7b08750cfbb945affbf8389b621248bd5274920
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
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
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
Seonah Moon [Fri, 27 Jul 2018 01:06:28 +0000 (10:06 +0900)]
Fix API description
Change-Id: I0f7a4d3b7e34ef745303993890097f4a2e6928aa
Seonah Moon [Thu, 19 Jul 2018 02:25:51 +0000 (11:25 +0900)]
[Test app] fix wrong log message
Change-Id: I76768611337606082fee7c18cd22bfb538dd03c1
Seonah Moon [Thu, 5 Jul 2018 02:15:00 +0000 (11:15 +0900)]
Add privilege check
Change-Id: I33c507db68c756abae86c7b0869fac805774b704
Seonah Moon [Wed, 9 May 2018 11:38:13 +0000 (20:38 +0900)]
Exclude some lines for line coverage
Change-Id: I955698ae06ec1f7478a001157bbdd7fd4d11c9f1
Seonah Moon [Wed, 25 Apr 2018 10:37:45 +0000 (19:37 +0900)]
Check wifi.softap feature instead of wifi feature
Change-Id: I7a1e0a2338121e12f15ffc482f77fe3630be8da4
Seonah Moon [Wed, 25 Apr 2018 05:08:34 +0000 (14:08 +0900)]
Fix privilege level
Change-Id: I6ca8d0d2af3905005dd46614492962c68175d6a1
Seonah Moon [Mon, 23 Apr 2018 10:12:50 +0000 (19:12 +0900)]
Add doc directory for API reference
Change-Id: I3c636cd116a5c6af9931dfa2890bb41944a130e1
Seonah Moon [Fri, 9 Mar 2018 06:18:41 +0000 (15:18 +0900)]
Update doxygen for ACR
Change-Id: I4ba05175395147f30276304ed56b89ac10433f5f
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>
Seonah Moon [Tue, 19 Dec 2017 09:22:30 +0000 (18:22 +0900)]
Add new rpm package for test application
Change-Id: I1f62139ec12240f9f3f60c7abc5b3d1e4eb9db9c
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>
Seonah Moon [Wed, 25 Oct 2017 00:52:04 +0000 (09:52 +0900)]
Fix doxygen
Change-Id: I5480fa9be62fbf3edb8490a9eb808a652beec20d
Seonah Moon [Fri, 13 Oct 2017 07:01:23 +0000 (16:01 +0900)]
Add new API for setting IP address
Change-Id: I4d8fc81ff6f36b43cdac308d45d887ea259d4026
Seonah Moon [Thu, 12 Oct 2017 07:32:07 +0000 (16:32 +0900)]
Remove unused structure
Change-Id: Ibd2726dc75b6a6df4037da6844dff64a568498da
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>
Seonah Moon [Wed, 27 Sep 2017 11:53:18 +0000 (20:53 +0900)]
Add new API for mode
Change-Id: I8fd51f9cf865429d7bfafc5242636328c2c4754e
Seonah Moon [Wed, 27 Sep 2017 11:21:42 +0000 (20:21 +0900)]
bug fix
Change-Id: I1cdab5c7043aa15d8514c6092450cb73f39a2aa2
Seonah Moon [Thu, 21 Sep 2017 06:39:45 +0000 (15:39 +0900)]
Use a variant data type for dbus arguments
Change-Id: I1d66765d6c1b503bfd4eae263c229995fb9c74b3
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>
Taesoo Jun [Tue, 26 Sep 2017 08:30:13 +0000 (17:30 +0900)]
Assign null after g_free in the loop
Change-Id: Icd590c3a8f2b2a161271d659f842779f7b4929ba
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)
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>
Seonah Moon [Mon, 11 Sep 2017 05:46:49 +0000 (14:46 +0900)]
Apply coding rules
Change-Id: Iea8e86779149e7d0ecae9cdbdfef8510747bdc93
Seonah Moon [Thu, 7 Sep 2017 07:58:20 +0000 (16:58 +0900)]
Remove wrong description
Change-Id: I74afeb29ccad6217dc82ddcb269a5f74d97db7f5
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>
Seonah Moon [Fri, 28 Jul 2017 08:04:01 +0000 (17:04 +0900)]
Get VSIE from vconf key
Change-Id: I1b1116f7e3426575ce926c7319bc61350101762f
Seonah Moon [Fri, 28 Jul 2017 02:37:49 +0000 (11:37 +0900)]
Change the vendor ie length
Change-Id: I6ebc81c004462160f42af4d332c040e7310f8c2c
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Jinkun Jang [Tue, 29 Dec 2015 21:26:20 +0000 (13:26 -0800)]
Initial empty repository