platform/core/api/wifi-manager.git
2 years agoChange a gcov path 85/270185/1 accepted/tizen/unified/20220208.112043 submit/tizen/20220126.091456 submit/tizen/20220203.092210
Jaehyun Kim [Wed, 26 Jan 2022 08:35:51 +0000 (17:35 +0900)]
Change a gcov path

Change-Id: I13c536984fccc5d6c2f1e73974dd297a258c7f57
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years agoModified to get frequency info for bssid scan 32/269632/1 accepted/tizen/unified/20220126.213031 submit/tizen/20220125.082819
Jaehyun Kim [Wed, 19 Jan 2022 09:33:36 +0000 (18:33 +0900)]
Modified to get frequency info for bssid scan

Change-Id: I10faff5cb734e796134b0f676baf519ba6d410b3
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years agoSupport association failed error 61/269361/1 accepted/tizen/unified/20220119.121801 submit/tizen/20220118.052414
Jaehyun Kim [Thu, 13 Jan 2022 07:07:38 +0000 (16:07 +0900)]
Support association failed error

Change-Id: I85caf38d46c91ae6f906eebb49aa1302e309244c
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years agoAdd CAPIs to handle Wi-Fi roaming signal 20/268320/1 accepted/tizen/unified/20220105.120858 submit/tizen/20211230.063452 submit/tizen/20211230.103710
Jaehyun Kim [Mon, 20 Dec 2021 09:02:49 +0000 (18:02 +0900)]
Add CAPIs to handle Wi-Fi roaming signal

Change-Id: I0330789ad6b7be26776c42e1bf022862898a745c
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years agoMerge "Fix set bssid operation" into tizen accepted/tizen/unified/20211216.155818 submit/tizen/20211215.063645
Jaehyun Kim [Wed, 15 Dec 2021 05:07:52 +0000 (05:07 +0000)]
Merge "Fix set bssid operation" into tizen

2 years agoFix set bssid operation 65/267965/2
Nishant Chaprana [Tue, 14 Dec 2021 04:48:03 +0000 (10:18 +0530)]
Fix set bssid operation

Change-Id: Ic8a4b7485ec2770e5dc4636bdfaa0069b16a734c
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoFix not getting 5GHz support information 64/267964/2
Jaehyun Kim [Tue, 14 Dec 2021 04:41:36 +0000 (13:41 +0900)]
Fix not getting 5GHz support information

Change-Id: Ibad91af3274b7adac1f954b275b66fc806a28716
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years agoAdd CAPI to provide available security method information 51/267551/1
Jaehyun Kim [Tue, 7 Dec 2021 05:30:20 +0000 (14:30 +0900)]
Add CAPI to provide available security method information

Change-Id: Ibd1c19f0e9da4e7b33b5e51ba5317ca3da1d49ee
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years agoIgnore async dbus method call reply when G_IO_ERROR_CANCELLED is returned 72/266772/3 accepted/tizen/unified/20211129.120823 submit/tizen/20211125.124313 submit/tizen/20211126.045758
Nishant Chaprana [Thu, 18 Nov 2021 11:02:22 +0000 (16:32 +0530)]
Ignore async dbus method call reply when G_IO_ERROR_CANCELLED is returned

In below scenario there are chances of dangling pointer access.
1. wifi_manager_initialize()

2. wifi_scan() or any other API which makes async dbus method call.
   --> GDBUS increases gdbus connection ref count.

3. wifi_manager_deinitialize()
   --> we cancel all method calls and unref gdbus connection and assign NULL to it.

4. Dbus reply recieved on default thread.
   --> Because gdbus connection is not freed by gdbus, callback comes to us.

5. G_IO_ERROR_CANCELLED returned in g_dbus_connection_call_finish()
   --> Invalid memory access when network_info is derefered for sending callback.

Change-Id: I592f33f115aa6091890a530b1e2daaec88a45d81
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoSend interface_name when using TDLS Dbus method calls 45/266645/1
Nishant Chaprana [Tue, 16 Nov 2021 11:16:37 +0000 (16:46 +0530)]
Send interface_name when using TDLS Dbus method calls

Change-Id: I1ac819750ac03fb12a384c34571e2c7d7aafad8a
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoMerge "Fix memory leak by using &s for processing dbus signal" into tizen submit/tizen/20211117.050637
Jaehyun Kim [Tue, 16 Nov 2021 11:08:37 +0000 (11:08 +0000)]
Merge "Fix memory leak by using &s for processing dbus signal" into tizen

