Fix the method to get IAddressInformation of WiFiNetwork
authorchleun.moon <chleun.moon@samsung.com>
Tue, 10 Jan 2017 05:07:32 +0000 (14:07 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Tue, 10 Jan 2017 05:12:03 +0000 (14:12 +0900)
commit42569cd17d19d47ab29faa97e6a09298041b6f6e
tree62d34776b7b95ea0e667ecf7ef579b8d065a98b9
parent3c9afc0cb24f34da7150b35853630a9a32ec35fd
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>
packaging/csapi-network-wifi.spec
src/Tizen.Network.WiFi/Tizen.Network.WiFi/WiFiNetwork.cs