Jaehyun Kim [Fri, 27 Apr 2018 09:16:15 +0000 (18:16 +0900)]
Separate HAL TC code into a separate package
Change-Id: Ic7d26b839fa950c4c4cfd79d49287a24f34b61e7
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
Seonah Moon [Tue, 24 Apr 2018 08:21:51 +0000 (17:21 +0900)]
Revert "Revise driver load routine"
Change-Id: I81661b82876b139b2f82be0588091fc212ce0285
Taesoo Jun [Tue, 10 Apr 2018 04:00:29 +0000 (13:00 +0900)]
Fix memory leak in __netconfig_netlink_scan_cb
Change-Id: Ie136f4b3e39f6fdbe24b74f8d000b7d149f28e74
Taesoo Jun [Tue, 10 Apr 2018 02:49:57 +0000 (11:49 +0900)]
Fix memory leak in __netconfig_request_netlink_scan()
Change-Id: I175131016b300e3ad9ffd9fce67c98b1c63d0ae3
hyunuktak [Tue, 3 Apr 2018 05:25:40 +0000 (14:25 +0900)]
Fixed some coverity
CID : 113930, 108826, 107165, 107210, 105204
Change-Id: Ic36d775ea1e782571a3b35062479593b9a754a2c
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Jaehyun Kim [Thu, 29 Mar 2018 10:25:03 +0000 (10:25 +0000)]
Merge "Fix a coverity for identical code" into tizen
Niraj Kumar Goit [Tue, 27 Mar 2018 13:41:40 +0000 (19:11 +0530)]
Fix coverity issuses.
CID: 105915, 107014, 107561, 110117
Change-Id: Iad5807e3a5587a80614df1aeb4f9ced0ce8bd267
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
hyunuktak [Wed, 28 Mar 2018 05:46:30 +0000 (14:46 +0900)]
Fix a coverity for identical code
Change-Id: I8f7f2b3d470b51563cdc09d1c3d062f106279926
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Jaehyun Kim [Tue, 27 Mar 2018 07:54:22 +0000 (07:54 +0000)]
Merge "Fixed some svaces for strerror" into tizen
hyunuktak [Mon, 26 Mar 2018 01:24:11 +0000 (10:24 +0900)]
Fixed some svaces for strerror
Change-Id: I3c7e629f375867d1a25654f2e2a2d4f7cf58ce81
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Jaehyun Kim [Fri, 16 Mar 2018 11:26:12 +0000 (20:26 +0900)]
Add HAL TC code for wifi, wifi-direct and softap
Change-Id: I26973926e41a28ab4a803f21379546437d1dd2c9
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
taesub kim [Thu, 22 Mar 2018 01:36:26 +0000 (01:36 +0000)]
Merge "Modify the netlink scan results." into tizen
taesub kim [Thu, 22 Mar 2018 01:36:11 +0000 (01:36 +0000)]
Merge "Fix parsing of the AP name if the character is korean language." into tizen
taesub kim [Thu, 22 Mar 2018 01:35:54 +0000 (01:35 +0000)]
Merge "Parse the security and encryption mode in the netlink scan results." into tizen
Milind Murhekar [Wed, 28 Feb 2018 11:41:26 +0000 (17:11 +0530)]
Add login support for captive/wispr portal
Description: This patch sets the captive/wispr portal
login credentials via connman-agent.
Change-Id: I518099ba6b86c6d0d3c2e539a10d44fd1b071d09
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
Niraj Kumar Goit [Sat, 17 Mar 2018 10:25:03 +0000 (15:55 +0530)]
Modify the netlink scan results.
Remove the duplicate SSIDs (same security type) and the EAP security type in
netlink scan results.
Change-Id: Ib6d359b652c144480f7abc4d812f8a3658425e85
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Niraj Kumar Goit [Fri, 16 Mar 2018 10:26:51 +0000 (15:56 +0530)]
Fix parsing of the AP name if the character is korean language.
Change-Id: I67e365cb7a500ba7919611d8e48ba27d9add2549
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Niraj Kumar Goit [Fri, 16 Mar 2018 09:55:41 +0000 (15:25 +0530)]
Parse the security and encryption mode in the netlink scan results.
Change-Id: I3f16f5a09f6e1e05fbdf8ac024e66cd27fde5f45
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
hyunuktak [Fri, 16 Mar 2018 01:07:04 +0000 (10:07 +0900)]
Fixed some coverity
Resource leak
Uninitialized scalar variable
Memset fill value of '0'
Buffer not null terminated
Various
Change-Id: I265d50163bb56ada269cf7206b9d0bad333b57f6
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesub kim [Wed, 14 Mar 2018 23:56:23 +0000 (23:56 +0000)]
Merge "Fix dbus method return value" into tizen
taesub kim [Wed, 14 Mar 2018 02:12:28 +0000 (11:12 +0900)]
Fix dbus method return value
Change-Id: I43ca38d158f648ebbd02398eee414d9fa13754e5
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Milind Murhekar [Mon, 5 Mar 2018 11:40:30 +0000 (17:10 +0530)]
modified logs to add agent fields settings
Change-Id: I086f47dc18d2c7d7eb42b9986b67435a137078b5
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
hyunuktak [Wed, 28 Feb 2018 08:07:42 +0000 (17:07 +0900)]
Fixed a svace for unreachable code
Change-Id: Ia883846cadc22b677bd2efa0cd3a959afb3e3986
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Niraj Kumar Goit [Tue, 27 Feb 2018 11:53:17 +0000 (17:23 +0530)]
Remove logic of scan timer in netlink-scan method.
Change-Id: I01c3d9a0538c20c0518bfd74532e21d994fd2c82
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
chleun.moon [Mon, 5 Feb 2018 02:07:54 +0000 (11:07 +0900)]
Add Multipath TCP
Change-Id: I6a8efc9ce14081d89328b19fda0cca8e7e9738c1
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
taesub kim [Sun, 21 Jan 2018 23:44:51 +0000 (08:44 +0900)]
modified dbus policy for DPM
Change-Id: I65fdf1afc2ccec3ee9949937034c938f36ad2cde
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Sun, 21 Jan 2018 22:57:06 +0000 (07:57 +0900)]
Fixed build issue
Change-Id: I541e33546bf1bfd01222a48c6b00bae0b4b793d4
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
INSUN PYO [Wed, 17 Jan 2018 07:11:25 +0000 (16:11 +0900)]
spec: change uid,gid and permission of /usr/lib/tmpfiles.d/security-network-config.conf
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Ie2b636ae02e3a1fa962886446d591b5822ada913
Seonah Moon [Fri, 12 Jan 2018 07:03:05 +0000 (16:03 +0900)]
dbus: add dbus policy regarding of security_fw
Change-Id: I380d758b7aeadfcf891bd5df0ec641a852de8cdf
taesub kim [Fri, 12 Jan 2018 01:57:04 +0000 (01:57 +0000)]
Merge "Added requires in spec file" into tizen
taesub kim [Fri, 12 Jan 2018 01:25:33 +0000 (10:25 +0900)]
Added requires in spec file
Change-Id: I49848bba5d352bfad619cbd9ef3cbcfa3a85d281
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Sun, 7 Jan 2018 23:25:17 +0000 (08:25 +0900)]
Remove unused config in spec file
Change-Id: I9520ef4d9eb0cf461423fb1acfe7beb3197c8927
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Seonah Moon [Tue, 2 Jan 2018 04:14:36 +0000 (13:14 +0900)]
Create new rpm for wearable profile
Change-Id: Id5fa0b44e995a9ab799dfd3d132b07cd3d8dbee5
Jiung [Tue, 2 Jan 2018 01:38:15 +0000 (10:38 +0900)]
Remove model_build_feature_wlan_concurrent_mode
Change-Id: Ied172b6808b209ef1b46716bc523a5100742ce73
Seonah Moon [Fri, 29 Dec 2017 07:38:01 +0000 (16:38 +0900)]
Fix logic to check features
Change-Id: Ib2c679b020983f2f990046984006e8fa35aee5da
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Thu, 28 Dec 2017 06:25:45 +0000 (15:25 +0900)]
Added logs for change properties
Change-Id: If93d206ef0acc48650bdeb984a9f6432c4354aba
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Tue, 26 Dec 2017 23:03:58 +0000 (23:03 +0000)]
Merge "Refactored "NetlinkScan" DBus method." into tizen
taesub kim [Fri, 22 Dec 2017 05:58:03 +0000 (05:58 +0000)]
Merge "Add feature check code to remove the build macro" into tizen
Niraj Kumar Goit [Fri, 22 Dec 2017 03:58:40 +0000 (09:28 +0530)]
Refactored "NetlinkScan" DBus method.
- Refactored "NetlinkScan" DBus method to perform both normal
and specific AP scan.
- Added vendor specific information in probe request.
Change-Id: I65293873467e05d12f91aaf3a9cb96df85c29ff6
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Saurav Babu [Thu, 21 Dec 2017 05:09:35 +0000 (10:39 +0530)]
net-config: Unpack passpoint data from supplicant correctly
Change-Id: I4560088355fe25c10b2db7c23b0314f3f1377287
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Seonah Moon [Tue, 19 Dec 2017 02:00:50 +0000 (11:00 +0900)]
Add feature check code to remove the build macro
Change-Id: Ief06e3449b330e31191291044078b588b55fe098
Niraj Kumar Goit [Thu, 14 Dec 2017 12:08:44 +0000 (17:38 +0530)]
Added Dbus method for netlink specific AP scan.
Change-Id: I632ee77d9d1f6ac0d0b47c1e75c2fc24d9141062
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Saurav Babu [Wed, 13 Dec 2017 09:45:09 +0000 (15:15 +0530)]
net-config: Notify network configuration changes using dbus signal
This patch notifies network configuration changes like Connection Type,
IPv4 Address, IPv6 Address and Proxy Address using dbus signal
Change-Id: Icb10274d6306637770e847e575f4ea9644e2f9ab
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Jaehyun Kim [Wed, 6 Dec 2017 11:52:04 +0000 (20:52 +0900)]
Add WiFi passphrase encryption routine
Change-Id: I40c60b60fe9bfdca68bb78685cc5f57dd4c9f64c
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
taesub kim [Tue, 24 Oct 2017 05:02:08 +0000 (14:02 +0900)]
Added APIs get the tcp dump and network state
Change-Id: Ife799113a9a77e3b18e777475347943ffa902c9e
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Thu, 30 Nov 2017 05:44:04 +0000 (05:44 +0000)]
Merge "Change default period of ARP probe to 20 seconds" into tizen
taesub kim [Thu, 30 Nov 2017 05:43:51 +0000 (05:43 +0000)]
Merge "Show notification in case of IP conflict using net-popup" into tizen
taesub kim [Wed, 29 Nov 2017 23:35:43 +0000 (08:35 +0900)]
Added cap_dac_override capability
Change-Id: Ifaf684f34088cc78532bee43117594d06801f972
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Abhishek Sansanwal [Wed, 29 Nov 2017 10:42:11 +0000 (16:12 +0530)]
Change default period of ARP probe to 20 seconds
Description: When conflict detection is first started
the initial few packets are sent at a period of 3 seconds
each, and after that the default period of 20 seconds
will be applied. In case the conflict is detected the
period is again reduced to 3 seconds.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I4e4dd870187996ab75b34de24bdf8f84ef32f68e
Abhishek Sansanwal [Tue, 28 Nov 2017 11:09:07 +0000 (16:39 +0530)]
Show notification in case of IP conflict using net-popup
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I45962c2ff92c2c147e484f5b99919f5a6c281587
Niraj Kumar Goit [Fri, 17 Nov 2017 03:43:44 +0000 (09:13 +0530)]
[net-config] Added Support of Netlink scan.
'NetlinkScan' Dbus method is added to directly trigger
driver scan when wifi is in deactivated state.
Change-Id: Ic5ec451de8f07458c3473e949bd68b999d408df0
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Seonah Moon [Wed, 22 Nov 2017 07:53:49 +0000 (16:53 +0900)]
Add the privilege for VSIE API
Change-Id: Ie73c22d0ce348d37da402590a12d173a03e1172c
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Tue, 21 Nov 2017 01:56:35 +0000 (01:56 +0000)]
Merge "Added gateway argument for route execute file #2" into tizen
taesub kim [Tue, 21 Nov 2017 00:27:41 +0000 (00:27 +0000)]
Merge "Revise driver load routine" into tizen
taesub kim [Mon, 20 Nov 2017 09:37:59 +0000 (18:37 +0900)]
Added gateway argument for route execute file #2
Change-Id: I5fb48e490039661255d7b2f7d1ca8435cccb060f
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Mon, 20 Nov 2017 07:07:44 +0000 (16:07 +0900)]
Remove dead method "RequestSpecificScan"
Change-Id: I2ae6524c8884c99d0962d017935a487aed63d83e
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Mon, 20 Nov 2017 02:28:03 +0000 (02:28 +0000)]
Merge "Added gateway argument for route execute file" into tizen
taesub kim [Mon, 20 Nov 2017 01:35:42 +0000 (10:35 +0900)]
Added gateway argument for route execute file
Change-Id: I15023b93111d66b2c2f6958d5e9c2d85182b0d7f
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Niraj Kumar Goit [Fri, 17 Nov 2017 09:28:47 +0000 (14:58 +0530)]
Initiate IP conflict detection for wifi and ethernet only.
Initiate IP conflict detection logic for wifi and ethernet
network only. If device is connected to cellular network,
IP conflict detection logic is not required as unique IP address
is allocated by service provider.
Change-Id: Ic96b6f98e89b2fae17717f65e038e9e7b830ede6
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
INSUN PYO [Thu, 16 Nov 2017 03:39:47 +0000 (12:39 +0900)]
Fix wrong xml syntax - missing ">"
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Ic91843989b0c4ada999cb765a24ea3364ac2f06a
taesub kim [Wed, 15 Nov 2017 01:06:50 +0000 (10:06 +0900)]
Added security-config requires
Change-Id: If9b3d9fc5d99716b9f61b3272a74387766d04dd7
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Seonah Moon [Tue, 14 Nov 2017 02:13:59 +0000 (11:13 +0900)]
[TSAM-14049] fix null pointer reference
Change-Id: I4f8ec6abd5a8a545c6a517c80560ab85ae74eee3
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Mon, 13 Nov 2017 23:14:23 +0000 (23:14 +0000)]
Merge "add new dbus method for preferred Ipv6 address" into tizen
Jaehyun Kim [Fri, 27 Oct 2017 11:32:29 +0000 (20:32 +0900)]
Fixed wifi activation failure
Sometimes wifi is detected late after the wifi driver is loaded.
So check the technology state before power on request.
Change-Id: I108eb4099e7de454c260e7f47680534af4a7f0c3
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
Seonah Moon [Tue, 7 Nov 2017 09:40:27 +0000 (18:40 +0900)]
add new dbus method for preferred Ipv6 address
Change-Id: I95b3ee6fa3d6b462b6ca64fcd1ba872d8e9bb356
taesub kim [Wed, 8 Nov 2017 07:03:54 +0000 (07:03 +0000)]
Merge "Remove unused function _set_power_save()" into tizen
taesub kim [Wed, 8 Nov 2017 07:02:47 +0000 (07:02 +0000)]
Merge "Fixed memory leak in SetField method" into tizen
taesub kim [Wed, 8 Nov 2017 07:02:27 +0000 (07:02 +0000)]
Merge "Fix memory leak" into tizen
Abhishek Sansanwal [Fri, 27 Oct 2017 07:31:14 +0000 (13:01 +0530)]
Changes to IP conflict detection mode get/set API.
Description: Removed the exponential IP conflict detection mode.
Changed and renamed the set detection mode dbus method to set only
the time period. Added the conflict detection time period get API.
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I7d05dc9f93825ef091938568fb51ae021efe091c
Abhishek Sansanwal [Fri, 22 Sep 2017 14:16:41 +0000 (19:46 +0530)]
Added IP conflict detection monitoring for conflict CAPI's.
Change-Id: I4af7bd59b91f20d93415e49eb41ee2910f98dfd1
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
taesub kim [Wed, 8 Nov 2017 06:42:43 +0000 (15:42 +0900)]
Fix memory leak
Change-Id: I06bf6a5fdb1b5a63c252fc6769dd1d2a6c1f71a6
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Saurav Babu [Wed, 8 Nov 2017 05:20:48 +0000 (10:50 +0530)]
Remove unused function _set_power_save()
Change-Id: I7188acb918364de32e02f823228e55e1809acfac
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Saurav Babu [Wed, 8 Nov 2017 05:12:30 +0000 (10:42 +0530)]
Fixed memory leak in SetField method
Change-Id: If75c522f9df4e4999ccbbaf9a5608f1e6bc12e3c
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
taesub kim [Wed, 8 Nov 2017 00:57:12 +0000 (00:57 +0000)]
Merge "Revise background scan routine" into tizen
Niraj Kumar Goit [Mon, 6 Nov 2017 12:01:16 +0000 (17:31 +0530)]
Always get supplicant interface path using 'GetInterface' method.
Change-Id: I060430466623026cfdd9d8cafd007a704d8af916
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
taesub kim [Fri, 3 Nov 2017 01:06:07 +0000 (10:06 +0900)]
Revise background scan routine
Change-Id: I30b25bb2d04a4fb7ffdfca652c39f95cd2400872
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Tue, 7 Nov 2017 11:04:58 +0000 (20:04 +0900)]
Revise driver load routine
Change-Id: Ife1a7711b0c3130757a3c8e934dd286b4fa71216
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Niraj Kumar Goit [Mon, 6 Nov 2017 09:29:24 +0000 (14:59 +0530)]
Remove dead code related to 'RequestSpecificScan'.
The Dbus method for Specific AP scan is migrated to
connman module. So, removing dead code related to
'RequestSpecificScan' from net-config.
Change-Id: Iee2efdc1efa1b83c94de8d94d35c153621f6ecda
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Saurav Babu [Mon, 30 Oct 2017 11:54:31 +0000 (17:24 +0530)]
net-confg: Fixed several GLIB Critical issues
Change-Id: I1ec98374f438419998b9981a30ff6aaec4940ee9
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
taesub kim [Wed, 11 Oct 2017 09:35:02 +0000 (18:35 +0900)]
Change the file path for wifi cert storage
Change-Id: If03abe03d2ccb921c6500fbfefcc9bcae7adf042
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Jaehyun Kim [Wed, 27 Sep 2017 09:46:22 +0000 (18:46 +0900)]
Added a missing dbus rule to the config file.
Change-Id: I12fff8b7ace1127d5cb2fd9e11a2bbf1a8ede6f9
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
Jaehyun Kim [Fri, 22 Sep 2017 11:42:54 +0000 (20:42 +0900)]
Modified NTP to work with NITZ
Change-Id: If17c7286ea8497d3e8cc96e95d542d519157efed
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
Taesoo Jun [Thu, 14 Sep 2017 08:50:56 +0000 (17:50 +0900)]
[Fix] NULL_AFTER_DEREF
Change-Id: Ifb34cf54b4293f34799ccf0d10f3f3fa3c16e0bc
Jaehyun Kim [Fri, 8 Sep 2017 07:43:53 +0000 (16:43 +0900)]
Add support for metered network
Change-Id: Icd31d6f21f6d7cfb8c09b046e7fbb973e828b599
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
taesub kim [Mon, 11 Sep 2017 08:17:06 +0000 (08:17 +0000)]
Merge "Add API to flush BSS" into tizen
taesub kim [Mon, 11 Sep 2017 08:16:48 +0000 (08:16 +0000)]
Merge "Fix coding rules" into tizen
chleun.moon [Mon, 11 Sep 2017 04:43:20 +0000 (13:43 +0900)]
Fix coding rules
Change-Id: I058b65eb8428fd3fa25560e53a14db24b38fb9b7
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
taesub kim [Mon, 11 Sep 2017 04:33:23 +0000 (13:33 +0900)]
Add API to flush BSS
Change-Id: I9153f1f28ee0e7a28c7f96a0472bdb03ab2f3a5f
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Mon, 11 Sep 2017 04:31:30 +0000 (13:31 +0900)]
Fixed a svace issue for 254917
Change-Id: Ic842befea16e579c773da7b8dfd249c28528b2a1
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
chleun.moon [Fri, 8 Sep 2017 05:41:47 +0000 (14:41 +0900)]
Remove unmatched quotes
Change-Id: If3581cb3050acbff071f2c6c6c8cb0f9f9b8f3f7
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
Sunmin Lee [Wed, 6 Sep 2017 07:25:22 +0000 (16:25 +0900)]
Remove not supported update script
RW update script for Tizen 2.4 (to 3.0) is not necessary in Tizen 4.0.
(Tizen 4.0 does not support upgrade from Tizen 2.4)
Remove this file in terms of clearing the redundancy.
Change-Id: I35b4c07d313bdaa21d777f77b196e5715adf59d6
taesub kim [Tue, 5 Sep 2017 08:36:21 +0000 (08:36 +0000)]
Merge "Change file owner and group" into tizen
Abhishek Sansanwal [Tue, 5 Sep 2017 06:30:29 +0000 (12:00 +0530)]
Added GetBssidList dbus call for wifi-manager to get BSSID list
Change-Id: I718519266ef973deba4b3a2947eda10d36c009cb
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
chleun.moon [Tue, 5 Sep 2017 04:33:11 +0000 (13:33 +0900)]
Change file owner and group
Change-Id: I4b09c0f0777b48807449306f31810a3398dabecd
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Abhishek Sansanwal [Mon, 4 Sep 2017 05:29:54 +0000 (10:59 +0530)]
Code refactored to replace WPS with BSSID scan
Change-Id: I64e5ddda12e5f3f17c19d61f458a7a8331f8d78f
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
taesub kim [Tue, 29 Aug 2017 00:07:39 +0000 (09:07 +0900)]
Modified log for service and technology state
Change-Id: I8b7d391c79463f53bff86cc75f53b5a6ee926a7c
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Fri, 25 Aug 2017 06:28:27 +0000 (15:28 +0900)]
dbus: modify dbus policy configuration
Change-Id: I2fbba0da42a41269b63e418a3c20b9cce761e8a0
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Seonah Moon [Tue, 22 Aug 2017 08:07:00 +0000 (17:07 +0900)]
Change the group of the pwr_ctrl file to 'network_fw'
Change-Id: Ice1a9594877c179c500f351d695e1b4c8fca5ad0
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Wed, 9 Aug 2017 08:51:37 +0000 (17:51 +0900)]
Added dbus error register for dbus error invocation
E/WIFI_MANAGER( 1241): network_interface.c: net_config_get_id_list(2780) > Failed to get config id list. Error [NET_ERR_UNKNOWN]
E/WIFI_MANAGER( 1241): wifi_internal.c: _wifi_load_configurations(2144) > Fail to load configurations [-
30277631]
E/WIFI_MANAGER( 1241): wifi_config.c: wifi_manager_config_foreach_configuration(236) > Fail to load configurations [-3027763
Change-Id: Idd0658b61fcbda631a287ee77bee4094dd8fd3db
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Mon, 7 Aug 2017 08:35:59 +0000 (17:35 +0900)]
Removed a mac.info file path for check mac address
Change-Id: Ifc1116145cd0f0803954135c8f161e6f2a44547f
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>