2 years agoMerge "Get vconf value via DBus in container environment" into tizen
Jaehyun Kim [Fri, 12 Nov 2021 08:36:05 +0000 (08:36 +0000)]
Merge "Get vconf value via DBus in container environment" into tizen

2 years agoMerge "Add support for container environment" into tizen
Jaehyun Kim [Thu, 11 Nov 2021 10:14:56 +0000 (10:14 +0000)]
Merge "Add support for container environment" into tizen

2 years agoGet vconf value via DBus in container environment 68/266268/5
Jaehyun Kim [Wed, 10 Nov 2021 05:59:15 +0000 (14:59 +0900)]
Get vconf value via DBus in container environment

Change-Id: I35e19ed16c1558f5eb05ae000f330af04d1805e0
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years agoFix memory leak by using &s for processing dbus signal 26/266226/1
Nishant Chaprana [Tue, 9 Nov 2021 08:24:03 +0000 (13:54 +0530)]
Fix memory leak by using &s for processing dbus signal

Change-Id: I600e761ce3080907544f3286ddcb4a1fbdbec07a
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoMerge "Try to connect the AP using static IP if it's sec_mode is SAE" into tizen submit/tizen/20211029.104555
Jaehyun Kim [Mon, 25 Oct 2021 02:12:49 +0000 (02:12 +0000)]
Merge "Try to connect the AP using static IP if it's sec_mode is SAE" into tizen

2 years agoFix enumeration mismatch during security type extraction 70/265270/1 submit/tizen/20211021.102523
Nishant Chaprana [Wed, 13 Oct 2021 12:52:25 +0000 (18:22 +0530)]
Fix enumeration mismatch during security type extraction

Change-Id: I2030623974de6e6a1f62544c3ea57492b21e034a
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoAdd support for container environment 42/265142/1
Jaehyun Kim [Tue, 12 Oct 2021 02:53:44 +0000 (11:53 +0900)]
Add support for container environment

Modified the container's wifi-manager to use the host's network daemons
to allow the container and host to control the same wifi interface.

Change-Id: Ifcdf4f1f722be9aeb4ae14dfc465e6c590f19ef8
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years agoTry to connect the AP using static IP if it's sec_mode is SAE 16/265116/1
Niraj Kumar Goit [Mon, 11 Oct 2021 07:28:21 +0000 (12:58 +0530)]
Try to connect the AP using static IP if it's sec_mode is SAE

Change-Id: I950cec931127a8e52f4f517ce6242ef0a197b810
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2 years agoFix uninitialized variable usage 36/265036/1
Nishant Chaprana [Wed, 6 Oct 2021 11:19:38 +0000 (16:49 +0530)]
Fix uninitialized variable usage

Change-Id: I51251319fb2af940c2a1b93ccbecf989133bd5fe
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoFix resource leak in close connection reply handler 35/265035/1
Nishant Chaprana [Wed, 6 Oct 2021 11:03:11 +0000 (16:33 +0530)]
Fix resource leak in close connection reply handler

Change-Id: I6052bdd059c6b4e65354531d63f05bcd41a50496
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoAdd gcov build and line coverage calculation during build 35/264835/6
Nishant Chaprana [Thu, 30 Sep 2021 11:47:26 +0000 (17:17 +0530)]
Add gcov build and line coverage calculation during build

Change-Id: I9fea1ed0f2ebc182a09be5b2d6d69d19282280c1
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoFix coding guidelines issues 33/264833/2
Nishant Chaprana [Thu, 30 Sep 2021 10:39:50 +0000 (16:09 +0530)]
Fix coding guidelines issues

Change-Id: Ia4c414ed860173b2ff9ce0d662344520635f1478
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agorevise wifi_manager_test 24/240824/4 accepted/tizen/6.5/unified/20211028.095310 accepted/tizen/unified/20210806.122102 submit/tizen/20210805.124520 submit/tizen_6.5/20211028.161801 tizen_6.5.m2_release
Youngjae Shin [Wed, 12 Aug 2020 00:34:59 +0000 (09:34 +0900)]
revise wifi_manager_test

separate big file and function
add storage class specifier(static)

Change-Id: I35484c7725ebb1d02d45b28a595cb7d4b1038676

2 years agoincrease code quality 25/240825/3
Youngjae Shin [Wed, 12 Aug 2020 00:44:26 +0000 (09:44 +0900)]
increase code quality

separate big function
add storage class specifier(static)
remove unused global varialbe

Change-Id: I9a61adc1c253a145654752ce869f85c7ad87380a

