summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
nshero.lee [Wed, 3 Jan 2018 08:41:02 +0000 (17:41 +0900)]
Fixed TPLDOCKER-381 defect regarding invalid ssid connection
If setup-adaptor tries to connection with invalid ssid,
it will not be completed properly.
1) wifi ssid : docker, password : dockerdocker111 => Okay (invaild password case)
2) wifi ssid : docker11, password : dockerdocker => Fail (invalid ssid case)
setup-adaptor uses __wifi_scan_finished_cb function to connect.
wifi_manager_foreach_found_ap will be worked according to __wifi_connect_ap_cb() return
If all of ssids are searched and compared, it will go down and has to meet
__wifi_exit_loop() function to be completed properly.
Change-Id: Ic93e5b9e8bf4cbeed20af2ca8a1c0982f13c7e65
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Tue, 2 Jan 2018 10:48:58 +0000 (19:48 +0900)]
Fixed the defect TPLDPCLER-380
wifi connection is not established if wifi is already activated.
Wifi has steps to connect, before connection, it has to be activated.
If the device is activated and not connected, it would be return 'alreay
exists'. Therefore it must cover to deal with
Change-Id: I19d679dfc5cc49bec9a7cea47748e6fc8fbeb112
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Tue, 2 Jan 2018 08:13:43 +0000 (17:13 +0900)]
Fixed coding rule due to white space
Change-Id: I480cc528ec7d279f57dd4e735d7032c7d2d8163a
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Tue, 2 Jan 2018 08:11:18 +0000 (17:11 +0900)]
Fixed SVACE bug
Locally, the codes are checked with SVACE tool and fixed critical
and major issues
Change-Id: I01e6ec3ff8daa48363795eddb43446805c7995bc
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Tue, 2 Jan 2018 07:21:44 +0000 (16:21 +0900)]
Applied coding rule
Not to make coding rule error, check tizen coding rule
Change-Id: I98996dccc7b8ddda07b46caaba41e1f9be040dd5
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
박지환/Advanced DX Lab(SR)/Principal Engineer/삼성전자 [Tue, 2 Jan 2018 06:29:11 +0000 (15:29 +0900)]
Merge pull request #4 from RS7-DeviceManagement/v0.1-resolve-duplication
V0.1 resolve duplication
jiehwan.park [Tue, 2 Jan 2018 06:13:03 +0000 (15:13 +0900)]
Merge branch 'master' of https://github.sec.samsung.net/RS7-DeviceManagement/setup-adaptor into v0.1-resolve-duplication
Signed-off-by: jiehwan.park <jiehwan.park@samsung.com>
박지환/Advanced DX Lab(SR)/Principal Engineer/삼성전자 [Tue, 2 Jan 2018 05:01:31 +0000 (14:01 +0900)]
Merge pull request #3 from RS7-DeviceManagement/v0.1-enable_ethernet
enable ethernet setting
wansu.yoo [Tue, 2 Jan 2018 04:38:09 +0000 (13:38 +0900)]
Removed delay for checking network state
there need some delay for sync after network setting
but delay is not proper method for waiting
so, remove delay and check routine
it have to be considered through callback or others
Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
nshero.lee [Tue, 2 Jan 2018 03:03:17 +0000 (12:03 +0900)]
Fixed excption when it prints logs
In case of dynamic allocation, it needs to check memory and print out
It was missed and added it before printing logs
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
wansu.yoo [Thu, 28 Dec 2017 01:22:40 +0000 (10:22 +0900)]
Fix ethernet setting errors
1. fix parsing error of "secondaryDnsServer" key
ethernet is being enabled successfully with correct "secondaryDnsServer" value.
2. increase delay time for sync after setting. (2 -> 5 sec)
currently, __network_get_state is returning wrong value using previous connection handle.
there need more delay time after setting network to get new connection.
3. remove temporary blocked code / add some debug info
Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
jiehwan.park [Wed, 27 Dec 2017 11:21:33 +0000 (20:21 +0900)]
consider re-entrance issue.
delete config file if completed.
add each flag of configuration items because wifi has async return.
Signed-off-by: jiehwan.park <jiehwan.park@samsung.com>
sy1124.kim [Wed, 27 Dec 2017 10:09:15 +0000 (19:09 +0900)]
enable ethernet setting
Signed-off-by: sy1124.kim <sy1124.kim@samsung.com>
박지환/Advanced DX Lab(SR)/Principal Engineer/삼성전자 [Wed, 27 Dec 2017 07:01:04 +0000 (16:01 +0900)]
Merge pull request #2 from RS7-DeviceManagement/v0.1-enable_wifi
enable wifi setting
jiehwan.park [Wed, 27 Dec 2017 06:43:01 +0000 (15:43 +0900)]
enable wifi setting
Signed-off-by: jiehwan.park <jiehwan.park@samsung.com>
nshero.lee [Thu, 21 Dec 2017 08:28:18 +0000 (17:28 +0900)]
Update readme
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Thu, 21 Dec 2017 06:28:24 +0000 (15:28 +0900)]
Update readme
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Thu, 21 Dec 2017 06:27:09 +0000 (15:27 +0900)]
Update sample config
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Thu, 21 Dec 2017 01:17:31 +0000 (10:17 +0900)]
Update
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Thu, 21 Dec 2017 01:16:52 +0000 (10:16 +0900)]
Update
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Thu, 21 Dec 2017 01:11:09 +0000 (10:11 +0900)]
Update
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Wed, 20 Dec 2017 17:11:38 +0000 (02:11 +0900)]
Update
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Wed, 20 Dec 2017 12:50:30 +0000 (21:50 +0900)]
Fixed parsing issue
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Wed, 20 Dec 2017 11:09:27 +0000 (20:09 +0900)]
Change parsing structure
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Wed, 20 Dec 2017 10:08:02 +0000 (19:08 +0900)]
Update implementaion
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Wed, 20 Dec 2017 00:23:43 +0000 (09:23 +0900)]
Update build error according to resturctuing
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Tue, 19 Dec 2017 07:23:21 +0000 (16:23 +0900)]
Modify design and apply
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Tue, 19 Dec 2017 03:29:20 +0000 (12:29 +0900)]
Change file name
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Mon, 18 Dec 2017 13:10:41 +0000 (22:10 +0900)]
Implement 18th Dec
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Mon, 18 Dec 2017 11:17:45 +0000 (20:17 +0900)]
Update parsing code in sa_systemdata.c
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Mon, 18 Dec 2017 10:23:58 +0000 (19:23 +0900)]
Update setup-adaptor implementation
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
nshero.lee [Fri, 15 Dec 2017 08:39:33 +0000 (17:39 +0900)]
Modify coding rule
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
Merge pull request #1 from RS7-DeviceManagement/v0.1-Skeleton_Developement
Skeleton developement
nshero.lee [Mon, 20 Nov 2017 07:28:42 +0000 (16:28 +0900)]
Skeleton developement
Signed-off-by: nshero.lee <nshero.lee@samsung.com>
Initial commit