summaryrefslogtreecommitdiff
path: root/packaging/csapi-network-wifi.spec
AgeCommit message (Collapse)AuthorFilesLines
2017-08-21Update versionsubmit/tizen_4.0/20170828.100003submit/tizen/20170821.043918accepted/tizen/unified/20170821.144501accepted/tizen/4.0/unified/20170828.223457tizen_4.0tizenaccepted/tizen_unifiedaccepted/tizen_4.0_unifiedchleun.moon1-1/+1
Change-Id: Iab8879446165dc3e60e4ab2b57e6fcc3ddb7ebd8 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-08-01Fix typosubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170801.063103accepted/tizen/unified/20170801.200038accepted/tizen/4.0/unified/20170816.014909chleun.moon1-1/+1
Change-Id: Ida201bbf3240e985c86478f6fec138146f9c8ae5 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-07-10[TSACR-28] Added DhcpServerAddresssubmit/tizen/20170710.054626accepted/tizen/unified/20170710.154540adhavan.m1-1/+1
Change-Id: I564ba3c6a5e83b0ddee11a823f055971b19f9a04 Signed-off-by: adhavan.m <adhavan.m@samsung.com>
2017-06-12Add an internal API GetHandle()submit/tizen/20170612.051752accepted/tizen/unified/20170612.074002chleun.moon1-1/+1
Change-Id: Ief642128ae05e515aa2034b45142a3e1b06d2e14 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-06-08Merge packaging information to csprojsubmit/tizen/20170609.022236WonYoung Choi1-1/+1
Change-Id: I60160d54aa04e002c74ace9985653239e471e800 Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
2017-06-02[TCSACR-11] Add new propertiessubmit/tizen/20170602.063533accepted/tizen/unified/20170605.150900chleun.moon1-1/+1
1. Add GetAllIPv6Addresses() to WiFiNetwork 2. Add PrefixLength to WiFiAddressInformation 3. Add DnsConfigType to WiFiAddressInformation Change-Id: Iab80d5cdf9c8e04fe8989b89f1cb7d32220f7d36 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-05-24Add API reference and exception as per the guidelineschleun.moon1-1/+1
Change-Id: Iaa7e7718402b0347c0121218a3fc8da6753c4f36 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-05-15Revert before adding new apistizen_4.0.m1_releasesubmit/tizen/20170515.091035accepted/tizen/unified/20170515.154514chleun.moon1-1/+1
Change-Id: I71cd75c57253284fa2f3ff7b63ebe43b5db3d0eb Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-05-12Add GetWiFiHandlesubmit/tizen/20170512.020131accepted/tizen/unified/20170512.023909chleun.moon1-1/+1
Change-Id: I566b31208a2094f120e645fefe5fdad4e2c51578 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-04-13Add new propertiessubmit/tizen/20170510.102854chleun.moon1-1/+1
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>
2017-04-10Release IntPtr after obtaining value from native apichleun.moon1-1/+1
Change-Id: I5fa0ce0bf6826819042dfe44b180d43f56d91818
2017-03-29[WiFi] Design issue fixes.submit/tizen/20170329.064810accepted/tizen/unified/20170330.223515accepted/tizen/tv/20170330.223440accepted/tizen/mobile/20170330.223424accepted/tizen/ivi/20170330.223456accepted/tizen/common/20170329.172303accepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonadhavan.m1-1/+1
Change-Id: I89ebd958c27934bc2f0a78447a9530840b56ff0c Signed-off-by: adhavan.m <adhavan.m@samsung.com>
2017-03-27Fix memory leaksubmit/tizen/20170327.064711accepted/tizen/unified/20170328.053853accepted/tizen/tv/20170328.053651accepted/tizen/mobile/20170328.053633accepted/tizen/ivi/20170328.053716accepted/tizen/common/20170327.142734chleun.moon1-1/+1
Change-Id: I030f3941301c4296c8b699efcba4df8e37c7922e Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-03-06Remove Net45submit/tizen_unified/20170310.011402submit/tizen_unified/20170308.100503submit/tizen/20170306.065826accepted/tizen/unified/20170310.080543accepted/tizen/unified/20170309.120708accepted/tizen/tv/20170309.071848accepted/tizen/mobile/20170309.071724accepted/tizen/ivi/20170309.071951accepted/tizen/common/20170309.174807chleun.moon1-1/+1
Change-Id: I61a1530e0ddf91630c7be4286cbbd81f24762565 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-02-28[WiFi] Modified the framework code to use SafeHandle for CAPI handles.submit/tizen_unified/20170308.100407submit/tizen/20170228.074144accepted/tizen/tv/20170228.084814accepted/tizen/mobile/20170228.084757accepted/tizen/ivi/20170228.084829accepted/tizen/common/20170228.162150adhavan.m1-1/+1
Fix for JIRA issue TCAPI-2224 Change-Id: I9cdcbb2c0050e59617606fb4118b862232082e7f Signed-off-by: adhavan.m <adhavan.m@samsung.com>
2017-02-21[WiFi] Fixes for design issues reported in confluencesubmit/tizen/20170221.075544submit/tizen/20170221.012647accepted/tizen/tv/20170221.225619accepted/tizen/mobile/20170221.225604accepted/tizen/ivi/20170221.225638accepted/tizen/common/20170221.134956adhavan.m1-1/+1
Signed-off-by: adhavan.m <adhavan.m@samsung.com> Change-Id: I2b8789652d12037a6479c67ac9992cb3034404d7
2017-02-14Fix TCAPI-2223chleun.moon1-1/+1
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>
2017-02-14Apply two-letter acronyms (Ip --> IP, Ap --> AP)chleun.moon1-1/+1
https://msdn.microsoft.com/en-us/library/ms229043(v=vs.110).aspx Change-Id: If19c3518506aa966741d6ede4715bfa6570b4e52 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-02-09[WiFi] Added wifi-manager changes and fix for multi-thread support.submit/tizen/20170210.071341accepted/tizen/tv/20170210.083133accepted/tizen/mobile/20170210.083116accepted/tizen/ivi/20170210.083156accepted/tizen/common/20170210.170432adhavan.m1-1/+1
Signed-off-by: adhavan.m <adhavan.m@samsung.com> Change-Id: I6cade0774538422555f2f4f4a33ab8de89b30a05
2017-01-10Enable building on arch ix86submit/tizen_ivi/20170116.045729submit/tizen_common/20170111.164442submit/tizen_common/20161229.045021submit/tizen/20170110.074639accepted/tizen/tv/20170110.224345accepted/tizen/mobile/20170110.225417accepted/tizen/ivi/20170117.054807accepted/tizen/common/20170111.171347accepted/tizen/common/20170111.133632chleun.moon1-1/+1
Change-Id: Ide215e40045b1256463926d5dc3be17ecab0065e Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-01-10Fix the method to get IAddressInformation of WiFiNetworksubmit/tizen/20170110.073020chleun.moon1-1/+1
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>
2016-12-26[C# Wi-Fi] Adding C# Wi-Fi codesubmit/tizen/20170102.053259submit/tizen/20161228.005300accepted/tizen/tv/20170102.060848accepted/tizen/mobile/20170102.060828Yu Jiung1-0/+45
Change-Id: Ic107d5cda39e6617eabe69b5f143a5a0aab47ea4 Signed-off-by: Yu jiung <jiung.yu@samsung.com>