2 years ago[cleanup]revise build scripts and packaging 23/240823/4
Youngjae Shin [Wed, 12 Aug 2020 00:30:49 +0000 (09:30 +0900)]
[cleanup]revise build scripts and packaging

Change-Id: I03496fcdb3d0c713b1f40e15940fed29fc24cfed

2 years ago[cleanup]revise file location and mode 22/240822/7
Youngjae Shin [Wed, 12 Aug 2020 00:25:56 +0000 (09:25 +0900)]
[cleanup]revise file location and mode

Change-Id: Ia5c9b5842e9ecad1d0888241e0b250fd94f8ceef

2 years agoMerge "Add feature check in Mac Policy APIs" into tizen accepted/tizen/unified/20210727.124517 submit/tizen/20210726.021626
Jaehyun Kim [Mon, 26 Jul 2021 01:59:42 +0000 (01:59 +0000)]
Merge "Add feature check in Mac Policy APIs" into tizen

2 years agoFix crash issue. 12/260612/1 accepted/tizen/unified/20210702.133354 submit/tizen/20210701.045026
Niraj Kumar Goit [Tue, 29 Jun 2021 19:11:31 +0000 (00:41 +0530)]
Fix crash issue.

If garbage pointer is passed as AP handle in wifi_manager_ap_destroy() API,
crash is observed while dereferencing the given pointer.

Change-Id: I89a71552c03b3fb90ed3fc5c9eda38cdae77e4d7
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2 years agoFix gtests test cases and Disabled some cases temporarily 54/259754/2 accepted/tizen/unified/20210616.132518 submit/tizen/20210615.081101
Nishant Chaprana [Fri, 11 Jun 2021 09:32:23 +0000 (15:02 +0530)]
Fix gtests test cases and Disabled some cases temporarily

Change-Id: I95c797d982aa0736fabb497f15b050a6619637d1
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoFix gtests test cases for AP operations 53/259753/2
Nishant Chaprana [Fri, 11 Jun 2021 06:30:46 +0000 (12:00 +0530)]
Fix gtests test cases for AP operations

Change-Id: I97592a3399f30d2a6163caaba6c08cd0d60ec1e8
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoAdd NULL check for connect_mode 23/259723/3
Nishant Chaprana [Fri, 11 Jun 2021 10:12:51 +0000 (15:42 +0530)]
Add NULL check for connect_mode

Change-Id: I771e9c311b7a1e2d61cddbce868e6bf5c2586146
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoMerge "Use strtol to identify invalid input before setting subnet_mask" into tizen
Jaehyun Kim [Tue, 15 Jun 2021 08:01:38 +0000 (08:01 +0000)]
Merge "Use strtol to identify invalid input before setting subnet_mask" into tizen

2 years agoMerge "Fix resource leak for ap_info" into tizen
Jaehyun Kim [Tue, 15 Jun 2021 06:33:41 +0000 (06:33 +0000)]
Merge "Fix resource leak for ap_info" into tizen

2 years agoMerge "Initialize scalar variable for wps_info" into tizen
Jaehyun Kim [Tue, 15 Jun 2021 06:33:39 +0000 (06:33 +0000)]
Merge "Initialize scalar variable for wps_info" into tizen

2 years agoUse strtol to identify invalid input before setting subnet_mask 95/259695/4
Nishant Chaprana [Fri, 11 Jun 2021 06:38:10 +0000 (12:08 +0530)]
Use strtol to identify invalid input before setting subnet_mask

Change-Id: I7ebddac6fd4a5808baa15de4e59d7a575485cc00
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoMerge "Add NULL check for dhcp_server before dereferencing" into tizen
Jaehyun Kim [Fri, 11 Jun 2021 04:37:33 +0000 (04:37 +0000)]
Merge "Add NULL check for dhcp_server before dereferencing" into tizen

2 years agoAdd NULL check for dhcp_server before dereferencing 80/259680/1
Nishant Chaprana [Fri, 11 Jun 2021 04:22:07 +0000 (09:52 +0530)]
Add NULL check for dhcp_server before dereferencing

Change-Id: I165545377844140c644e2112a34d64032844e008
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoRemove unused dbus signal filter 87/258487/2
Nishant Chaprana [Tue, 18 May 2021 10:42:34 +0000 (16:12 +0530)]
Remove unused dbus signal filter

