Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Network.WiFi.xml
index 1b4a3fc..fdb069a 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Network.WiFi</name>
-    </assembly>
-    <members>
-        <member name="T:Tizen.Network.WiFi.ConnectionStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class which contains the changed connection state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.ConnectionStateChangedEventArgs.State">
-            <summary>
-            The Wi-Fi connection state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.ConnectionStateChangedEventArgs.AP">
-            <summary>
-            The access point.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.DeviceStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class which contains the changed device state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.DeviceStateChangedEventArgs.State">
-            <summary>
-            The Wi-Fi device state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.IWiFiEap">
-            <summary>
-            An abstract class for the Wi-Fi EAP information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.IWiFiEap.CaCertificationFile">
-            <summary>
-            The file path of CA Certificate of EAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.IWiFiEap.EapType">
-            <summary>
-            The EAP type of the Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.IWiFiEap.AuthenticationType">
-            <summary>
-            The type of EAP phase2 authentication of the Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.RssiLevelChangedEventArgs">
-            <summary>
-            An extended EventArgs class which contains the changed RSSI level.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.RssiLevelChangedEventArgs.Level">
-            <summary>
-            The Wi-Fi RSSI level.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiAddressInformation.DhcpServerAddress">
-            <summary>
-            DHCP server address. It is only supported for IPv4 address family.
-            </summary>
-            <value>Represents DHCP server address.</value>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiAP">
-            <summary>
-            A class for managing the network information of the access point (AP).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiAP.NetworkInformation">
-            <summary>
-            The network information of the access point (AP).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>The WiFiNetwork instance containing the network information of the AP.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiAP.SecurityInformation">
-            <summary>
-            The security information of the access point (AP).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>The WiFiSecurity instance containing security information of the AP.</value>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiAP.#ctor(System.String)">
-            <summary>
-            Creates an object for the access point.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="essid">The Extended Service Set Identifier of the access point.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the ESSID is passed as null.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiAP.#ctor(System.String,System.Boolean)">
-            <summary>
-            Creates an object for the hidden access point.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="essid">The Extended Service Set Identifier of the access point.</param>
-            <param name="hidden">The value to set a hidden AP.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the ESSID is passed as null.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiAP.Dispose">
-            <summary>
-            A method to destroy the managed WiFiAP objects.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiAP.Refresh">
-            <summary>
-            Refreshes the access point information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiAP.ConnectAsync">
-            <summary>
-            Connects the access point asynchronously.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns> A task indicating whether the connect method is done or not.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.set</privilege>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiAP.ConnectWpsAsync(Tizen.Network.WiFi.WpsInfo)">
-            <summary>
-            Connects the access point with the WPS asynchronously.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="info">A WpsInfo instance which is type of WpsPbcInfo or WpsPinInfo.</param>
-            <returns>A task indicating whether the ConnectWps method is done or not.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.profile</privilege>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the WpsPinInfo object is constructed with a null pin.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the WpsPinInfo object is constructed with a pin which is an empty string or more than 7 characters.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiAP.ConnectWpsWithoutSsidAsync(Tizen.Network.WiFi.WpsInfo)">
-            <summary>
-            Connects the access point with WPS without SSID asynchronously.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="info">A WpsInfo instance which is of type WpsPbcInfo or WpsPinInfo.</param>
-            <returns>A task which contains Connected access point information.</returns>
-            <remarks>
-            If WpsPinInfo is used, its object has to be constructed with a pin which must be 4 or 8 characters long.
-            </remarks>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.set</privilege>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <privilege>http://tizen.org/privilege/network.profile</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the WpsPinInfo object is constructed with a null pin.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the WpsPinInfo object is constructed with a pin which is not of 4 or 8 characters long.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiAP.DisconnectAsync">
-            <summary>
-            Disconnects the access point asynchronously.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns> A task indicating whether the disconnect method is done or not.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.set</privilege>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-            <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <!-- Badly formed XML comment ignored for member "M:Tizen.Network.WiFi.WiFiAP.ForgetAP" -->
-        <member name="T:Tizen.Network.WiFi.WpsInfo">
-            <summary>
-            An abstract class which is used to represent the WPS information of the access point.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WpsPbcInfo">
-            <summary>
-            A class which is used to represent WPS PBC information of the access point.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WpsPinInfo">
-            <summary>
-            A class which is used to represent WPS PIN information of the access point.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WpsPinInfo.#ctor(System.String)">
-            <summary>
-            A public constructor which instantiates WpsPinInfo class with the given pin.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="pin">WPS Pin of the access point.</param>
-            <remarks>
-            Pin should not be null or empty. It should be of less than 8 characters.
-            </remarks>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiConfiguration">
-            <summary>
-            A class for managing the configuration of Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.Name">
-            <summary>
-            The name of the access point (AP).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Name assigned to AP in the Wi-Fi configuration.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.SecurityType">
-            <summary>
-            The security type of the access point (AP).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Security type of AP in the Wi-Fi configuration.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.ProxyAddress">
-            <summary>
-            The proxy address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Proxy address of the access point.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.IsHidden">
-            <summary>
-            A property check whether the access point (AP) is hidden.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Boolean value indicating whether the AP is hidden.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this property when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.EapConfiguration">
-            <summary>
-            EAP configuration.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>EAP configuration assigned to the Wi-Fi.</value>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiConfiguration.#ctor(System.String,System.String,Tizen.Network.Connection.WiFiSecurityType)">
-            <summary>
-            Creates a WiFiConfiguration object with the given name, passphrase, and securetype.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="name">Name of the Wi-Fi.</param>
-            <param name="passPhrase">Password to access the Wi-Fi.</param>
-            <param name="type">Security type of the Wi-Fi.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the object is constructed with name as null.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiConfiguration.Dispose">
-            <summary>
-            A method to destroy the managed objects in the WiFiConfiguration.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiEap">
-            <summary>
-            A class for managing the EAP information of the access point (AP).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiEap.CaCertificationFile">
-            <summary>
-            The file path of CA Certificate of EAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>CA certification file of EAP.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown while setting this value when the file value is null.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiEap.EapType">
-            <summary>
-            The EAP type of Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Type of EAP.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiEap.AuthenticationType">
-            <summary>
-            The type of EAP phase 2 authentication of the Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Authentication type of the Wi-Fi.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEap.GetPrivateKeyFile">
-            <summary>
-            Gets the private key file of EAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>The file path of private key.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method fails due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method fails due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEap.SetPrivateKeyFile(System.String,System.String)">
-            <summary>
-            Sets the private key information of EAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="privateKeyFile">The file path of private key.</param>
-            <param name="password">The password.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the file path of private key is null.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due an to invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEap.GetClientCertFile">
-            <summary>
-            Gets the client certificate of EAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>The file path of client certificate.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due an to invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEap.SetClientCertFile(System.String)">
-            <summary>
-            Sets the CA certificate of EAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="clientCertFile">The file path of client certificate.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the file path of client certificate is null.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEap.GetUserName">
-            <summary>
-            Gets the username of EAP passphrase.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>The user name</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEap.IsPasswordSet">
-            <summary>
-            Returns whether the password is set or not.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>True if password is set, false if password is not set.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEap.SetUserName(System.String)">
-            <summary>
-            Sets the user name of EAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="userName">The user name</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the user name is passed as null.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEap.SetPassword(System.String)">
-            <summary>
-            Sets the password of EAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="password">The password</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the password is passed as null.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiEapConfiguration">
-            <summary>
-            A class for managing the EAP configuration.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.CaCertificationFile">
-            <summary>
-            The file path of CA certificate of EAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>CA certification file of EAP.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.EapType">
-            <summary>
-            The EAP type of the Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Type of EAP.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.AuthenticationType">
-            <summary>
-            The type of EAP phase2 authentication of the Wi-Fi.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Authentication type of the Wi-Fi.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.AnonymousIdentify">
-            <summary>
-            The anonymous identity of the access point (AP).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the anonymous identity of the access point.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.Identity">
-            <summary>
-            The identity of the access point (AP).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the identity of the access point.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.SubjectMatch">
-            <summary>
-            The subject match of the access point (AP).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the subject match of the AP.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEapConfiguration.GetClientCertFile">
-            <summary>
-            Gets the access point client certificate file from the configuration.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>The certification authority (CA) certificates file of the access point.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiEapConfiguration.SetClientCertFile(System.String,System.String)">
-            <summary>
-            Sets the access point client certificate file to configuration.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="privateKey">The private key file.</param>
-            <param name="clientCert">The certification authority(CA) certifies the files of access points.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiEapType">
-            <summary>
-            Enumeration for the Wi-Fi EAP types.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiEapType.Peap">
-            <summary>
-            EAP PEAP type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiEapType.Tls">
-            <summary>
-            EAP TLS type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiEapType.Ttls">
-            <summary>
-            The EAP TTLS type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiEapType.Sim">
-            <summary>
-            EAP SIM type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiEapType.Aka">
-            <summary>
-            EAP AKA type.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiRssiLevel">
-            <summary>
-            Enumeration for the Wi-Fi RSSI levels.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level0">
-            <summary>
-            Level 0.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level1">
-            <summary>
-            Level 1.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level2">
-            <summary>
-            Level 2.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level3">
-            <summary>
-            Level 3.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level4">
-            <summary>
-            Level 4.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiConnectionState">
-            <summary>
-            Enumeration for the Wi-Fi connection states.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Failure">
-            <summary>
-            Connection failed state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Disconnected">
-            <summary>
-            Disconnected state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Association">
-            <summary>
-            Association state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Congfiguration">
-            <summary>
-            Configuration state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Connected">
-            <summary>
-            Connected state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiDeviceState">
-            <summary>
-            Enumeration for the Wi-Fi device states.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiDeviceState.Deactivated">
-            <summary>
-            Wi-Fi is deactivated.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiDeviceState.Activated">
-            <summary>
-            Wi-Fi is activated.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiProxyType">
-            <summary>
-            Enumeration for the Wi-Fi proxy types.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiProxyType.Direct">
-            <summary>
-            Direct connection.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiProxyType.Auto">
-            <summary>
-            Auto configuration(Use PAC file). If the URL property is not set, DHCP/WPAD auto-discover will be tried.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiProxyType.Manual">
-            <summary>
-            Manual configuration.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiAuthenticationType">
-            <summary>
-            Enumeration for the Wi-Fi authentication types.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.None">
-            <summary>
-            EAP phase 2 authentication none.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Pap">
-            <summary>
-            EAP phase 2 authentication PAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Mschap">
-            <summary>
-            EAP phase 2 authentication MSCHAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Mschapv2">
-            <summary>
-            EAP phase 2 authentication MSCHAPv2.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Gtc">
-            <summary>
-            EAP phase 2 authentication GTC.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Md5">
-            <summary>
-            EAP phase 2 authentication MD5.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="T:Tizen.Network.WiFi.SafeWiFiManagerHandle">
-            <summary>
-            A class for managing the WiFiManager handle.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.WiFi.SafeWiFiManagerHandle.IsInvalid">
-            <summary>
-            Checks the validity of the handle.
-            </summary>
-            <value>Represents the validity of the handle.</value>
-        </member>
-        <!-- Badly formed XML comment ignored for member "T:Tizen.Network.WiFi.WiFiManager" -->
-        <member name="P:Tizen.Network.WiFi.WiFiManager.MacAddress">
-            <summary>
-            The local MAC address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the MAC address of the Wi-Fi.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiManager.InterfaceName">
-            <summary>
-            The name of the network interface.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Interface name of the Wi-Fi.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiManager.ConnectionState">
-            <summary>
-            The network connection state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the connection state of the Wi-Fi.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiManager.IsActive">
-            <summary>
-            A property to check whether Wi-Fi is activated.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Boolean value to check whether Wi-Fi is activated or not.</value>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-        </member>
-        <member name="E:Tizen.Network.WiFi.WiFiManager.DeviceStateChanged">
-            <summary>
-            DeviceStateChanged is raised when the device state is changed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-        </member>
-        <member name="E:Tizen.Network.WiFi.WiFiManager.ConnectionStateChanged">
-            <summary>
-            ConnectionStateChanged is raised when the connection state is changed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-        </member>
-        <member name="E:Tizen.Network.WiFi.WiFiManager.RssiLevelChanged">
-            <summary>
-            RssiLevelChanged is raised when the RSSI of the connected Wi-Fi is changed.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-        </member>
-        <member name="E:Tizen.Network.WiFi.WiFiManager.BackgroundScanFinished">
-            <summary>
-            BackgroundScanFinished is raised when the background scan is finished.
-            The background scan starts automatically when Wi-Fi is activated. The callback will be invoked periodically.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.GetWiFiHandle">
-            <summary>
-            Gets the Wi-Fi safe handle.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>The instance of the SafeWiFiManagerHandle.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.GetFoundAPs">
-            <summary>
-            Gets the result of the scan.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>A list of the WiFiAP objects.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.GetFoundSpecificAPs">
-            <summary>
-            Gets the result of ScanSpecificAPAsync(string essid) API.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>A list containing the WiFiAP objects.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.GetWiFiConfigurations">
-            <summary>
-            Gets the list of Wi-Fi configurations.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>A list containing the WiFiConfiguration objects.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.profile</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.SaveWiFiConfiguration(Tizen.Network.WiFi.WiFiConfiguration)">
-            <summary>
-            Saves the Wi-Fi configuration of the access point.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="configuration">The configuration to be stored.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.profile</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when WiFiConfiguration is passed as null.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.GetConnectedAP">
-            <summary>
-            Gets the object of the connected WiFiAP.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>The connected Wi-Fi access point (AP) information.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.OutOfMemoryException">Thrown when system is out of memory.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.ActivateAsync">
-            <summary>
-            Activates the Wi-Fi asynchronously.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns> A task indicating whether the activate method is done or not.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.set</privilege>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.ActivateWithPickerAsync">
-            <summary>
-            Activates the Wi-Fi asynchronously and displays the Wi-Fi picker (popup) when the Wi-Fi is not automatically connected.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>A task indicating whether the ActivateWithPicker method is done or not.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.set</privilege>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.DeactivateAsync">
-            <summary>
-            Deactivates the Wi-Fi asynchronously.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>A task indicating whether the deactivate method is done or not.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.set</privilege>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.ScanAsync">
-            <summary>
-            Starts the scan asynchronously.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>A task indicating whether the scan method is done or not.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.set</privilege>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiManager.ScanSpecificAPAsync(System.String)">
-            <summary>
-            Starts a specific access point scan asynchronously.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>A task indicating whether the ScanSpecificAP method is done or not.</returns>
-            <param name="essid">The ESSID of the hidden AP.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <privilege>http://tizen.org/privilege/network.set</privilege>
-            <privilege>http://tizen.org/privilege/network.get</privilege>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiNetwork">
-            <summary>
-            A class for managing the Wi-Fi network information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.Essid">
-            <summary>
-            The Extended Service Set Identifier (ESSID).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>ESSID of the Wi-Fi.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.Bssid">
-            <summary>
-            The Basic Service Set Identifier (BSSID).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>BSSID of the Wi-Fi.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.IPv4Setting">
-            <summary>
-            The address information for IPv4.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>IP address information for IPv4 type.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.IPv6Setting">
-            <summary>
-            The address information for IPv6.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>IP address information for IPv6 type.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.ProxyAddress">
-            <summary>
-            The proxy address.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the proxy address of the Wi-Fi.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.ProxyType">
-            <summary>
-            The proxy type (IPv6).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the proxy type of the Wi-Fi.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.Frequency">
-            <summary>
-            The frequency band (MHz).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the frequency band value.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.Rssi">
-            <summary>
-            The received signal strength indicator (RSSI).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents RSSI of Wi-Fi (dbm).</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.RssiLevel">
-            <summary>
-            The Received signal strength indication(RSSI).
-            </summary>
-            <since_tizen> 4 </since_tizen>
-            <value>Represents Rssi level of WiFi.</value>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this property when WiFi is not supported.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.MaxSpeed">
-            <summary>
-            The max speed (Mbps).
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the max speed value.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.IsFavorite">
-            <summary>
-            A property to check whether the access point is a favorite or not.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Boolean value to check if the access point is a favorite or not.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.IsPasspoint">
-            <summary>
-            A property to check whether the access point is a passpoint or not.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Boolean value to check if the access point is a passpoint or not.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiNetwork.ConnectionState">
-            <summary>
-            The connection state.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the connection state of the Wi-Fi.</value>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiNetwork.GetAllIPv6Addresses">
-            <summary>
-            Gets all IPv6 addresses of the access point.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <returns>A list of IPv6 addresses of the access point.</returns>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-        <member name="T:Tizen.Network.WiFi.WiFiSecurity">
-            <summary>
-            A class for managing the Wi-Fi security information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiSecurity.SecurityType">
-            <summary>
-            The type of Wi-Fi security.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the security type of the Wi-Fi.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiSecurity.EncryptionType">
-            <summary>
-            The type of Wi-Fi encryption.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Represents the encryption type of the Wi-Fi.</value>
-            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiSecurity.EapInformation">
-            <summary>
-            The EAP information.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>EAP information of the Wi-Fi.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiSecurity.IsPassphraseRequired">
-            <summary>
-            A property to check whether the passphrase is required or not.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Boolean value to check if the passphrase is required or not.</value>
-        </member>
-        <member name="P:Tizen.Network.WiFi.WiFiSecurity.IsWpsSupported">
-            <summary>
-            A property to check whether Wi-Fi Protected Setup (WPS) is supported.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <value>Boolean value to check if WPS is supported.</value>
-        </member>
-        <member name="M:Tizen.Network.WiFi.WiFiSecurity.SetPassphrase(System.String)">
-            <summary>
-            Sets the passphrase.
-            </summary>
-            <since_tizen> 3 </since_tizen>
-            <param name="passphrase">The passphrase of the access point.</param>
-            <feature>http://tizen.org/feature/network.wifi</feature>
-            <exception cref="T:System.NotSupportedException">Thrown when Wi-Fi is not supported.</exception>
-            <exception cref="T:System.ArgumentNullException">Thrown when the passphrase is passed as null.</exception>
-            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Network.WiFi</name>\r
+    </assembly>\r
+    <members>\r
+        <member name="T:Tizen.Network.WiFi.ConnectionStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class which contains the changed connection state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.ConnectionStateChangedEventArgs.State">\r
+            <summary>\r
+            The Wi-Fi connection state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.ConnectionStateChangedEventArgs.AP">\r
+            <summary>\r
+            The access point.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.DeviceStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class which contains the changed device state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.DeviceStateChangedEventArgs.State">\r
+            <summary>\r
+            The Wi-Fi device state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.IWiFiEap">\r
+            <summary>\r
+            An abstract class for the Wi-Fi EAP information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.IWiFiEap.CaCertificationFile">\r
+            <summary>\r
+            The file path of CA Certificate of EAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.IWiFiEap.EapType">\r
+            <summary>\r
+            The EAP type of the Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.IWiFiEap.AuthenticationType">\r
+            <summary>\r
+            The type of EAP phase2 authentication of the Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.RssiLevelChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class which contains the changed RSSI level.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.RssiLevelChangedEventArgs.Level">\r
+            <summary>\r
+            The Wi-Fi RSSI level.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiAddressInformation.DhcpServerAddress">\r
+            <summary>\r
+            DHCP server address. It is only supported for IPv4 address family.\r
+            </summary>\r
+            <value>Represents DHCP server address.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiAP">\r
+            <summary>\r
+            A class for managing the network information of the access point (AP).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiAP.NetworkInformation">\r
+            <summary>\r
+            The network information of the access point (AP).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>The WiFiNetwork instance containing the network information of the AP.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiAP.SecurityInformation">\r
+            <summary>\r
+            The security information of the access point (AP).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>The WiFiSecurity instance containing security information of the AP.</value>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiAP.#ctor(System.String)">\r
+            <summary>\r
+            Creates an object for the access point.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="essid">The Extended Service Set Identifier of the access point.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the ESSID is passed as null.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiAP.#ctor(System.String,System.Boolean)">\r
+            <summary>\r
+            Creates an object for the hidden access point.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="essid">The Extended Service Set Identifier of the access point.</param>\r
+            <param name="hidden">The value to set a hidden AP.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the ESSID is passed as null.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiAP.Dispose">\r
+            <summary>\r
+            A method to destroy the managed WiFiAP objects.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiAP.Refresh">\r
+            <summary>\r
+            Refreshes the access point information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiAP.ConnectAsync">\r
+            <summary>\r
+            Connects the access point asynchronously.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns> A task indicating whether the connect method is done or not.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiAP.ConnectWpsAsync(Tizen.Network.WiFi.WpsInfo)">\r
+            <summary>\r
+            Connects the access point with the WPS asynchronously.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="info">A WpsInfo instance which is type of WpsPbcInfo or WpsPinInfo.</param>\r
+            <returns>A task indicating whether the ConnectWps method is done or not.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.profile</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the WpsPinInfo object is constructed with a null pin.</exception>\r
+            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the WpsPinInfo object is constructed with a pin which is an empty string or more than 7 characters.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiAP.ConnectWpsWithoutSsidAsync(Tizen.Network.WiFi.WpsInfo)">\r
+            <summary>\r
+            Connects the access point with WPS without SSID asynchronously.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="info">A WpsInfo instance which is of type WpsPbcInfo or WpsPinInfo.</param>\r
+            <returns>A task which contains Connected access point information.</returns>\r
+            <remarks>\r
+            If WpsPinInfo is used, its object has to be constructed with a pin which must be 4 or 8 characters long.\r
+            </remarks>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <privilege>http://tizen.org/privilege/network.profile</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the WpsPinInfo object is constructed with a null pin.</exception>\r
+            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the WpsPinInfo object is constructed with a pin which is not of 4 or 8 characters long.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiAP.DisconnectAsync">\r
+            <summary>\r
+            Disconnects the access point asynchronously.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns> A task indicating whether the disconnect method is done or not.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>\r
+            <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <!-- "M:Tizen.Network.WiFi.WiFiAP.ForgetAP" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.WiFi.WpsInfo">\r
+            <summary>\r
+            An abstract class which is used to represent the WPS information of the access point.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WpsPbcInfo">\r
+            <summary>\r
+            A class which is used to represent WPS PBC information of the access point.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WpsPinInfo">\r
+            <summary>\r
+            A class which is used to represent WPS PIN information of the access point.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WpsPinInfo.#ctor(System.String)">\r
+            <summary>\r
+            A public constructor which instantiates WpsPinInfo class with the given pin.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="pin">WPS Pin of the access point.</param>\r
+            <remarks>\r
+            Pin should not be null or empty. It should be of less than 8 characters.\r
+            </remarks>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiConfiguration">\r
+            <summary>\r
+            A class for managing the configuration of Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.Name">\r
+            <summary>\r
+            The name of the access point (AP).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Name assigned to AP in the Wi-Fi configuration.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.SecurityType">\r
+            <summary>\r
+            The security type of the access point (AP).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Security type of AP in the Wi-Fi configuration.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.ProxyAddress">\r
+            <summary>\r
+            The proxy address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Proxy address of the access point.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.IsHidden">\r
+            <summary>\r
+            A property check whether the access point (AP) is hidden.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Boolean value indicating whether the AP is hidden.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this property when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiConfiguration.EapConfiguration">\r
+            <summary>\r
+            EAP configuration.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>EAP configuration assigned to the Wi-Fi.</value>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiConfiguration.#ctor(System.String,System.String,Tizen.Network.Connection.WiFiSecurityType)">\r
+            <summary>\r
+            Creates a WiFiConfiguration object with the given name, passphrase, and securetype.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="name">Name of the Wi-Fi.</param>\r
+            <param name="passPhrase">Password to access the Wi-Fi.</param>\r
+            <param name="type">Security type of the Wi-Fi.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the object is constructed with name as null.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiConfiguration.Dispose">\r
+            <summary>\r
+            A method to destroy the managed objects in the WiFiConfiguration.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiEap">\r
+            <summary>\r
+            A class for managing the EAP information of the access point (AP).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiEap.CaCertificationFile">\r
+            <summary>\r
+            The file path of CA Certificate of EAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>CA certification file of EAP.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown while setting this value when the file value is null.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiEap.EapType">\r
+            <summary>\r
+            The EAP type of Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Type of EAP.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiEap.AuthenticationType">\r
+            <summary>\r
+            The type of EAP phase 2 authentication of the Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Authentication type of the Wi-Fi.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEap.GetPrivateKeyFile">\r
+            <summary>\r
+            Gets the private key file of EAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>The file path of private key.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method fails due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method fails due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEap.SetPrivateKeyFile(System.String,System.String)">\r
+            <summary>\r
+            Sets the private key information of EAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="privateKeyFile">The file path of private key.</param>\r
+            <param name="password">The password.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the file path of private key is null.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due an to invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEap.GetClientCertFile">\r
+            <summary>\r
+            Gets the client certificate of EAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>The file path of client certificate.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due an to invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEap.SetClientCertFile(System.String)">\r
+            <summary>\r
+            Sets the CA certificate of EAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="clientCertFile">The file path of client certificate.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the file path of client certificate is null.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEap.GetUserName">\r
+            <summary>\r
+            Gets the username of EAP passphrase.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>The user name</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEap.IsPasswordSet">\r
+            <summary>\r
+            Returns whether the password is set or not.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>True if password is set, false if password is not set.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEap.SetUserName(System.String)">\r
+            <summary>\r
+            Sets the user name of EAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="userName">The user name</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the user name is passed as null.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEap.SetPassword(System.String)">\r
+            <summary>\r
+            Sets the password of EAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="password">The password</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the password is passed as null.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiEapConfiguration">\r
+            <summary>\r
+            A class for managing the EAP configuration.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.CaCertificationFile">\r
+            <summary>\r
+            The file path of CA certificate of EAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>CA certification file of EAP.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.EapType">\r
+            <summary>\r
+            The EAP type of the Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Type of EAP.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.AuthenticationType">\r
+            <summary>\r
+            The type of EAP phase2 authentication of the Wi-Fi.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Authentication type of the Wi-Fi.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.AnonymousIdentify">\r
+            <summary>\r
+            The anonymous identity of the access point (AP).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the anonymous identity of the access point.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.Identity">\r
+            <summary>\r
+            The identity of the access point (AP).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the identity of the access point.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.SubjectMatch">\r
+            <summary>\r
+            The subject match of the access point (AP).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the subject match of the AP.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEapConfiguration.GetClientCertFile">\r
+            <summary>\r
+            Gets the access point client certificate file from the configuration.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>The certification authority (CA) certificates file of the access point.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiEapConfiguration.SetClientCertFile(System.String,System.String)">\r
+            <summary>\r
+            Sets the access point client certificate file to configuration.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="privateKey">The private key file.</param>\r
+            <param name="clientCert">The certification authority(CA) certifies the files of access points.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiEapType">\r
+            <summary>\r
+            Enumeration for the Wi-Fi EAP types.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiEapType.Peap">\r
+            <summary>\r
+            EAP PEAP type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiEapType.Tls">\r
+            <summary>\r
+            EAP TLS type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiEapType.Ttls">\r
+            <summary>\r
+            The EAP TTLS type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiEapType.Sim">\r
+            <summary>\r
+            EAP SIM type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiEapType.Aka">\r
+            <summary>\r
+            EAP AKA type.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiRssiLevel">\r
+            <summary>\r
+            Enumeration for the Wi-Fi RSSI levels.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level0">\r
+            <summary>\r
+            Level 0.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level1">\r
+            <summary>\r
+            Level 1.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level2">\r
+            <summary>\r
+            Level 2.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level3">\r
+            <summary>\r
+            Level 3.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level4">\r
+            <summary>\r
+            Level 4.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiConnectionState">\r
+            <summary>\r
+            Enumeration for the Wi-Fi connection states.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Failure">\r
+            <summary>\r
+            Connection failed state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Disconnected">\r
+            <summary>\r
+            Disconnected state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Association">\r
+            <summary>\r
+            Association state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Congfiguration">\r
+            <summary>\r
+            Configuration state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Connected">\r
+            <summary>\r
+            Connected state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiDeviceState">\r
+            <summary>\r
+            Enumeration for the Wi-Fi device states.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiDeviceState.Deactivated">\r
+            <summary>\r
+            Wi-Fi is deactivated.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiDeviceState.Activated">\r
+            <summary>\r
+            Wi-Fi is activated.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiProxyType">\r
+            <summary>\r
+            Enumeration for the Wi-Fi proxy types.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiProxyType.Direct">\r
+            <summary>\r
+            Direct connection.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiProxyType.Auto">\r
+            <summary>\r
+            Auto configuration(Use PAC file). If the URL property is not set, DHCP/WPAD auto-discover will be tried.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiProxyType.Manual">\r
+            <summary>\r
+            Manual configuration.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiAuthenticationType">\r
+            <summary>\r
+            Enumeration for the Wi-Fi authentication types.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.None">\r
+            <summary>\r
+            EAP phase 2 authentication none.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Pap">\r
+            <summary>\r
+            EAP phase 2 authentication PAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Mschap">\r
+            <summary>\r
+            EAP phase 2 authentication MSCHAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Mschapv2">\r
+            <summary>\r
+            EAP phase 2 authentication MSCHAPv2.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Gtc">\r
+            <summary>\r
+            EAP phase 2 authentication GTC.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Md5">\r
+            <summary>\r
+            EAP phase 2 authentication MD5.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.SafeWiFiManagerHandle">\r
+            <summary>\r
+            A class for managing the WiFiManager handle.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.SafeWiFiManagerHandle.IsInvalid">\r
+            <summary>\r
+            Checks the validity of the handle.\r
+            </summary>\r
+            <value>Represents the validity of the handle.</value>\r
+        </member>\r
+        <!-- "T:Tizen.Network.WiFi.WiFiManager" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="P:Tizen.Network.WiFi.WiFiManager.MacAddress">\r
+            <summary>\r
+            The local MAC address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the MAC address of the Wi-Fi.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiManager.InterfaceName">\r
+            <summary>\r
+            The name of the network interface.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Interface name of the Wi-Fi.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiManager.ConnectionState">\r
+            <summary>\r
+            The network connection state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the connection state of the Wi-Fi.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiManager.IsActive">\r
+            <summary>\r
+            A property to check whether Wi-Fi is activated.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Boolean value to check whether Wi-Fi is activated or not.</value>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+        </member>\r
+        <member name="E:Tizen.Network.WiFi.WiFiManager.DeviceStateChanged">\r
+            <summary>\r
+            DeviceStateChanged is raised when the device state is changed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+        </member>\r
+        <member name="E:Tizen.Network.WiFi.WiFiManager.ConnectionStateChanged">\r
+            <summary>\r
+            ConnectionStateChanged is raised when the connection state is changed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+        </member>\r
+        <member name="E:Tizen.Network.WiFi.WiFiManager.RssiLevelChanged">\r
+            <summary>\r
+            RssiLevelChanged is raised when the RSSI of the connected Wi-Fi is changed.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+        </member>\r
+        <member name="E:Tizen.Network.WiFi.WiFiManager.BackgroundScanFinished">\r
+            <summary>\r
+            BackgroundScanFinished is raised when the background scan is finished.\r
+            The background scan starts automatically when Wi-Fi is activated. The callback will be invoked periodically.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.GetWiFiHandle">\r
+            <summary>\r
+            Gets the Wi-Fi safe handle.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>The instance of the SafeWiFiManagerHandle.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.GetFoundAPs">\r
+            <summary>\r
+            Gets the result of the scan.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>A list of the WiFiAP objects.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.GetFoundSpecificAPs">\r
+            <summary>\r
+            Gets the result of ScanSpecificAPAsync(string essid) API.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>A list containing the WiFiAP objects.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.GetWiFiConfigurations">\r
+            <summary>\r
+            Gets the list of Wi-Fi configurations.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>A list containing the WiFiConfiguration objects.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.profile</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.SaveWiFiConfiguration(Tizen.Network.WiFi.WiFiConfiguration)">\r
+            <summary>\r
+            Saves the Wi-Fi configuration of the access point.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="configuration">The configuration to be stored.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.profile</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when WiFiConfiguration is passed as null.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.GetConnectedAP">\r
+            <summary>\r
+            Gets the object of the connected WiFiAP.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>The connected Wi-Fi access point (AP) information.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.OutOfMemoryException">Thrown when system is out of memory.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.ActivateAsync">\r
+            <summary>\r
+            Activates the Wi-Fi asynchronously.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns> A task indicating whether the activate method is done or not.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.ActivateWithPickerAsync">\r
+            <summary>\r
+            Activates the Wi-Fi asynchronously and displays the Wi-Fi picker (popup) when the Wi-Fi is not automatically connected.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>A task indicating whether the ActivateWithPicker method is done or not.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.DeactivateAsync">\r
+            <summary>\r
+            Deactivates the Wi-Fi asynchronously.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>A task indicating whether the deactivate method is done or not.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.ScanAsync">\r
+            <summary>\r
+            Starts the scan asynchronously.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>A task indicating whether the scan method is done or not.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiManager.ScanSpecificAPAsync(System.String)">\r
+            <summary>\r
+            Starts a specific access point scan asynchronously.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>A task indicating whether the ScanSpecificAP method is done or not.</returns>\r
+            <param name="essid">The ESSID of the hidden AP.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <privilege>http://tizen.org/privilege/network.set</privilege>\r
+            <privilege>http://tizen.org/privilege/network.get</privilege>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiNetwork">\r
+            <summary>\r
+            A class for managing the Wi-Fi network information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.Essid">\r
+            <summary>\r
+            The Extended Service Set Identifier (ESSID).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>ESSID of the Wi-Fi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.Bssid">\r
+            <summary>\r
+            The Basic Service Set Identifier (BSSID).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>BSSID of the Wi-Fi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.IPv4Setting">\r
+            <summary>\r
+            The address information for IPv4.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>IP address information for IPv4 type.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.IPv6Setting">\r
+            <summary>\r
+            The address information for IPv6.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>IP address information for IPv6 type.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.ProxyAddress">\r
+            <summary>\r
+            The proxy address.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the proxy address of the Wi-Fi.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.ProxyType">\r
+            <summary>\r
+            The proxy type (IPv6).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the proxy type of the Wi-Fi.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.Frequency">\r
+            <summary>\r
+            The frequency band (MHz).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the frequency band value.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.Rssi">\r
+            <summary>\r
+            The received signal strength indicator (RSSI).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents RSSI of Wi-Fi (dbm).</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.RssiLevel">\r
+            <summary>\r
+            The Received signal strength indication(RSSI).\r
+            </summary>\r
+            <since_tizen> 4 </since_tizen>\r
+            <value>Represents Rssi level of WiFi.</value>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this property when WiFi is not supported.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.MaxSpeed">\r
+            <summary>\r
+            The max speed (Mbps).\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the max speed value.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.IsFavorite">\r
+            <summary>\r
+            A property to check whether the access point is a favorite or not.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Boolean value to check if the access point is a favorite or not.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.IsPasspoint">\r
+            <summary>\r
+            A property to check whether the access point is a passpoint or not.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Boolean value to check if the access point is a passpoint or not.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiNetwork.ConnectionState">\r
+            <summary>\r
+            The connection state.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the connection state of the Wi-Fi.</value>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiNetwork.GetAllIPv6Addresses">\r
+            <summary>\r
+            Gets all IPv6 addresses of the access point.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <returns>A list of IPv6 addresses of the access point.</returns>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.WiFi.WiFiSecurity">\r
+            <summary>\r
+            A class for managing the Wi-Fi security information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiSecurity.SecurityType">\r
+            <summary>\r
+            The type of Wi-Fi security.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the security type of the Wi-Fi.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiSecurity.EncryptionType">\r
+            <summary>\r
+            The type of Wi-Fi encryption.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Represents the encryption type of the Wi-Fi.</value>\r
+            <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiSecurity.EapInformation">\r
+            <summary>\r
+            The EAP information.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>EAP information of the Wi-Fi.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiSecurity.IsPassphraseRequired">\r
+            <summary>\r
+            A property to check whether the passphrase is required or not.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Boolean value to check if the passphrase is required or not.</value>\r
+        </member>\r
+        <member name="P:Tizen.Network.WiFi.WiFiSecurity.IsWpsSupported">\r
+            <summary>\r
+            A property to check whether Wi-Fi Protected Setup (WPS) is supported.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <value>Boolean value to check if WPS is supported.</value>\r
+        </member>\r
+        <member name="M:Tizen.Network.WiFi.WiFiSecurity.SetPassphrase(System.String)">\r
+            <summary>\r
+            Sets the passphrase.\r
+            </summary>\r
+            <since_tizen> 3 </since_tizen>\r
+            <param name="passphrase">The passphrase of the access point.</param>\r
+            <feature>http://tizen.org/feature/network.wifi</feature>\r
+            <exception cref="T:System.NotSupportedException">Thrown when Wi-Fi is not supported.</exception>\r
+            <exception cref="T:System.ArgumentNullException">Thrown when the passphrase is passed as null.</exception>\r
+            <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>\r
+        </member>\r
+    </members>\r
+</doc>\r