summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
chleun.moon [Mon, 15 May 2017 08:10:07 +0000 (17:10 +0900)]
Revert before adding new apis
Change-Id: I71cd75c57253284fa2f3ff7b63ebe43b5db3d0eb
Signed-off-by: cheoleun <chleun.moon@samsung.com>
chleun.moon [Fri, 12 May 2017 01:56:03 +0000 (10:56 +0900)]
Add GetWiFiHandle
Change-Id: I566b31208a2094f120e645fefe5fdad4e2c51578
Signed-off-by: cheoleun <chleun.moon@samsung.com>
chleun.moon [Tue, 11 Apr 2017 06:58:13 +0000 (15:58 +0900)]
Add new properties
1. Add GetAllIPv6Addresses() to WiFiNetwork
2. Add PrefixLength to WiFiAddressInformation
3. Add DnsConfigType to WiFiAddressInformation
Change-Id: Ibdf37487143f4dc79a606b5d55fcb3baf625fd8e
Signed-off-by: cheoleun <chleun.moon@samsung.com>
chleun.moon [Mon, 10 Apr 2017 04:18:31 +0000 (13:18 +0900)]
Release IntPtr after obtaining value from native api
Change-Id: I5fa0ce0bf6826819042dfe44b180d43f56d91818
adhavan.m [Fri, 17 Mar 2017 05:32:35 +0000 (11:02 +0530)]
[WiFi] Design issue fixes.
Change-Id: I89ebd958c27934bc2f0a78447a9530840b56ff0c
Signed-off-by: adhavan.m <adhavan.m@samsung.com>
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>
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>
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>
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
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>
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>
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>
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
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
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>
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>
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>
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>
Jong Jeong Kim [Tue, 20 Dec 2016 01:31:08 +0000 (17:31 -0800)]
Initial empty repository