Change-Id: I9bc17f541cf622a8d693c1acf4f605e5793baf94
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoFix resource leak for ap_info 68/259668/1
hyunuk.tak [Thu, 10 Jun 2021 22:26:41 +0000 (07:26 +0900)]
Fix resource leak for ap_info

Change-Id: I5195dbcd1a8f1cd1f4b15e2d997631e73e02db96
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
2 years agoInitialize scalar variable for wps_info 67/259667/1
hyunuk.tak [Thu, 10 Jun 2021 22:19:25 +0000 (07:19 +0900)]
Initialize scalar variable for wps_info

Change-Id: Ic3a84bd74a4e4c785613b664cc78a6bfcc928c14
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
2 years agoGet Mac Policy parameters from Connman instead of wifi_handle 56/259556/2
Nishant Chaprana [Wed, 9 Jun 2021 12:46:50 +0000 (18:16 +0530)]
Get Mac Policy parameters from Connman instead of wifi_handle

Change-Id: Ib883b766ada55290fc5d50e86d4d00dfd43ad246
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoMerge "[tools] Fix build warnings" into tizen accepted/tizen/unified/20210601.135346 submit/tizen/20210528.085525
Jaehyun Kim [Fri, 28 May 2021 08:49:42 +0000 (08:49 +0000)]
Merge "[tools] Fix build warnings" into tizen

2 years agoMerge "[Fix build warnings] Declaration of 'rv' shadows a previous local" into tizen
Jaehyun Kim [Fri, 28 May 2021 08:49:17 +0000 (08:49 +0000)]
Merge "[Fix build warnings] Declaration of 'rv' shadows a previous local" into tizen

2 years agoMerge "[Fix build warnings] Missing initializer of 'network_tech_state_info_s'" into...
Jaehyun Kim [Fri, 28 May 2021 08:48:59 +0000 (08:48 +0000)]
Merge "[Fix build warnings] Missing initializer of 'network_tech_state_info_s'" into tizen

2 years agoMerge "Use dbus method 'GetConnectedService' to get connected AP" into tizen
Jaehyun Kim [Fri, 28 May 2021 08:47:54 +0000 (08:47 +0000)]
Merge "Use dbus method 'GetConnectedService' to get connected AP" into tizen

2 years ago[tools] Fix build warnings 34/258834/1
Nishant Chaprana [Wed, 26 May 2021 09:38:48 +0000 (15:08 +0530)]
[tools] Fix build warnings

Change-Id: I1d6b3802e80dd21687dfad4d611a3ba453c63f49
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years ago[Fix build warnings] Declaration of 'rv' shadows a previous local 33/258833/1
Nishant Chaprana [Wed, 26 May 2021 09:08:20 +0000 (14:38 +0530)]
[Fix build warnings] Declaration of 'rv' shadows a previous local

Change-Id: Ie6ae3ef465eb005e4c52be906fbd930dee7125a9
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years ago[Fix build warnings] Missing initializer of 'network_tech_state_info_s' 32/258832/1
Nishant Chaprana [Wed, 26 May 2021 09:02:29 +0000 (14:32 +0530)]
[Fix build warnings] Missing initializer of 'network_tech_state_info_s'

Change-Id: I7c60ba833c763227edb34737775b43e76d820848
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoAdded API to get device country-code. 73/258473/4
Niraj Kumar Goit [Tue, 18 May 2021 08:12:41 +0000 (13:42 +0530)]
Added API to get device country-code.

Change-Id: I96c6276b8b002c3c4e72e7ed6f1f8a016a046a4e
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2 years agoAdded API to set device country-code. 38/258238/7
Niraj Kumar Goit [Wed, 12 May 2021 14:30:11 +0000 (20:00 +0530)]
Added API to set device country-code.

Change-Id: I1549591ef478f6ae556a787683b234da259d9a42
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2 years agoAdd feature check in Mac Policy APIs 63/258163/2
Nishant Chaprana [Tue, 11 May 2021 12:22:26 +0000 (17:52 +0530)]
Add feature check in Mac Policy APIs

Change-Id: If0a2e8fe1bec1a96e833b29d0d8b9b1504069d6e
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2 years agoUse dbus method 'GetConnectedService' to get connected AP 76/258476/2
Jaehyun Kim [Tue, 18 May 2021 09:23:46 +0000 (18:23 +0900)]
Use dbus method 'GetConnectedService' to get connected AP

Change-Id: I887c0b85850785ce5f80ec65c98a9c9455545322
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
3 years ago[Crash Fix] Validate handle before use in set_auto_connect() API 87/258287/4 submit/tizen/20210513.084419
Prasadam Prashath Kumar [Thu, 13 May 2021 06:32:35 +0000 (12:02 +0530)]
[Crash Fix] Validate handle before use in set_auto_connect() API

