Nishant Chaprana [Tue, 11 Sep 2018 06:39:46 +0000 (12:09 +0530)]
[Coverity CID: 1025913] Fixed resource leak issue.
Change-Id: Ifc4e5c7982c110ee55ae3addffef09fb5824a938
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
cheoleun moon [Mon, 10 Sep 2018 06:01:03 +0000 (06:01 +0000)]
Merge "Revert "[SVACE Fix][WGID: 34553] Use proper IPV6 address size"" into tizen
cheoleun moon [Mon, 10 Sep 2018 05:54:46 +0000 (05:54 +0000)]
Revert "[SVACE Fix][WGID: 34553] Use proper IPV6 address size"
This reverts commit
a9296842694e6a84173860bbd9cc40ff325e1b82.
str is a variable to store ipv6 address from /proc/net/if_inet6. The value doesn't include ':', so the length of ipv6 address in /proc/net/if_inet6 is 32.
e.g)
sh-3.2# cat if_inet6
00000000000000000000000000000001 01 80 10 80 lo
fe8000000000000034dc1afffe42080e 57 40 20 80 wlan0
fd000000000000006cab78fe232e6105 57 40 00 01 wlan0
Change-Id: I678c80822cff6c794a2ddce3f3b6395ecf1e278e
cheoleun moon [Tue, 4 Sep 2018 04:00:29 +0000 (04:00 +0000)]
Revert "Use loop of mapping table instead long if-else clauses"
This reverts commit
8d3662bb4092601dffcfcc2bc698b853181a03a4.
Change-Id: Iebddcbb167aa331be5666d152029a8d4f015058d
chleun.moon [Tue, 4 Sep 2018 04:00:06 +0000 (04:00 +0000)]
Merge changes I08152159,Ib14f7b66,Iee54f4d8,Id97274e6,I8798b208 into tizen
* changes:
Simplify __net_telephony_get_profile_info by using functions dedicated to each task
Simplify __net_extract_wifi_info by using functions dedicated to each key
Simplify __net_modify_wlan_profile_info by using functions dedicated to each task
Separate the function that handle each event callback
Use loop of mapping table instead long if-else clauses
chleun.moon [Tue, 4 Sep 2018 03:58:37 +0000 (03:58 +0000)]
Merge "Use handler functions for each key" into tizen
chleun.moon [Tue, 4 Sep 2018 00:40:34 +0000 (09:40 +0900)]
Simplify __net_telephony_get_profile_info by using functions dedicated to each task
Change-Id: I081521597d11337397c096fbb6b8dd487e3413fe
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
chleun.moon [Mon, 3 Sep 2018 10:35:30 +0000 (19:35 +0900)]
Simplify __net_extract_wifi_info by using functions dedicated to each key
Change-Id: Ib14f7b6638c0f52b3d849613645ca9adb7b5befd
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
Jaehyun Kim [Mon, 3 Sep 2018 04:12:11 +0000 (04:12 +0000)]
Merge "Refactor functions for mptcp" into tizen
Nishant Chaprana [Fri, 31 Aug 2018 12:45:46 +0000 (18:15 +0530)]
[Wi-Fi Mesh] Check whether technology is available before calling GetMeshPeers method
Change-Id: I1dbcd6e7809cf7c2077074018ee95db9a6bfbe4f
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
chleun.moon [Thu, 30 Aug 2018 05:00:05 +0000 (14:00 +0900)]
Simplify __net_modify_wlan_profile_info by using functions dedicated to each task
Change-Id: Iee54f4d8a7211cd26121289e549074d2a906bfab
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
chleun.moon [Thu, 30 Aug 2018 04:34:56 +0000 (13:34 +0900)]
Separate the function that handle each event callback
Change-Id: Id97274e60e512a6cbbe7ef18809d0655d51a8200
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
chleun.moon [Thu, 30 Aug 2018 04:14:11 +0000 (13:14 +0900)]
Use loop of mapping table instead long if-else clauses
Change-Id: I8798b20893647bb52ed05c70c589badb92d22607
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
chleun.moon [Thu, 30 Aug 2018 04:06:19 +0000 (13:06 +0900)]
Use handler functions for each key
Change-Id: I13e111c8262ca14f03de0d9a7bcd53cd356b1439
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
Seonah Moon [Wed, 29 Aug 2018 01:33:49 +0000 (10:33 +0900)]
Refactor functions for mptcp
Change-Id: Ie4e4bc11d886d767d5becf4504f29de31292e335
Nishant Chaprana [Tue, 14 Aug 2018 07:34:28 +0000 (13:04 +0530)]
[libnet-client] Added Tizen Wi-Fi Mesh
Change-Id: I1364bb27fac00af51350293756c67be3608fca6f
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Tue, 14 Aug 2018 09:11:28 +0000 (14:41 +0530)]
[SVACE Fix][WGID: 34553] Use proper IPV6 address size
Change-Id: I8b20f859f64397ece24062a8ca6c54c805c97e99
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Niraj Kumar Goit [Wed, 16 May 2018 06:26:35 +0000 (11:56 +0530)]
Use netconfig wifi interface instead of tv_profile.
As tv_profile interface is removed from net-config use wifi
interface to call DBus method instead of tv_profile.
Change-Id: Icaa9a1b5175c288a15619b25359be297489ddd4f
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Jaehyun Kim [Fri, 23 Feb 2018 07:18:22 +0000 (16:18 +0900)]
Added APIs for C# thread handling
It is not guaranteed that the GC in C# will call connection_destroy
on the thread that called connection_create.
So I added thread-independent APIs for init/deinit.
Change-Id: I7eafd18b24b5ef51a1f69e8ebb53d40b09b181e1
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
chleun.moon [Mon, 5 Feb 2018 02:08:50 +0000 (11:08 +0900)]
Add Multipath TCP
Change-Id: I61919386f39245ab748aa00576db6a9c7af50991
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
Niraj Kumar Goit [Tue, 16 Jan 2018 08:56:24 +0000 (14:26 +0530)]
Added scan reply logic in scan request function.
Added scan reply logic in scan request function to fix
scan callback issue when previous scan is already in progress.
Change-Id: I1b10b29776389e074719ab0f2f80d539fe7f0083
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Taesoo Jun [Wed, 27 Dec 2017 00:46:19 +0000 (09:46 +0900)]
Fix commnents in network-cm-intf.h
Change-Id: Idd27a9e4901321dc65bd1293f298e09fce413ac7
Saurav Babu [Tue, 12 Dec 2017 14:18:24 +0000 (19:48 +0530)]
libnet-client: Receive NetworkConfigChanged Signal and notify to CAPI
This patch receives NetworkConfigChanged from net-config and notify
changed events to CAPI.
Change-Id: Icc62114ad4948b1ec0f9b916982c87784592e4ff
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Seonah Moon [Mon, 11 Dec 2017 05:34:48 +0000 (14:34 +0900)]
Move ipv6 preferred API to profile header
Change-Id: I107cede35267c66d04f8c5e7c49b65ea2d1662a2
taesub kim [Tue, 5 Dec 2017 05:17:30 +0000 (05:17 +0000)]
Merge "Added APIs get the tcp dump and network state" into tizen
taesub kim [Tue, 24 Oct 2017 05:01:03 +0000 (14:01 +0900)]
Added APIs get the tcp dump and network state
Change-Id: I1bbf32033d15e506d3f10425577b9148ca85e98d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Wed, 15 Nov 2017 07:16:45 +0000 (07:16 +0000)]
Merge "add new API for preferred Ipv6 address" into tizen
Niraj Kumar Goit [Mon, 13 Nov 2017 09:08:02 +0000 (14:38 +0530)]
Use connman Dbus method "SpecificScan" to search specific AP.
Change-Id: Ife4a5eaf4c08748a40f1f23a9b8a63dd9de6a42f
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Seonah Moon [Thu, 2 Nov 2017 09:50:46 +0000 (18:50 +0900)]
add new API for preferred Ipv6 address
Change-Id: Ib2bb81c6711d71053720639648dac3310e29c7f2
Seonah Moon [Wed, 11 Oct 2017 05:13:20 +0000 (14:13 +0900)]
[CID-43867] Check return value
Change-Id: I5cd69d00aa8a2daac17027f0ef11889fc3780155
Jaehyun Kim [Fri, 8 Sep 2017 09:23:03 +0000 (18:23 +0900)]
Add support for metered network
Change-Id: I4e12ee7322190ca6924fd70d082e94a3b9990c1a
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
taesub kim [Mon, 11 Sep 2017 00:33:12 +0000 (00:33 +0000)]
Merge "Fix memory leak" into tizen
taesub kim [Fri, 25 Aug 2017 04:54:40 +0000 (13:54 +0900)]
Remove dead code (WPS scan)
Change-Id: I02bd82aa4f7093bf5a0a13ebaeff8fd9f73135f1
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
chleun.moon [Thu, 10 Aug 2017 01:02:01 +0000 (10:02 +0900)]
Fix memory leak
Change-Id: Id54f9e1d5d0aafe63b7aa437690889f288442462
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Abhishek Sansanwal [Thu, 3 Aug 2017 05:27:47 +0000 (10:57 +0530)]
Save DHCP leased seconds received from connman in the profile
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I46eebdb70bf61b9ead405fa46f9f7aae61732811
Milind Ramesh Murhekar [Wed, 19 Jul 2017 09:06:22 +0000 (14:36 +0530)]
Remove newline char from dlog prints.
Change-Id: Ic76343f76b0588d3724b3cfb967c1aebadc9d9e3
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
Seonah Moon [Tue, 16 May 2017 10:29:02 +0000 (19:29 +0900)]
Updated dns address for IPv6 when profile is modified
Change-Id: I33500f31f2d7a29b1d907cb155484b42573aa5ff
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Fri, 26 May 2017 04:53:22 +0000 (13:53 +0900)]
Moved *.so file to devel package
Change-Id: Ib33679f1763f4bf409c644971d6d622e1bafca8b
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Mon, 8 May 2017 07:41:48 +0000 (16:41 +0900)]
Replaced sscanf() with snprintf() #2
Change-Id: I0a749bbb352d7f58c8187c04dfc4072c860a6245
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Seonah Moon [Tue, 25 Apr 2017 06:52:32 +0000 (15:52 +0900)]
Replaced sscanf() with snprintf()
Change-Id: I0b46c361acec0d600d3afa86605216f92de0da4c
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Mon, 24 Apr 2017 00:48:26 +0000 (00:48 +0000)]
Merge "Store DHCP Server Address in net_dev_info_s structure" into tizen
taesub kim [Fri, 21 Apr 2017 00:28:35 +0000 (09:28 +0900)]
Modified logic of status check when wifi_deactivate for case of WIFI_UNKNOWN
Change-Id: I3734067e1c6adcf21aad25dcfc612ef6ebf66936
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Tue, 11 Apr 2017 10:49:32 +0000 (19:49 +0900)]
Added CAPI to add/remove route table
Change-Id: Ie1236e2fe666b8b684b0c8fb24171deb4e56a8b5
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Abhishek Sansanwal [Mon, 10 Apr 2017 05:10:40 +0000 (10:40 +0530)]
Fix for null terminator
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: If9894c3aebf3a74e5e7571907c84666bc79d511e
Nishant Chaprana [Fri, 7 Apr 2017 04:22:25 +0000 (09:52 +0530)]
Removed dead code
Change-Id: I6935ba0371989aa4c93bc2e20c53b38bb5d7bf4b
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
taesub kim [Thu, 6 Apr 2017 08:43:50 +0000 (17:43 +0900)]
Store DHCP Server Address in net_dev_info_s structure
Change-Id: I6ff3d6138caa50134a4173cc750921db8c3a6b06
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
hyunuktak [Fri, 31 Mar 2017 06:19:30 +0000 (15:19 +0900)]
Fixed a svace issue for deref
Change-Id: I978f0518f5a2fda51bb61a2705272a8a2bfdcb9d
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
chleun.moon [Thu, 30 Mar 2017 09:13:31 +0000 (18:13 +0900)]
Fix not to deliver unintended events
Change-Id: I08fd58b1477e4816ce7b63214670ec329bdc814e
Signed-off-by: cheoleun <chleun.moon@samsung.com>
chleun.moon [Mon, 27 Mar 2017 01:56:44 +0000 (10:56 +0900)]
Fix memory leak (WGID 185685, 185686)
Change-Id: I30eb9301bb1af96f95681b280cce73db22197ff6
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Seonah Moon [Wed, 22 Mar 2017 06:30:40 +0000 (15:30 +0900)]
Changed the path of license by using '%license' macro
Change-Id: I2c08be213f137acd711114d813bedc57281785f1
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Tue, 21 Mar 2017 05:33:39 +0000 (14:33 +0900)]
Add converting function for netmask
Change-Id: I9fb8655fb1ecc99c756e2e2a0b6730a0c7da23b4
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Mon, 20 Mar 2017 06:26:14 +0000 (15:26 +0900)]
Implement function to get IPv6 addresses
Change-Id: I69d4167964d5783162b7feb7d85da2ac9f90692b
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Saurav Babu [Mon, 8 Jun 2015 12:59:49 +0000 (18:29 +0530)]
Added feature to get/set DNS Config Type and IPv6 state
Change-Id: I8788981cf2a376d3509e69c4494b2daa6aa60193
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Thu, 9 Mar 2017 05:50:19 +0000 (14:50 +0900)]
Added NOTICE file
Change-Id: I63dd0f83ca89fea72d616b33ed270e829d40134c
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Saurav Babu [Wed, 8 Feb 2017 08:22:24 +0000 (13:52 +0530)]
net-client: No need to update wifi info from supplicant
In case when there are multiple Wi-Fi networks with same SSID then
ConnMan only has one profile which is the profile for Connected AP. This
makes obsolete to update the information of Connected AP as ConnMan
already has updated information corresponding to connected AP.
Change-Id: I5e0d611a0ddb5a02e1e0ac48e20fe7be95f40669
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Yu Jiung [Mon, 19 Dec 2016 11:12:47 +0000 (20:12 +0900)]
Fix compile error which is specific for GCC 6.2
Change-Id: I1908ee562e6f95ed3c9b7433d436fb37f3e88cc0
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
cheoleun moon [Wed, 23 Nov 2016 00:18:16 +0000 (16:18 -0800)]
Merge "Use ScanDone signal from connman instead of wpa_supplicant" into tizen
cheoleun moon [Wed, 23 Nov 2016 00:18:04 +0000 (16:18 -0800)]
Merge "[net-client] Don't set NULL ProfileName in request_table for hidden AP." into tizen
cheoleun moon [Tue, 22 Nov 2016 23:51:51 +0000 (15:51 -0800)]
Merge "[libnet-client]: fixed typo" into tizen
Saurav Babu [Thu, 17 Nov 2016 11:38:53 +0000 (17:08 +0530)]
Use ScanDone signal from connman instead of wpa_supplicant
This allows application to perform scan immediately on receiving
ScanDone signal. Previously there was synchronization issue between
Application and connman receiving ScanDone signal.
Change-Id: I69493c586e9e45296ecbb425f2476dd6f6449abc
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Saurav Babu [Wed, 19 Oct 2016 14:16:20 +0000 (19:46 +0530)]
[net-client] Don't set NULL ProfileName in request_table for hidden AP.
In case of hidden AP connection, AP is not yet scanned so no profile
name exists. This patch sets the group name of hidden AP created using ssid,
mode and security as ProfileName in request_table. If no profile name is
set in request_table then libnet-client sends NET_ERR_OPERATION_ABORTED
error in connection open response if any AP is disconnected.
Ideally NET_ERR_OPERATION_ABORTED should only be sent in conneciton open
response when hidden AP requested for connection gets disconnected.
Change-Id: Ieea15637729b5c7baf225bac9312c5782eb984f9
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Maneesh Jain [Thu, 17 Nov 2016 04:17:20 +0000 (09:47 +0530)]
[libnet-client]: fixed typo
Change-Id: Ie397885710d20a6c3e9438b5b2db4e3101632fe2
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Jaehyun Kim [Wed, 16 Nov 2016 07:51:27 +0000 (16:51 +0900)]
Modified to get security info correctly for ssid scan
Change-Id: I48ea0f8d3fdf1deafd810a1861ba1658c5c46596
taesub.kim [Fri, 4 Nov 2016 00:05:57 +0000 (09:05 +0900)]
Modified the signal handler for overlap connection/disconnection callback
Change-Id: I17022b2c61854d8dc6c2da9410f545d3caf1c750
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Saurav Babu [Mon, 26 Sep 2016 11:56:59 +0000 (17:26 +0530)]
[net-client] Send ProfileName in NET_EVENT_OPEN_RSP when WiFiConnectFail occurs
Change-Id: Icd13742d3b07cb767592910c9fb2d774d91fc9e4
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
MyungJoo Ham [Mon, 5 Sep 2016 07:08:11 +0000 (16:08 +0900)]
Remove unnecessary profile build dependency
The Tizen-internal APIs specific for TV have been built
when %profile is tv only.
In order to remove profile build dependency, we allow to
build such internal APIs unconditionally.
Note that these are internal APIs specific for network
framework, which are not supposed to be used elsewhere.
Plus, because these are not external APIs (APIs for Apps),
this does not affect the Tizen profiles.
Change-Id: Ibf8df321924f5402efd6f26611c01b70719820c3
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
MyungJoo Ham [Wed, 31 Aug 2016 02:31:08 +0000 (11:31 +0900)]
Remove unnecessary CFLAG definition.
libnet-client$ grep -r "TIZEN_WEARABLE" *
shows nothing. So, compiler definition "TIZEN_WEARABLE" is useless.
Change-Id: Iee96692845ef451ae7b44da5e50f722ec22656f8
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
hyunuktak [Tue, 9 Aug 2016 00:38:31 +0000 (09:38 +0900)]
Set the wifi state when initialized table
If wifi state is unknown, then it needs to set the state as off,
when initialized status tables.
Change-Id: I17590763a658fe41f4b5a006010340d2edb2667b
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesub kim [Thu, 21 Jul 2016 23:15:24 +0000 (16:15 -0700)]
Merge "[libnet-client] Replace deprecated method Service.GetProperties() with Manager.GetServices()" into tizen
hyunuktak [Mon, 11 Jul 2016 04:27:11 +0000 (13:27 +0900)]
Fixed the svace issue for dereference
Change-Id: Ia230c7a1048f686c7a6d120d783b39d9ab9faf61
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Saurav Babu [Thu, 7 Jul 2016 08:26:30 +0000 (13:56 +0530)]
[libnet-client] Replace deprecated method Service.GetProperties() with Manager.GetServices()
Change-Id: I145d5cb500fa4048b6f2f1f4166ec258ed377a79
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Sumit Aggarwal [Mon, 20 Jun 2016 15:11:04 +0000 (20:41 +0530)]
Corrected PrefixLength type.
PrefixLength is exposed as a byte in connman, but set as string in
libnet.Reference connman upstream patch:
http://git.kernel.org/cgit/network/connman/connman.git/commit/src/ipconfig.c?id=
48987a5bb9c608b5189cd4c4ae19128c1f82b0ea
Change-Id: I084508d975c9a499cb01310790b44d23d0d553d0
Signed-off-by: Sumit Aggarwal <aggarwal.s@samsung.com>
hyunuktak [Mon, 13 Jun 2016 00:10:53 +0000 (09:10 +0900)]
Add to check wifi dpm for modify profile
Change-Id: Ie4655db9595d55b17eac2e5a9c4a909434f19ed2
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Tue, 31 May 2016 08:13:23 +0000 (17:13 +0900)]
Apply device policy for wifi and wifi profile
Change-Id: I9508de92b4cdaeeddbf78e1182acdb27c2116572
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 18 May 2016 05:32:08 +0000 (14:32 +0900)]
Reseting the state back in case of failure state
Change-Id: I64517a208f51f6e286d3410594ff6950d0b7ebce
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Thu, 12 May 2016 02:42:38 +0000 (11:42 +0900)]
Modify to make g_variant for string
Change-Id: Ib589e00e1986084ae316f81e64bda15890173849
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Mon, 18 Apr 2016 06:56:23 +0000 (15:56 +0900)]
Add some types for cellular pdn
Change-Id: I8e629102055c78a8a6f269ae9b64c18a77a9efb9
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesub kim [Wed, 6 Apr 2016 08:55:55 +0000 (01:55 -0700)]
Merge "Apply coding rule" into tizen
taesub kim [Wed, 6 Apr 2016 07:54:19 +0000 (00:54 -0700)]
Merge "Added underscore to group name with prefix ssid" into tizen
hyunuktak [Fri, 1 Apr 2016 05:53:10 +0000 (14:53 +0900)]
Apply coding rule
Change-Id: Ia9dba22891da7ef7d8657154e0a55ff080066bb9
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
chleun.moon [Mon, 28 Mar 2016 08:09:32 +0000 (17:09 +0900)]
Added underscore to group name with prefix ssid
Change-Id: I576383759b50d5c6d8a0475b84bbf5fa0d447538
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Saurav Babu [Wed, 30 Mar 2016 07:09:58 +0000 (12:39 +0530)]
[libnet-client] Fixed wifi_ap_get_dns_address with order 1 returning 0.0.0.0 always
In Tizen connman's Nameservers property has format as below
Nameservers = [ <DNS Config Type>, <DNS Addr 1>, <DNS Addr 2>.... ]
DNS Config Type values can be "dhcp" or "manual" and should not
be treated as IP Address, so ignore values for DNS Config Type
If DNS Config Type value is not ignored then wifi_ap_get_dns_address
with order 1 will always return 0.0.0.0.
Change-Id: Iee501d08002fe3ea771cff33e9217120e2584ab5
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Seonah Moon [Fri, 25 Mar 2016 05:21:11 +0000 (14:21 +0900)]
[SVACE][TIZEN_3.0_TV][Major][WGID-66386] NONTERMINATED_STRING
Change-Id: Ib74c809098a8e818c4d68dca36f72ce7a2fd7b74
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
hyunuktak [Wed, 2 Mar 2016 09:58:57 +0000 (18:58 +0900)]
Fixed some svace for unsigned char
Change-Id: I8d707a0c09f0b2faceceaf01a004dd26445421f8
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Thu, 25 Feb 2016 00:36:30 +0000 (09:36 +0900)]
Removed the secure setwork log
Change-Id: I0051422a55c1138ac52ee25e19f7048e564e8086
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Saurav Babu [Tue, 16 Feb 2016 04:34:56 +0000 (10:04 +0530)]
[libnet-client] Fixed compile time warning
Following compile time warning was observed:
[ 23s] Makefile.am:16: warning: source file 'src/network-wifi-intf.c' is in a subdirectory,
[ 23s] Makefile.am:16: but option 'subdir-objects' is disabled
[ 23s] automake: warning: possible forward-incompatibility.
[ 23s] automake: At least a source file is in a subdirectory, but the 'subdir-objects'
[ 23s] automake: automake option hasn't been enabled. For now, the corresponding output
[ 23s] automake: object file(s) will be placed in the top-level directory. However,
[ 23s] automake: this behaviour will change in future Automake versions: they will
[ 23s] automake: unconditionally cause object files to be placed in the same subdirectory
[ 23s] automake: of the corresponding sources.
[ 23s] automake: You are advised to start using 'subdir-objects' option throughout your
[ 23s] automake: project, to avoid future incompatibilities.
This patch adds subdir-objects option to Automake.
Change-Id: I49229f025fbbb2db3e942dd792073924afab9a54
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
hyunuktak [Thu, 28 Jan 2016 02:49:39 +0000 (11:49 +0900)]
Modified to get wifi state
Change-Id: I34d33343d3ff86fd0045735cb7e49987d7a4d619
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Saurav Babu [Tue, 19 Jan 2016 05:05:17 +0000 (10:35 +0530)]
[libnet-client] Clear WiFi connection flags when wifi connection fails
This patch clears WiFi connecetion flags when WiFiConnectFail is
received from net-config
Change-Id: Ie8e56adc3b2c287dcff110cca62b6076e39fe4c4
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Saurav Babu [Wed, 6 Jan 2016 10:19:47 +0000 (15:49 +0530)]
Modified logic so that callback is sent to their respective thread
Currently for sending few callbacks to CAPI g_idle_add_full() is
used. g_idle_add_full() adds the callback in global main context of the
application and not the context in which thread was operating. See
description at
https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html#g-idle-add-full
This patch modifies the logic to create a g_idle_source_new() and then
attach this source to the thread's context rather than global main
context of application.
Change-Id: I229f5b035d252ffd30ca35335f20ba09a1edf3f7
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
hyunuktak [Wed, 16 Dec 2015 04:48:42 +0000 (13:48 +0900)]
[ACR]Add new APIs for TDLS
Change-Id: I0171927d83dff8d71ed194e088ba0fb877a37fbd
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesub.kim [Mon, 5 Oct 2015 06:53:52 +0000 (15:53 +0900)]
Sync with Tizen 2.4(v1.1.41)
Change-Id: I1294456d1f4f00bad5ce68f939d68c4f082b4f03
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Mon, 7 Sep 2015 12:54:09 +0000 (21:54 +0900)]
Modify the length for netpm wlan
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I787bf72e1afa1ae6d8495606a38193f66d1d03c3
Seonah Moon [Thu, 27 Aug 2015 04:45:25 +0000 (13:45 +0900)]
Fixed Tizen Profile Build Flag as per Tizen 3.0
Change-Id: I771b4748e88dcf9bd797d39f021990d8f20e9e1e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
hyunuktak [Mon, 10 Aug 2015 07:01:13 +0000 (16:01 +0900)]
Remove the buildrequire for model-build-features
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ib38eb03df94099aae3921d0b9868bc0f68546408
hyunuktak [Fri, 7 Aug 2015 08:07:51 +0000 (17:07 +0900)]
Base Code merged to SPIN 2.4
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I73d8b1a477817601e599f8c5831710087b78e50a
Maneesh Jain [Thu, 11 Jun 2015 05:00:14 +0000 (10:30 +0530)]
Add support of IPv6 address in ethernet profile.
Change-Id: I086dec1f83619898202f6c0dd81f49fa3e475aec
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
taesub.kim [Thu, 4 Jun 2015 01:16:45 +0000 (10:16 +0900)]
Fix build fail to emulator
Change-Id: I48188de81418fa9c676d04cd5e2d6b4151100e8d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Mon, 1 Jun 2015 06:48:30 +0000 (15:48 +0900)]
Fix initialize and hidden issues
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ic5e80ea9ed65362fec136531ecf8b3bb3d45938c
hyunuktak [Mon, 1 Jun 2015 02:17:14 +0000 (11:17 +0900)]
Add struct to scan bss info
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I3c6eba643b908addfc371e114729ddd6a0866166
taesub kim [Fri, 29 May 2015 07:07:23 +0000 (00:07 -0700)]
Merge "Update DNS & Proxy Addressing for ethernet profile" into tizen