platform/core/csapi/tizenfx.git
7 years agoFix memory leak
chleun.moon [Mon, 27 Mar 2017 06:27:53 +0000 (15:27 +0900)]
Fix memory leak

Change-Id: I030f3941301c4296c8b699efcba4df8e37c7922e
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoRemove Net45
chleun.moon [Mon, 6 Mar 2017 07:31:28 +0000 (16:31 +0900)]
Remove Net45

Change-Id: I61a1530e0ddf91630c7be4286cbbd81f24762565
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years ago[WiFi] Modified the framework code to use SafeHandle for CAPI handles.
adhavan.m [Fri, 24 Feb 2017 06:11:17 +0000 (11:41 +0530)]
[WiFi] Modified the framework code to use SafeHandle for CAPI handles.
Fix for JIRA issue TCAPI-2224

Change-Id: I9cdcbb2c0050e59617606fb4118b862232082e7f
Signed-off-by: adhavan.m <adhavan.m@samsung.com>
7 years ago[WiFi] Fixes for design issues reported in confluence
adhavan.m [Fri, 17 Feb 2017 07:07:50 +0000 (12:37 +0530)]
[WiFi] Fixes for design issues reported in confluence

Signed-off-by: adhavan.m <adhavan.m@samsung.com>
Change-Id: I2b8789652d12037a6479c67ac9992cb3034404d7

7 years agoFix csproj file
chleun.moon [Wed, 15 Feb 2017 01:52:30 +0000 (10:52 +0900)]
Fix csproj file

Change-Id: I08a9c90fbdabca5d22dc68c3eb446fc76e504515
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoFix TCAPI-2223
chleun.moon [Tue, 14 Feb 2017 06:45:14 +0000 (15:45 +0900)]
Fix TCAPI-2223

Hidden AP is supposed to be created when hidden as a parameter of createHanddle() is true, but it was reversed.

Change-Id: Ia3d13626d04f3b0254bcafd379abac838236f1f0
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoApply two-letter acronyms (Ip --> IP, Ap --> AP)
chleun.moon [Tue, 14 Feb 2017 05:47:20 +0000 (14:47 +0900)]
Apply two-letter acronyms (Ip --> IP, Ap --> AP)

https://msdn.microsoft.com/en-us/library/ms229043(v=vs.110).aspx

Change-Id: If19c3518506aa966741d6ede4715bfa6570b4e52
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years ago[WiFi] Added wifi-manager changes and fix for multi-thread support.
adhavan.m [Wed, 8 Feb 2017 11:06:20 +0000 (16:36 +0530)]
[WiFi] Added wifi-manager changes and fix for multi-thread support.

Signed-off-by: adhavan.m <adhavan.m@samsung.com>
Change-Id: I6cade0774538422555f2f4f4a33ab8de89b30a05

7 years ago[WiFi] Fix for wifi initialization problem to avoid block TCT issues in emulator
adhavan.m [Wed, 1 Feb 2017 13:01:07 +0000 (18:31 +0530)]
[WiFi] Fix for wifi initialization problem to avoid block TCT issues in emulator

Signed-off-by: adhavan.m <adhavan.m@samsung.com>
Change-Id: I09e8c54ff9f166afcc00ab8524dc660b814ff1c4

7 years agoFix Dispose to release native resources only when Dispose is explicitly called
chleun.moon [Thu, 19 Jan 2017 09:42:59 +0000 (18:42 +0900)]
Fix Dispose to release native resources only when Dispose is explicitly called

Change-Id: I059597481ac84b0967b7737c0950a913a2b65540
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoEnable building on arch ix86
chleun.moon [Tue, 10 Jan 2017 07:32:33 +0000 (16:32 +0900)]
Enable building on arch ix86

Change-Id: Ide215e40045b1256463926d5dc3be17ecab0065e
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoFix the method to get IAddressInformation of WiFiNetwork
chleun.moon [Tue, 10 Jan 2017 05:07:32 +0000 (14:07 +0900)]
Fix the method to get IAddressInformation of WiFiNetwork

IAddressInformation _ipv4 and _ipv6 was created by Connection.AddressFactory.CreateAddressInformation.
However, for WiFi, it was wrong approach and so Connection.AddressFactory.CreateAddressInformation is used only for Connection csapi.
Now, WiFi AddressInformation is directly created.

Change-Id: I89628bd98f160c36a0cb2caa31f10f3afb65d278
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years ago[C# Wi-Fi] Adding C# Wi-Fi code
Yu Jiung [Thu, 22 Dec 2016 07:40:54 +0000 (16:40 +0900)]
[C# Wi-Fi] Adding C# Wi-Fi code

Change-Id: Ic107d5cda39e6617eabe69b5f143a5a0aab47ea4
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoInitial empty repository
Jong Jeong Kim [Tue, 20 Dec 2016 01:31:08 +0000 (17:31 -0800)]
Initial empty repository