Change-Id: Ib156fb0d56d7a2c2ab6cce5ecd3ff38c19087ae0
Signed-off-by: Prasadam Prashath Kumar <prasadam.p@samsung.com>
3 years agoMerge "Fix WPS-PIN connection when device is already connected." into tizen submit/tizen/20210512.013459
Jaehyun Kim [Fri, 7 May 2021 07:19:39 +0000 (07:19 +0000)]
Merge "Fix WPS-PIN connection when device is already connected." into tizen

3 years agoMerge "wps-event: fix a GVariant format string" into tizen accepted/tizen/unified/20210506.103548 submit/tizen/20210506.065212
cheoleun moon [Thu, 6 May 2021 06:46:14 +0000 (06:46 +0000)]
Merge "wps-event: fix a GVariant format string" into tizen

3 years agowps-event: fix a GVariant format string 97/257897/1
Seonah Moon [Thu, 6 May 2021 05:56:17 +0000 (14:56 +0900)]
wps-event: fix a GVariant format string

net-config notifies a wps event which has a '(sa{sv})' format string.

Change-Id: I8ba389308ef840a9df2c47e27dcd9aeeda024c2e

3 years agoFix WPS-PIN connection when device is already connected. 68/257868/1
Niraj Kumar Goit [Tue, 4 May 2021 14:16:20 +0000 (19:46 +0530)]
Fix WPS-PIN connection when device is already connected.

When device is already connected to an AP and WPS-PIN connection is initiated,
first device disconnect network and on receiving disconnected callback start
WPS-PIN connection. But in this scenario wps-pin was missing and not passed to
lower layer.

Change-Id: I5de2d9af254b70506c753f94ac93f0320a569e80
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
3 years agoAdd setter/getter APIs for MAC randomization policies 95/255595/7 accepted/tizen/unified/20210506.103539 submit/tizen/20210421.161229 submit/tizen/20210427.065300 submit/tizen/20210503.112345
Nishant Chaprana [Wed, 21 Apr 2021 08:43:15 +0000 (14:13 +0530)]
Add setter/getter APIs for MAC randomization policies

Change-Id: I4837e743419be60f427f88ec44624ff166403748
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoAdd a mutex for the ap_handle_list 31/255931/1 accepted/tizen/unified/20210329.145051 submit/tizen/20210325.101906
Seonah Moon [Thu, 25 Mar 2021 05:47:17 +0000 (14:47 +0900)]
Add a mutex for the ap_handle_list

In CLR environment, GC can release an ap handle in non-main thread.
The problem is that add() operation for an ap handle can arise during GC
working in main or other thread. In this case, the ap_handle_list is accessed
at the same time in main and non-main thread.
This can make a memory corruption of the ap_handle_list.

Change-Id: I7e6a37751e746153d2f6610fc340b44c1e498f25

3 years agoMerge "Adding-Gtest-for-Line-and-Functional-Coverage" into tizen accepted/tizen/unified/20210316.151241 submit/tizen/20210309.020731 submit/tizen/20210316.015502
Jaehyun Kim [Tue, 9 Mar 2021 02:03:07 +0000 (02:03 +0000)]
Merge "Adding-Gtest-for-Line-and-Functional-Coverage" into tizen

3 years agoFix memory leak (2) 52/253752/4 accepted/tizen/unified/20210305.141715 submit/tizen/20210304.062232
Cheoleun Moon [Wed, 17 Feb 2021 06:34:54 +0000 (15:34 +0900)]
Fix memory leak (2)

Change-Id: I142823aa716ae9226eb679449d7f878393c03b72

3 years agoAdding-Gtest-for-Line-and-Functional-Coverage 02/254402/2
Tarun Pratap Singh Bhadouria [Tue, 2 Mar 2021 09:27:27 +0000 (14:57 +0530)]
Adding-Gtest-for-Line-and-Functional-Coverage

Change-Id: I9fc47c64841165100224ea2e9849526a597cd35a

3 years agoFix memory leak 51/253751/1
Cheoleun Moon [Wed, 17 Feb 2021 05:46:42 +0000 (14:46 +0900)]
Fix memory leak

Change-Id: Iae1e6e126e2f316b02823dadd36e78a8a65a92cc

3 years agoFix cppcheck 'shadowVariable' warnings 63/253363/1 accepted/tizen/unified/20210215.130903 submit/tizen/20210214.231941
Nishant Chaprana [Tue, 9 Feb 2021 07:01:29 +0000 (12:31 +0530)]
Fix cppcheck 'shadowVariable' warnings

Change-Id: I16af365ad5cf8deb0c1347b2a4ed283ee6119b37
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix cppcheck 'clarifyCalculation' warnings 62/253362/1
Nishant Chaprana [Tue, 9 Feb 2021 06:57:23 +0000 (12:27 +0530)]
Fix cppcheck 'clarifyCalculation' warnings

Change-Id: Id2c6e6466e27e948be4e4ace67f18fcf110abefa
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix cppcheck 'returnNonBoolInBooleanFunction' warnings 61/253361/1
Nishant Chaprana [Tue, 9 Feb 2021 06:55:55 +0000 (12:25 +0530)]
Fix cppcheck 'returnNonBoolInBooleanFunction' warnings

Change-Id: Ia7654b61f1b7e6f1e6e1f1b8e243ead49b37999d
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix cppcheck 'invalidPrintfArgType_sint' warnings 60/253360/1
Nishant Chaprana [Tue, 9 Feb 2021 06:54:18 +0000 (12:24 +0530)]
Fix cppcheck 'invalidPrintfArgType_sint' warnings

Change-Id: I19cf070104c83102831472ac8415538976afda7f
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix cppcheck 'unsignedLessThanZero' warnings 59/253359/1
Nishant Chaprana [Tue, 9 Feb 2021 06:51:57 +0000 (12:21 +0530)]
Fix cppcheck 'unsignedLessThanZero' warnings

Change-Id: Ifcbc0adac0e8f086a94e40c0feebd6ed03ed9d1c
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix svace issues (PASSED_TO_PROC_AFTER_FREE) 27/253327/1 accepted/tizen/unified/20210209.124341 submit/tizen/20210209.032013
Cheoleun Moon [Tue, 9 Feb 2021 01:53:29 +0000 (10:53 +0900)]
Fix svace issues (PASSED_TO_PROC_AFTER_FREE)

Change-Id: I04291e7becbe78ed82a16a6fefbafb5c42a5b6b0

3 years agoMerge "Removing unnecessary HTML link for feature" into tizen accepted/tizen/unified/20210122.123005 submit/tizen/20201218.015506 submit/tizen/20201229.102954 submit/tizen/20201230.000625 submit/tizen/20210119.130611
cheoleun moon [Fri, 18 Dec 2020 01:48:37 +0000 (01:48 +0000)]
Merge "Removing unnecessary HTML link for feature" into tizen

3 years agoRemoving unnecessary HTML link for feature 67/249867/2
Cheoleun Moon [Thu, 17 Dec 2020 06:23:09 +0000 (15:23 +0900)]
Removing unnecessary HTML link for feature

Change-Id: I430e4b19674bfd51380f72fc12edd84b3a52675f

3 years agoFix incorrect pointer referencing 30/249730/1 submit/tizen/20201217.131910
Jaehyun Kim [Wed, 16 Dec 2020 08:48:06 +0000 (17:48 +0900)]
Fix incorrect pointer referencing

Change-Id: Ib956140939b24ab0514e2abb1821d3aeb8970b6d
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
3 years agoUse mutex to avoid destroying the wifi handle during event processing 05/249305/2
Jaehyun Kim [Wed, 9 Dec 2020 13:21:07 +0000 (22:21 +0900)]
Use mutex to avoid destroying the wifi handle during event processing

Problems such as crash may occur when an event is received during wifi handle creation
or the wifi handle is destroyed during event processing. To avoid this we use mutex.

Change-Id: I89b300514158922664cd1742a649bb9f6f0d46d3
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
3 years agoFixed to use user input ssid when connecting hidden AP. 56/249156/1
Jaehyun Kim [Tue, 8 Dec 2020 01:21:43 +0000 (10:21 +0900)]
Fixed to use user input ssid when connecting hidden AP.

In the case of hidden AP,
the ssid entered by the user must be used because the raw ssid cannot be determined by full scan.

Change-Id: I9772565d02826d83aa49c9db4366458e3f9cc183
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
3 years agoFix memory leak 81/248481/1 submit/tizen/20201127.052752
Jaehyun Kim [Thu, 26 Nov 2020 11:26:04 +0000 (20:26 +0900)]
Fix memory leak

Change-Id: I393ef9221b581b7c29c027428ec98cbd114e540d
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
3 years agoValidate network_info before processing async dbus method call reply 04/248404/2
Nishant Chaprana [Thu, 26 Nov 2020 05:23:30 +0000 (10:53 +0530)]
Validate network_info before processing async dbus method call reply

Change-Id: Iea759afbfa9f70582fb722b2b5ba7ce9a587f55d
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix typo Succesfully => Successfully 25/248325/3
Nishant Chaprana [Wed, 25 Nov 2020 09:30:30 +0000 (15:00 +0530)]
Fix typo Succesfully => Successfully

Change-Id: I057ea34660277d6e59a988057dd0861e99d6f06b
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoValidate profile when DISCONNECTED before sending callback 34/248234/4
Nishant Chaprana [Tue, 24 Nov 2020 05:46:04 +0000 (11:16 +0530)]
Validate profile when DISCONNECTED before sending callback

Change-Id: I39a1d9458c77f3521fba740547d2178d1cbd5179
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix SVACE warning when IP conflict callback is triggered 21/248321/4
Nishant Chaprana [Wed, 25 Nov 2020 08:58:50 +0000 (14:28 +0530)]
Fix SVACE warning when IP conflict callback is triggered

Below SVCE warnings are fixed in this patch.
=================================
* MEMORY_LEAK.EX: Dynamic memory referenced by 'conflict_info.mac' was allocated at network_signal.c:1433 by calling function 'g_strdup' and lost at network_signal.c:1444.
    [create] Call of g_strdup at /home/abuild/rpmbuild/BUILD/capi-network-wifi-manager-1.3.2/src/network_signal.c:1433
    [leaked] leaked at /home/abuild/rpmbuild/BUILD/capi-network-wifi-manager-1.3.2/src/network_signal.c:1444
* MEMORY_LEAK.EX: Dynamic memory referenced by 'conflict_info.state' was allocated at network_signal.c:1430 by calling function 'g_strdup' and lost at network_signal.c:1444.
    [create] Call of g_strdup at /home/abuild/rpmbuild/BUILD/capi-network-wifi-manager-1.3.2/src/network_signal.c:1430
    [leaked] leaked at /home/abuild/rpmbuild/BUILD/capi-network-wifi-manager-1.3.2/src/network_signal.c:1444
=================================

Change-Id: I6438dba00550b99a4cd8bfca785f5f5b9d3c41d1
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoUse wrapper to free wifi handle memory 19/248319/2
Nishant Chaprana [Wed, 25 Nov 2020 08:25:35 +0000 (13:55 +0530)]
Use wrapper to free wifi handle memory

Change-Id: I8951697392421ed0dba3190045fadbbdc8483300
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix wrong DataLength during TDLS event handling 58/247358/2 submit/tizen/20201116.030352
Nishant Chaprana [Tue, 10 Nov 2020 06:02:41 +0000 (11:32 +0530)]
Fix wrong DataLength during TDLS event handling

strlen() is used for getting the datalength which ignores NULL character.
DataLength should consider NULL character also.

Change-Id: I016f1e84f47ccfcf41c829cedf14b28a893e0d8e
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoRemove GetProperties call from profile STATE_IND event 53/245053/3 submit/tizen/20201106.060323
Nishant Chaprana [Thu, 29 Oct 2020 09:11:27 +0000 (14:41 +0530)]
Remove GetProperties call from profile STATE_IND event

Change-Id: I6fd74f493b5d82ec54bb815148df1eddeaabbbd0
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoRemove GetProperties call from profile CLOSE event 48/245048/3
Nishant Chaprana [Tue, 29 Sep 2020 13:11:40 +0000 (18:41 +0530)]
Remove GetProperties call from profile CLOSE event

Change-Id: Iad04e8292fe541604da0f407d28f1ae1d8e1143b
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoRemove GetProperties call from profile OPEN event 47/245047/4
Nishant Chaprana [Tue, 29 Sep 2020 13:11:40 +0000 (18:41 +0530)]
Remove GetProperties call from profile OPEN event

Change-Id: I1bea5c4fab70b46d4d8025c823b87d63f3c11b65
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoUse connman's StateChangedProperties to process service state 30/245030/4
Nishant Chaprana [Tue, 29 Sep 2020 08:31:59 +0000 (14:01 +0530)]
Use connman's StateChangedProperties to process service state

Change-Id: I7c1dfa8205807998626cec4f6a1aeb56c38aaba8
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoChange WPA security type for hidden AP 30/246230/1 accepted/tizen/unified/20201029.124900 submit/tizen/20201028.023046
hyunuk.tak [Tue, 27 Oct 2020 07:01:43 +0000 (16:01 +0900)]
Change WPA security type for hidden AP

Change-Id: Idbcfcbc45483c3e262bb96890090d1de1b6cc443

3 years agoMerge "[TDLS] Return proper error code in TDLS disconnect operation" into tizen
Jaehyun Kim [Fri, 23 Oct 2020 08:47:33 +0000 (08:47 +0000)]
Merge "[TDLS] Return proper error code in TDLS disconnect operation" into tizen

3 years agoFix an issue where local MAC address is not updated properly 73/245773/1
Jaehyun Kim [Thu, 15 Oct 2020 13:09:38 +0000 (22:09 +0900)]
Fix an issue where local MAC address is not updated properly

Change-Id: Iacd76126e064f37ed65f5d3b6cf99eda29b261a3
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
3 years ago[TDLS] Return proper error code in TDLS disconnect operation 81/245481/1
Nishant Chaprana [Fri, 9 Oct 2020 13:36:47 +0000 (19:06 +0530)]
[TDLS] Return proper error code in TDLS disconnect operation

Change-Id: I2fc0391a500912a49157c0de014b5f85f615ab15
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
3 years agoFix incorrectly handling of error messages 95/245395/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121743 accepted/tizen/6.0/unified/hotfix/20201103.004011 accepted/tizen/6.0/unified/hotfix/20201103.050934 accepted/tizen/unified/20201009.090844 submit/tizen/20201008.064833 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
Jaehyun Kim [Thu, 8 Oct 2020 06:43:15 +0000 (15:43 +0900)]
Fix incorrectly handling of error messages

Change-Id: Iffc04453482fe401f39278e915e0b4c1f7cc7e17
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
3 years agoModify parameter to delete eap profile appropriately 28/245228/1
hyunuk.tak [Mon, 5 Oct 2020 23:38:03 +0000 (08:38 +0900)]
Modify parameter to delete eap profile appropriately

Change-Id: I07cc6922b3c057ad45d52c064ee2178fa062348e

3 years agoMerge "[tool] Use MACRO for using mac address length" into tizen accepted/tizen/unified/20201006.044345 submit/tizen/20200925.132900 submit/tizen/20201005.112026
Jaehyun Kim [Fri, 25 Sep 2020 05:22:20 +0000 (05:22 +0000)]
Merge "[tool] Use MACRO for using mac address length" into tizen

3 years agoMerge "Donot assign NULL after g_free to local pointer" into tizen
Jaehyun Kim [Fri, 25 Sep 2020 05:21:44 +0000 (05:21 +0000)]
Merge "Donot assign NULL after g_free to local pointer" into tizen

3 years agoMerge "Fetch profile info by GetProperties instead of GetServices" into tizen
Jaehyun Kim [Fri, 25 Sep 2020 05:21:28 +0000 (05:21 +0000)]
Merge "Fetch profile info by GetProperties instead of GetServices" into tizen

3 years agoAdd EAP type to test tool 36/244836/2
hyunuk.tak [Thu, 24 Sep 2020 23:57:06 +0000 (08:57 +0900)]
Add EAP type to test tool

Clean up some log

Change-Id: I5a3e1aa4aaaca8847c4af974847b6d062103a8ff
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
3 years agoAdd some lcov block and line 00/244400/2
hyunuk.tak [Fri, 18 Sep 2020 06:39:51 +0000 (15:39 +0900)]
Add some lcov block and line

Change-Id: I87db7dc862ec6f22e679515cbab7ede494ff6ad8

3 years agoProcessing error string appropriately 44/244644/2
hyunuk.tak [Wed, 23 Sep 2020 00:52:25 +0000 (09:52 +0900)]
Processing error string appropriately

Change-Id: If786d3b3a8ad4fc77b08dea87cca72490ee1c7c4

3 years agoAdd to get/set frequency of config 80/244380/2
hyunuk.tak [Fri, 18 Sep 2020 04:01:42 +0000 (13:01 +0900)]
Add to get/set frequency of config

Change-Id: Ic64e6c19266e029a6d44c0746639766953fe9217
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
3 years ago[tool] Use MACRO for using mac address length 90/244490/2
Nishant Chaprana [Sun, 20 Sep 2020 10:18:46 +0000 (15:48 +0530)]
[tool] Use MACRO for using mac address length

Change-Id: Ie463ceb3f8e65519b6d6fdee3c77b02ef13bdf9a
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>