Release 4.0.0-preview1-00194
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Network.WiFi.xml
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Tizen.Network.WiFi</name>
5     </assembly>
6     <members>
7         <member name="T:Tizen.Network.WiFi.ConnectionStateChangedEventArgs">
8             <summary>
9             An extended EventArgs class which contains the changed connection state.
10             </summary>
11             <since_tizen> 3 </since_tizen>
12         </member>
13         <member name="P:Tizen.Network.WiFi.ConnectionStateChangedEventArgs.State">
14             <summary>
15             The Wi-Fi connection state.
16             </summary>
17             <since_tizen> 3 </since_tizen>
18         </member>
19         <member name="P:Tizen.Network.WiFi.ConnectionStateChangedEventArgs.AP">
20             <summary>
21             The access point.
22             </summary>
23             <since_tizen> 3 </since_tizen>
24         </member>
25         <member name="T:Tizen.Network.WiFi.DeviceStateChangedEventArgs">
26             <summary>
27             An extended EventArgs class which contains the changed device state.
28             </summary>
29             <since_tizen> 3 </since_tizen>
30         </member>
31         <member name="P:Tizen.Network.WiFi.DeviceStateChangedEventArgs.State">
32             <summary>
33             The Wi-Fi device state.
34             </summary>
35             <since_tizen> 3 </since_tizen>
36         </member>
37         <member name="T:Tizen.Network.WiFi.IWiFiEap">
38             <summary>
39             An abstract class for the Wi-Fi EAP information.
40             </summary>
41             <since_tizen> 3 </since_tizen>
42         </member>
43         <member name="P:Tizen.Network.WiFi.IWiFiEap.CaCertificationFile">
44             <summary>
45             The file path of CA Certificate of EAP.
46             </summary>
47             <since_tizen> 3 </since_tizen>
48         </member>
49         <member name="P:Tizen.Network.WiFi.IWiFiEap.EapType">
50             <summary>
51             The EAP type of the Wi-Fi.
52             </summary>
53             <since_tizen> 3 </since_tizen>
54         </member>
55         <member name="P:Tizen.Network.WiFi.IWiFiEap.AuthenticationType">
56             <summary>
57             The type of EAP phase2 authentication of the Wi-Fi.
58             </summary>
59             <since_tizen> 3 </since_tizen>
60         </member>
61         <member name="T:Tizen.Network.WiFi.RssiLevelChangedEventArgs">
62             <summary>
63             An extended EventArgs class which contains the changed RSSI level.
64             </summary>
65             <since_tizen> 3 </since_tizen>
66         </member>
67         <member name="P:Tizen.Network.WiFi.RssiLevelChangedEventArgs.Level">
68             <summary>
69             The Wi-Fi RSSI level.
70             </summary>
71             <since_tizen> 3 </since_tizen>
72         </member>
73         <member name="P:Tizen.Network.WiFi.WiFiAddressInformation.DhcpServerAddress">
74             <summary>
75             DHCP server address. It is only supported for IPv4 address family.
76             </summary>
77             <value>Represents DHCP server address.</value>
78         </member>
79         <member name="T:Tizen.Network.WiFi.WiFiAP">
80             <summary>
81             A class for managing the network information of the access point (AP).
82             </summary>
83             <since_tizen> 3 </since_tizen>
84         </member>
85         <member name="P:Tizen.Network.WiFi.WiFiAP.NetworkInformation">
86             <summary>
87             The network information of the access point (AP).
88             </summary>
89             <since_tizen> 3 </since_tizen>
90             <value>The WiFiNetwork instance containing the network information of the AP.</value>
91         </member>
92         <member name="P:Tizen.Network.WiFi.WiFiAP.SecurityInformation">
93             <summary>
94             The security information of the access point (AP).
95             </summary>
96             <since_tizen> 3 </since_tizen>
97             <value>The WiFiSecurity instance containing security information of the AP.</value>
98         </member>
99         <member name="M:Tizen.Network.WiFi.WiFiAP.#ctor(System.String)">
100             <summary>
101             Creates an object for the access point.
102             </summary>
103             <since_tizen> 3 </since_tizen>
104             <param name="essid">The Extended Service Set Identifier of the access point.</param>
105             <feature>http://tizen.org/feature/network.wifi</feature>
106             <privilege>http://tizen.org/privilege/network.get</privilege>
107             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
108             <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
109             <exception cref="T:System.ArgumentNullException">Thrown when the ESSID is passed as null.</exception>
110             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
111             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
112             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
113         </member>
114         <member name="M:Tizen.Network.WiFi.WiFiAP.#ctor(System.String,System.Boolean)">
115             <summary>
116             Creates an object for the hidden access point.
117             </summary>
118             <since_tizen> 3 </since_tizen>
119             <param name="essid">The Extended Service Set Identifier of the access point.</param>
120             <param name="hidden">The value to set a hidden AP.</param>
121             <feature>http://tizen.org/feature/network.wifi</feature>
122             <privilege>http://tizen.org/privilege/network.get</privilege>
123             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
124             <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
125             <exception cref="T:System.ArgumentNullException">Thrown when the ESSID is passed as null.</exception>
126             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
127             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
128             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
129         </member>
130         <member name="M:Tizen.Network.WiFi.WiFiAP.Dispose">
131             <summary>
132             A method to destroy the managed WiFiAP objects.
133             </summary>
134             <since_tizen> 3 </since_tizen>
135         </member>
136         <member name="M:Tizen.Network.WiFi.WiFiAP.Refresh">
137             <summary>
138             Refreshes the access point information.
139             </summary>
140             <since_tizen> 3 </since_tizen>
141             <feature>http://tizen.org/feature/network.wifi</feature>
142             <privilege>http://tizen.org/privilege/network.get</privilege>
143             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
144             <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
145             <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>
146             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
147             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
148         </member>
149         <member name="M:Tizen.Network.WiFi.WiFiAP.ConnectAsync">
150             <summary>
151             Connects the access point asynchronously.
152             </summary>
153             <since_tizen> 3 </since_tizen>
154             <returns> A task indicating whether the connect method is done or not.</returns>
155             <feature>http://tizen.org/feature/network.wifi</feature>
156             <privilege>http://tizen.org/privilege/network.set</privilege>
157             <privilege>http://tizen.org/privilege/network.get</privilege>
158             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
159             <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
160             <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>
161             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
162             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
163             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
164         </member>
165         <member name="M:Tizen.Network.WiFi.WiFiAP.ConnectWpsAsync(Tizen.Network.WiFi.WpsInfo)">
166             <summary>
167             Connects the access point with the WPS asynchronously.
168             </summary>
169             <since_tizen> 3 </since_tizen>
170             <param name="info">A WpsInfo instance which is type of WpsPbcInfo or WpsPinInfo.</param>
171             <returns>A task indicating whether the ConnectWps method is done or not.</returns>
172             <feature>http://tizen.org/feature/network.wifi</feature>
173             <privilege>http://tizen.org/privilege/network.profile</privilege>
174             <privilege>http://tizen.org/privilege/network.get</privilege>
175             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
176             <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
177             <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>
178             <exception cref="T:System.ArgumentNullException">Thrown when the WpsPinInfo object is constructed with a null pin.</exception>
179             <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>
180             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
181             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
182             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
183         </member>
184         <member name="M:Tizen.Network.WiFi.WiFiAP.ConnectWpsWithoutSsidAsync(Tizen.Network.WiFi.WpsInfo)">
185             <summary>
186             Connects the access point with WPS without SSID asynchronously.
187             </summary>
188             <since_tizen> 3 </since_tizen>
189             <param name="info">A WpsInfo instance which is of type WpsPbcInfo or WpsPinInfo.</param>
190             <returns>A task which contains Connected access point information.</returns>
191             <remarks>
192             If WpsPinInfo is used, its object has to be constructed with a pin which must be 4 or 8 characters long.
193             </remarks>
194             <feature>http://tizen.org/feature/network.wifi</feature>
195             <privilege>http://tizen.org/privilege/network.set</privilege>
196             <privilege>http://tizen.org/privilege/network.get</privilege>
197             <privilege>http://tizen.org/privilege/network.profile</privilege>
198             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
199             <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
200             <exception cref="T:System.ArgumentNullException">Thrown when the WpsPinInfo object is constructed with a null pin.</exception>
201             <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>
202             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
203             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
204             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
205         </member>
206         <member name="M:Tizen.Network.WiFi.WiFiAP.DisconnectAsync">
207             <summary>
208             Disconnects the access point asynchronously.
209             </summary>
210             <since_tizen> 3 </since_tizen>
211             <returns> A task indicating whether the disconnect method is done or not.</returns>
212             <feature>http://tizen.org/feature/network.wifi</feature>
213             <privilege>http://tizen.org/privilege/network.set</privilege>
214             <privilege>http://tizen.org/privilege/network.get</privilege>
215             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
216             <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
217             <exception cref="T:System.ObjectDisposedException">Thrown when the object instance is disposed or released.</exception>
218             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
219             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
220             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
221         </member>
222         <!-- Badly formed XML comment ignored for member "M:Tizen.Network.WiFi.WiFiAP.ForgetAP" -->
223         <member name="T:Tizen.Network.WiFi.WpsInfo">
224             <summary>
225             An abstract class which is used to represent the WPS information of the access point.
226             </summary>
227             <since_tizen> 3 </since_tizen>
228         </member>
229         <member name="T:Tizen.Network.WiFi.WpsPbcInfo">
230             <summary>
231             A class which is used to represent WPS PBC information of the access point.
232             </summary>
233         </member>
234         <member name="T:Tizen.Network.WiFi.WpsPinInfo">
235             <summary>
236             A class which is used to represent WPS PIN information of the access point.
237             </summary>
238         </member>
239         <member name="M:Tizen.Network.WiFi.WpsPinInfo.#ctor(System.String)">
240             <summary>
241             A public constructor which instantiates WpsPinInfo class with the given pin.
242             </summary>
243             <since_tizen> 3 </since_tizen>
244             <param name="pin">WPS Pin of the access point.</param>
245             <remarks>
246             Pin should not be null or empty. It should be of less than 8 characters.
247             </remarks>
248         </member>
249         <member name="T:Tizen.Network.WiFi.WiFiConfiguration">
250             <summary>
251             A class for managing the configuration of Wi-Fi.
252             </summary>
253             <since_tizen> 3 </since_tizen>
254         </member>
255         <member name="P:Tizen.Network.WiFi.WiFiConfiguration.Name">
256             <summary>
257             The name of the access point (AP).
258             </summary>
259             <since_tizen> 3 </since_tizen>
260             <value>Name assigned to AP in the Wi-Fi configuration.</value>
261         </member>
262         <member name="P:Tizen.Network.WiFi.WiFiConfiguration.SecurityType">
263             <summary>
264             The security type of the access point (AP).
265             </summary>
266             <since_tizen> 3 </since_tizen>
267             <value>Security type of AP in the Wi-Fi configuration.</value>
268         </member>
269         <member name="P:Tizen.Network.WiFi.WiFiConfiguration.ProxyAddress">
270             <summary>
271             The proxy address.
272             </summary>
273             <since_tizen> 3 </since_tizen>
274             <value>Proxy address of the access point.</value>
275             <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
276             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
277             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
278         </member>
279         <member name="P:Tizen.Network.WiFi.WiFiConfiguration.IsHidden">
280             <summary>
281             A property check whether the access point (AP) is hidden.
282             </summary>
283             <since_tizen> 3 </since_tizen>
284             <value>Boolean value indicating whether the AP is hidden.</value>
285             <exception cref="T:System.NotSupportedException">Thrown while setting this property when the Wi-Fi is not supported.</exception>
286             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
287             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
288         </member>
289         <member name="P:Tizen.Network.WiFi.WiFiConfiguration.EapConfiguration">
290             <summary>
291             EAP configuration.
292             </summary>
293             <since_tizen> 3 </since_tizen>
294             <value>EAP configuration assigned to the Wi-Fi.</value>
295         </member>
296         <member name="M:Tizen.Network.WiFi.WiFiConfiguration.#ctor(System.String,System.String,Tizen.Network.Connection.WiFiSecurityType)">
297             <summary>
298             Creates a WiFiConfiguration object with the given name, passphrase, and securetype.
299             </summary>
300             <since_tizen> 3 </since_tizen>
301             <param name="name">Name of the Wi-Fi.</param>
302             <param name="passPhrase">Password to access the Wi-Fi.</param>
303             <param name="type">Security type of the Wi-Fi.</param>
304             <feature>http://tizen.org/feature/network.wifi</feature>
305             <privilege>http://tizen.org/privilege/network.get</privilege>
306             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
307             <exception cref="T:System.UnauthorizedAccessException">Thrown when permission is denied.</exception>
308             <exception cref="T:System.ArgumentNullException">Thrown when the object is constructed with name as null.</exception>
309             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
310             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
311             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
312         </member>
313         <member name="M:Tizen.Network.WiFi.WiFiConfiguration.Dispose">
314             <summary>
315             A method to destroy the managed objects in the WiFiConfiguration.
316             </summary>
317             <since_tizen> 3 </since_tizen>
318         </member>
319         <member name="T:Tizen.Network.WiFi.WiFiEap">
320             <summary>
321             A class for managing the EAP information of the access point (AP).
322             </summary>
323             <since_tizen> 3 </since_tizen>
324         </member>
325         <member name="P:Tizen.Network.WiFi.WiFiEap.CaCertificationFile">
326             <summary>
327             The file path of CA Certificate of EAP.
328             </summary>
329             <since_tizen> 3 </since_tizen>
330             <value>CA certification file of EAP.</value>
331             <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
332             <exception cref="T:System.ArgumentNullException">Thrown while setting this value when the file value is null.</exception>
333             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
334             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
335         </member>
336         <member name="P:Tizen.Network.WiFi.WiFiEap.EapType">
337             <summary>
338             The EAP type of Wi-Fi.
339             </summary>
340             <since_tizen> 3 </since_tizen>
341             <value>Type of EAP.</value>
342             <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
343             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
344             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
345         </member>
346         <member name="P:Tizen.Network.WiFi.WiFiEap.AuthenticationType">
347             <summary>
348             The type of EAP phase 2 authentication of the Wi-Fi.
349             </summary>
350             <since_tizen> 3 </since_tizen>
351             <value>Authentication type of the Wi-Fi.</value>
352             <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
353             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
354             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
355         </member>
356         <member name="M:Tizen.Network.WiFi.WiFiEap.GetPrivateKeyFile">
357             <summary>
358             Gets the private key file of EAP.
359             </summary>
360             <since_tizen> 3 </since_tizen>
361             <returns>The file path of private key.</returns>
362             <feature>http://tizen.org/feature/network.wifi</feature>
363             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
364             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
365             <exception cref="T:System.ArgumentException">Thrown when the method fails due to an invalid parameter.</exception>
366             <exception cref="T:System.InvalidOperationException">Thrown when the method fails due to an invalid operation.</exception>
367         </member>
368         <member name="M:Tizen.Network.WiFi.WiFiEap.SetPrivateKeyFile(System.String,System.String)">
369             <summary>
370             Sets the private key information of EAP.
371             </summary>
372             <since_tizen> 3 </since_tizen>
373             <param name="privateKeyFile">The file path of private key.</param>
374             <param name="password">The password.</param>
375             <feature>http://tizen.org/feature/network.wifi</feature>
376             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
377             <exception cref="T:System.ArgumentNullException">Thrown when the file path of private key is null.</exception>
378             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
379             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due an to invalid operation.</exception>
380         </member>
381         <member name="M:Tizen.Network.WiFi.WiFiEap.GetClientCertFile">
382             <summary>
383             Gets the client certificate of EAP.
384             </summary>
385             <since_tizen> 3 </since_tizen>
386             <returns>The file path of client certificate.</returns>
387             <feature>http://tizen.org/feature/network.wifi</feature>
388             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
389             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
390             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
391             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due an to invalid operation.</exception>
392         </member>
393         <member name="M:Tizen.Network.WiFi.WiFiEap.SetClientCertFile(System.String)">
394             <summary>
395             Sets the CA certificate of EAP.
396             </summary>
397             <since_tizen> 3 </since_tizen>
398             <param name="clientCertFile">The file path of client certificate.</param>
399             <feature>http://tizen.org/feature/network.wifi</feature>
400             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
401             <exception cref="T:System.ArgumentNullException">Thrown when the file path of client certificate is null.</exception>
402             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
403             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
404         </member>
405         <member name="M:Tizen.Network.WiFi.WiFiEap.GetUserName">
406             <summary>
407             Gets the username of EAP passphrase.
408             </summary>
409             <since_tizen> 3 </since_tizen>
410             <returns>The user name</returns>
411             <feature>http://tizen.org/feature/network.wifi</feature>
412             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
413             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
414             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
415             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
416         </member>
417         <member name="M:Tizen.Network.WiFi.WiFiEap.IsPasswordSet">
418             <summary>
419             Returns whether the password is set or not.
420             </summary>
421             <since_tizen> 3 </since_tizen>
422             <returns>True if password is set, false if password is not set.</returns>
423             <feature>http://tizen.org/feature/network.wifi</feature>
424             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
425             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
426             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
427             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
428         </member>
429         <member name="M:Tizen.Network.WiFi.WiFiEap.SetUserName(System.String)">
430             <summary>
431             Sets the user name of EAP.
432             </summary>
433             <since_tizen> 3 </since_tizen>
434             <param name="userName">The user name</param>
435             <feature>http://tizen.org/feature/network.wifi</feature>
436             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
437             <exception cref="T:System.ArgumentNullException">Thrown when the user name is passed as null.</exception>
438             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
439             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
440         </member>
441         <member name="M:Tizen.Network.WiFi.WiFiEap.SetPassword(System.String)">
442             <summary>
443             Sets the password of EAP.
444             </summary>
445             <since_tizen> 3 </since_tizen>
446             <param name="password">The password</param>
447             <feature>http://tizen.org/feature/network.wifi</feature>
448             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
449             <exception cref="T:System.ArgumentNullException">Thrown when the password is passed as null.</exception>
450             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
451             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
452         </member>
453         <member name="T:Tizen.Network.WiFi.WiFiEapConfiguration">
454             <summary>
455             A class for managing the EAP configuration.
456             </summary>
457             <since_tizen> 3 </since_tizen>
458         </member>
459         <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.CaCertificationFile">
460             <summary>
461             The file path of CA certificate of EAP.
462             </summary>
463             <since_tizen> 3 </since_tizen>
464             <value>CA certification file of EAP.</value>
465             <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
466             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
467             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
468         </member>
469         <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.EapType">
470             <summary>
471             The EAP type of the Wi-Fi.
472             </summary>
473             <since_tizen> 3 </since_tizen>
474             <value>Type of EAP.</value>
475             <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
476             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
477             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
478         </member>
479         <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.AuthenticationType">
480             <summary>
481             The type of EAP phase2 authentication of the Wi-Fi.
482             </summary>
483             <since_tizen> 3 </since_tizen>
484             <value>Authentication type of the Wi-Fi.</value>
485             <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
486             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
487             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
488         </member>
489         <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.AnonymousIdentify">
490             <summary>
491             The anonymous identity of the access point (AP).
492             </summary>
493             <since_tizen> 3 </since_tizen>
494             <value>Represents the anonymous identity of the access point.</value>
495             <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
496             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
497             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
498         </member>
499         <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.Identity">
500             <summary>
501             The identity of the access point (AP).
502             </summary>
503             <since_tizen> 3 </since_tizen>
504             <value>Represents the identity of the access point.</value>
505             <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
506             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
507             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
508         </member>
509         <member name="P:Tizen.Network.WiFi.WiFiEapConfiguration.SubjectMatch">
510             <summary>
511             The subject match of the access point (AP).
512             </summary>
513             <since_tizen> 3 </since_tizen>
514             <value>Represents the subject match of the AP.</value>
515             <exception cref="T:System.NotSupportedException">Thrown while setting this value when Wi-Fi is not supported.</exception>
516             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
517             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
518         </member>
519         <member name="M:Tizen.Network.WiFi.WiFiEapConfiguration.GetClientCertFile">
520             <summary>
521             Gets the access point client certificate file from the configuration.
522             </summary>
523             <since_tizen> 3 </since_tizen>
524             <returns>The certification authority (CA) certificates file of the access point.</returns>
525             <feature>http://tizen.org/feature/network.wifi</feature>
526             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
527             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
528             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
529         </member>
530         <member name="M:Tizen.Network.WiFi.WiFiEapConfiguration.SetClientCertFile(System.String,System.String)">
531             <summary>
532             Sets the access point client certificate file to configuration.
533             </summary>
534             <since_tizen> 3 </since_tizen>
535             <param name="privateKey">The private key file.</param>
536             <param name="clientCert">The certification authority(CA) certifies the files of access points.</param>
537             <feature>http://tizen.org/feature/network.wifi</feature>
538             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
539             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
540             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
541         </member>
542         <member name="T:Tizen.Network.WiFi.WiFiEapType">
543             <summary>
544             Enumeration for the Wi-Fi EAP types.
545             </summary>
546             <since_tizen> 3 </since_tizen>
547         </member>
548         <member name="F:Tizen.Network.WiFi.WiFiEapType.Peap">
549             <summary>
550             EAP PEAP type.
551             </summary>
552             <since_tizen> 3 </since_tizen>
553         </member>
554         <member name="F:Tizen.Network.WiFi.WiFiEapType.Tls">
555             <summary>
556             EAP TLS type.
557             </summary>
558             <since_tizen> 3 </since_tizen>
559         </member>
560         <member name="F:Tizen.Network.WiFi.WiFiEapType.Ttls">
561             <summary>
562             The EAP TTLS type.
563             </summary>
564             <since_tizen> 3 </since_tizen>
565         </member>
566         <member name="F:Tizen.Network.WiFi.WiFiEapType.Sim">
567             <summary>
568             EAP SIM type.
569             </summary>
570             <since_tizen> 3 </since_tizen>
571         </member>
572         <member name="F:Tizen.Network.WiFi.WiFiEapType.Aka">
573             <summary>
574             EAP AKA type.
575             </summary>
576             <since_tizen> 3 </since_tizen>
577         </member>
578         <member name="T:Tizen.Network.WiFi.WiFiRssiLevel">
579             <summary>
580             Enumeration for the Wi-Fi RSSI levels.
581             </summary>
582             <since_tizen> 3 </since_tizen>
583         </member>
584         <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level0">
585             <summary>
586             Level 0.
587             </summary>
588             <since_tizen> 3 </since_tizen>
589         </member>
590         <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level1">
591             <summary>
592             Level 1.
593             </summary>
594             <since_tizen> 3 </since_tizen>
595         </member>
596         <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level2">
597             <summary>
598             Level 2.
599             </summary>
600             <since_tizen> 3 </since_tizen>
601         </member>
602         <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level3">
603             <summary>
604             Level 3.
605             </summary>
606             <since_tizen> 3 </since_tizen>
607         </member>
608         <member name="F:Tizen.Network.WiFi.WiFiRssiLevel.Level4">
609             <summary>
610             Level 4.
611             </summary>
612             <since_tizen> 3 </since_tizen>
613         </member>
614         <member name="T:Tizen.Network.WiFi.WiFiConnectionState">
615             <summary>
616             Enumeration for the Wi-Fi connection states.
617             </summary>
618             <since_tizen> 3 </since_tizen>
619         </member>
620         <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Failure">
621             <summary>
622             Connection failed state.
623             </summary>
624             <since_tizen> 3 </since_tizen>
625         </member>
626         <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Disconnected">
627             <summary>
628             Disconnected state.
629             </summary>
630             <since_tizen> 3 </since_tizen>
631         </member>
632         <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Association">
633             <summary>
634             Association state.
635             </summary>
636             <since_tizen> 3 </since_tizen>
637         </member>
638         <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Congfiguration">
639             <summary>
640             Configuration state.
641             </summary>
642             <since_tizen> 3 </since_tizen>
643         </member>
644         <member name="F:Tizen.Network.WiFi.WiFiConnectionState.Connected">
645             <summary>
646             Connected state.
647             </summary>
648             <since_tizen> 3 </since_tizen>
649         </member>
650         <member name="T:Tizen.Network.WiFi.WiFiDeviceState">
651             <summary>
652             Enumeration for the Wi-Fi device states.
653             </summary>
654             <since_tizen> 3 </since_tizen>
655         </member>
656         <member name="F:Tizen.Network.WiFi.WiFiDeviceState.Deactivated">
657             <summary>
658             Wi-Fi is deactivated.
659             </summary>
660             <since_tizen> 3 </since_tizen>
661         </member>
662         <member name="F:Tizen.Network.WiFi.WiFiDeviceState.Activated">
663             <summary>
664             Wi-Fi is activated.
665             </summary>
666             <since_tizen> 3 </since_tizen>
667         </member>
668         <member name="T:Tizen.Network.WiFi.WiFiProxyType">
669             <summary>
670             Enumeration for the Wi-Fi proxy types.
671             </summary>
672             <since_tizen> 3 </since_tizen>
673         </member>
674         <member name="F:Tizen.Network.WiFi.WiFiProxyType.Direct">
675             <summary>
676             Direct connection.
677             </summary>
678             <since_tizen> 3 </since_tizen>
679         </member>
680         <member name="F:Tizen.Network.WiFi.WiFiProxyType.Auto">
681             <summary>
682             Auto configuration(Use PAC file). If the URL property is not set, DHCP/WPAD auto-discover will be tried.
683             </summary>
684             <since_tizen> 3 </since_tizen>
685         </member>
686         <member name="F:Tizen.Network.WiFi.WiFiProxyType.Manual">
687             <summary>
688             Manual configuration.
689             </summary>
690             <since_tizen> 3 </since_tizen>
691         </member>
692         <member name="T:Tizen.Network.WiFi.WiFiAuthenticationType">
693             <summary>
694             Enumeration for the Wi-Fi authentication types.
695             </summary>
696             <since_tizen> 3 </since_tizen>
697         </member>
698         <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.None">
699             <summary>
700             EAP phase 2 authentication none.
701             </summary>
702             <since_tizen> 3 </since_tizen>
703         </member>
704         <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Pap">
705             <summary>
706             EAP phase 2 authentication PAP.
707             </summary>
708             <since_tizen> 3 </since_tizen>
709         </member>
710         <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Mschap">
711             <summary>
712             EAP phase 2 authentication MSCHAP.
713             </summary>
714             <since_tizen> 3 </since_tizen>
715         </member>
716         <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Mschapv2">
717             <summary>
718             EAP phase 2 authentication MSCHAPv2.
719             </summary>
720             <since_tizen> 3 </since_tizen>
721         </member>
722         <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Gtc">
723             <summary>
724             EAP phase 2 authentication GTC.
725             </summary>
726             <since_tizen> 3 </since_tizen>
727         </member>
728         <member name="F:Tizen.Network.WiFi.WiFiAuthenticationType.Md5">
729             <summary>
730             EAP phase 2 authentication MD5.
731             </summary>
732             <since_tizen> 3 </since_tizen>
733         </member>
734         <member name="T:Tizen.Network.WiFi.SafeWiFiManagerHandle">
735             <summary>
736             A class for managing the WiFiManager handle.
737             </summary>
738         </member>
739         <member name="P:Tizen.Network.WiFi.SafeWiFiManagerHandle.IsInvalid">
740             <summary>
741             Checks the validity of the handle.
742             </summary>
743             <value>Represents the validity of the handle.</value>
744         </member>
745         <!-- Badly formed XML comment ignored for member "T:Tizen.Network.WiFi.WiFiManager" -->
746         <member name="P:Tizen.Network.WiFi.WiFiManager.MacAddress">
747             <summary>
748             The local MAC address.
749             </summary>
750             <since_tizen> 3 </since_tizen>
751             <value>Represents the MAC address of the Wi-Fi.</value>
752             <privilege>http://tizen.org/privilege/network.get</privilege>
753         </member>
754         <member name="P:Tizen.Network.WiFi.WiFiManager.InterfaceName">
755             <summary>
756             The name of the network interface.
757             </summary>
758             <since_tizen> 3 </since_tizen>
759             <value>Interface name of the Wi-Fi.</value>
760             <privilege>http://tizen.org/privilege/network.get</privilege>
761         </member>
762         <member name="P:Tizen.Network.WiFi.WiFiManager.ConnectionState">
763             <summary>
764             The network connection state.
765             </summary>
766             <since_tizen> 3 </since_tizen>
767             <value>Represents the connection state of the Wi-Fi.</value>
768             <privilege>http://tizen.org/privilege/network.get</privilege>
769         </member>
770         <member name="P:Tizen.Network.WiFi.WiFiManager.IsActive">
771             <summary>
772             A property to check whether Wi-Fi is activated.
773             </summary>
774             <since_tizen> 3 </since_tizen>
775             <value>Boolean value to check whether Wi-Fi is activated or not.</value>
776             <privilege>http://tizen.org/privilege/network.get</privilege>
777         </member>
778         <member name="E:Tizen.Network.WiFi.WiFiManager.DeviceStateChanged">
779             <summary>
780             DeviceStateChanged is raised when the device state is changed.
781             </summary>
782             <since_tizen> 3 </since_tizen>
783             <privilege>http://tizen.org/privilege/network.get</privilege>
784             <feature>http://tizen.org/feature/network.wifi</feature>
785         </member>
786         <member name="E:Tizen.Network.WiFi.WiFiManager.ConnectionStateChanged">
787             <summary>
788             ConnectionStateChanged is raised when the connection state is changed.
789             </summary>
790             <since_tizen> 3 </since_tizen>
791             <privilege>http://tizen.org/privilege/network.get</privilege>
792             <feature>http://tizen.org/feature/network.wifi</feature>
793         </member>
794         <member name="E:Tizen.Network.WiFi.WiFiManager.RssiLevelChanged">
795             <summary>
796             RssiLevelChanged is raised when the RSSI of the connected Wi-Fi is changed.
797             </summary>
798             <since_tizen> 3 </since_tizen>
799             <privilege>http://tizen.org/privilege/network.get</privilege>
800             <feature>http://tizen.org/feature/network.wifi</feature>
801         </member>
802         <member name="E:Tizen.Network.WiFi.WiFiManager.BackgroundScanFinished">
803             <summary>
804             BackgroundScanFinished is raised when the background scan is finished.
805             The background scan starts automatically when Wi-Fi is activated. The callback will be invoked periodically.
806             </summary>
807             <since_tizen> 3 </since_tizen>
808             <privilege>http://tizen.org/privilege/network.get</privilege>
809             <feature>http://tizen.org/feature/network.wifi</feature>
810         </member>
811         <member name="M:Tizen.Network.WiFi.WiFiManager.GetWiFiHandle">
812             <summary>
813             Gets the Wi-Fi safe handle.
814             </summary>
815             <since_tizen> 3 </since_tizen>
816             <returns>The instance of the SafeWiFiManagerHandle.</returns>
817             <feature>http://tizen.org/feature/network.wifi</feature>
818             <privilege>http://tizen.org/privilege/network.get</privilege>
819             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
820             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
821             <exception cref="T:System.OutOfMemoryException">Thrown when the system is out of memory.</exception>
822             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
823             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
824         </member>
825         <member name="M:Tizen.Network.WiFi.WiFiManager.GetFoundAPs">
826             <summary>
827             Gets the result of the scan.
828             </summary>
829             <since_tizen> 3 </since_tizen>
830             <returns>A list of the WiFiAP objects.</returns>
831             <feature>http://tizen.org/feature/network.wifi</feature>
832             <privilege>http://tizen.org/privilege/network.get</privilege>
833             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
834             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
835             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
836             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
837         </member>
838         <member name="M:Tizen.Network.WiFi.WiFiManager.GetFoundSpecificAPs">
839             <summary>
840             Gets the result of ScanSpecificAPAsync(string essid) API.
841             </summary>
842             <since_tizen> 3 </since_tizen>
843             <returns>A list containing the WiFiAP objects.</returns>
844             <feature>http://tizen.org/feature/network.wifi</feature>
845             <privilege>http://tizen.org/privilege/network.get</privilege>
846             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
847             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
848             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
849             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
850         </member>
851         <member name="M:Tizen.Network.WiFi.WiFiManager.GetWiFiConfigurations">
852             <summary>
853             Gets the list of Wi-Fi configurations.
854             </summary>
855             <since_tizen> 3 </since_tizen>
856             <returns>A list containing the WiFiConfiguration objects.</returns>
857             <feature>http://tizen.org/feature/network.wifi</feature>
858             <privilege>http://tizen.org/privilege/network.profile</privilege>
859             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
860             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
861             <exception cref="T:System.OutOfMemoryException">Thrown when system is out of memory.</exception>
862             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
863             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
864         </member>
865         <member name="M:Tizen.Network.WiFi.WiFiManager.SaveWiFiConfiguration(Tizen.Network.WiFi.WiFiConfiguration)">
866             <summary>
867             Saves the Wi-Fi configuration of the access point.
868             </summary>
869             <since_tizen> 3 </since_tizen>
870             <param name="configuration">The configuration to be stored.</param>
871             <feature>http://tizen.org/feature/network.wifi</feature>
872             <privilege>http://tizen.org/privilege/network.profile</privilege>
873             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
874             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
875             <exception cref="T:System.ArgumentNullException">Thrown when WiFiConfiguration is passed as null.</exception>
876             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
877             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
878         </member>
879         <member name="M:Tizen.Network.WiFi.WiFiManager.GetConnectedAP">
880             <summary>
881             Gets the object of the connected WiFiAP.
882             </summary>
883             <since_tizen> 3 </since_tizen>
884             <returns>The connected Wi-Fi access point (AP) information.</returns>
885             <feature>http://tizen.org/feature/network.wifi</feature>
886             <privilege>http://tizen.org/privilege/network.get</privilege>
887             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
888             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
889             <exception cref="T:System.OutOfMemoryException">Thrown when system is out of memory.</exception>
890             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
891             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
892         </member>
893         <member name="M:Tizen.Network.WiFi.WiFiManager.ActivateAsync">
894             <summary>
895             Activates the Wi-Fi asynchronously.
896             </summary>
897             <since_tizen> 3 </since_tizen>
898             <returns> A task indicating whether the activate method is done or not.</returns>
899             <feature>http://tizen.org/feature/network.wifi</feature>
900             <privilege>http://tizen.org/privilege/network.set</privilege>
901             <privilege>http://tizen.org/privilege/network.get</privilege>
902             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
903             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
904             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
905             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
906         </member>
907         <member name="M:Tizen.Network.WiFi.WiFiManager.ActivateWithPickerAsync">
908             <summary>
909             Activates the Wi-Fi asynchronously and displays the Wi-Fi picker (popup) when the Wi-Fi is not automatically connected.
910             </summary>
911             <since_tizen> 3 </since_tizen>
912             <returns>A task indicating whether the ActivateWithPicker method is done or not.</returns>
913             <feature>http://tizen.org/feature/network.wifi</feature>
914             <privilege>http://tizen.org/privilege/network.set</privilege>
915             <privilege>http://tizen.org/privilege/network.get</privilege>
916             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
917             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
918             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
919             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
920         </member>
921         <member name="M:Tizen.Network.WiFi.WiFiManager.DeactivateAsync">
922             <summary>
923             Deactivates the Wi-Fi asynchronously.
924             </summary>
925             <since_tizen> 3 </since_tizen>
926             <returns>A task indicating whether the deactivate method is done or not.</returns>
927             <feature>http://tizen.org/feature/network.wifi</feature>
928             <privilege>http://tizen.org/privilege/network.set</privilege>
929             <privilege>http://tizen.org/privilege/network.get</privilege>
930             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
931             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
932             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
933             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
934         </member>
935         <member name="M:Tizen.Network.WiFi.WiFiManager.ScanAsync">
936             <summary>
937             Starts the scan asynchronously.
938             </summary>
939             <since_tizen> 3 </since_tizen>
940             <returns>A task indicating whether the scan method is done or not.</returns>
941             <feature>http://tizen.org/feature/network.wifi</feature>
942             <privilege>http://tizen.org/privilege/network.set</privilege>
943             <privilege>http://tizen.org/privilege/network.get</privilege>
944             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
945             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
946             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
947             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
948         </member>
949         <member name="M:Tizen.Network.WiFi.WiFiManager.ScanSpecificAPAsync(System.String)">
950             <summary>
951             Starts a specific access point scan asynchronously.
952             </summary>
953             <since_tizen> 3 </since_tizen>
954             <returns>A task indicating whether the ScanSpecificAP method is done or not.</returns>
955             <param name="essid">The ESSID of the hidden AP.</param>
956             <feature>http://tizen.org/feature/network.wifi</feature>
957             <privilege>http://tizen.org/privilege/network.set</privilege>
958             <privilege>http://tizen.org/privilege/network.get</privilege>
959             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
960             <exception cref="T:System.UnauthorizedAccessException">Thrown when the permission is denied.</exception>
961             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
962             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
963         </member>
964         <member name="T:Tizen.Network.WiFi.WiFiNetwork">
965             <summary>
966             A class for managing the Wi-Fi network information.
967             </summary>
968             <since_tizen> 3 </since_tizen>
969         </member>
970         <member name="P:Tizen.Network.WiFi.WiFiNetwork.Essid">
971             <summary>
972             The Extended Service Set Identifier (ESSID).
973             </summary>
974             <since_tizen> 3 </since_tizen>
975             <value>ESSID of the Wi-Fi.</value>
976         </member>
977         <member name="P:Tizen.Network.WiFi.WiFiNetwork.Bssid">
978             <summary>
979             The Basic Service Set Identifier (BSSID).
980             </summary>
981             <since_tizen> 3 </since_tizen>
982             <value>BSSID of the Wi-Fi.</value>
983         </member>
984         <member name="P:Tizen.Network.WiFi.WiFiNetwork.IPv4Setting">
985             <summary>
986             The address information for IPv4.
987             </summary>
988             <since_tizen> 3 </since_tizen>
989             <value>IP address information for IPv4 type.</value>
990         </member>
991         <member name="P:Tizen.Network.WiFi.WiFiNetwork.IPv6Setting">
992             <summary>
993             The address information for IPv6.
994             </summary>
995             <since_tizen> 3 </since_tizen>
996             <value>IP address information for IPv6 type.</value>
997         </member>
998         <member name="P:Tizen.Network.WiFi.WiFiNetwork.ProxyAddress">
999             <summary>
1000             The proxy address.
1001             </summary>
1002             <since_tizen> 3 </since_tizen>
1003             <value>Represents the proxy address of the Wi-Fi.</value>
1004             <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
1005             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
1006             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
1007         </member>
1008         <member name="P:Tizen.Network.WiFi.WiFiNetwork.ProxyType">
1009             <summary>
1010             The proxy type (IPv6).
1011             </summary>
1012             <since_tizen> 3 </since_tizen>
1013             <value>Represents the proxy type of the Wi-Fi.</value>
1014             <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
1015             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
1016             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
1017         </member>
1018         <member name="P:Tizen.Network.WiFi.WiFiNetwork.Frequency">
1019             <summary>
1020             The frequency band (MHz).
1021             </summary>
1022             <since_tizen> 3 </since_tizen>
1023             <value>Represents the frequency band value.</value>
1024         </member>
1025         <member name="P:Tizen.Network.WiFi.WiFiNetwork.Rssi">
1026             <summary>
1027             The received signal strength indicator (RSSI).
1028             </summary>
1029             <since_tizen> 3 </since_tizen>
1030             <value>Represents RSSI of Wi-Fi (dbm).</value>
1031         </member>
1032         <member name="P:Tizen.Network.WiFi.WiFiNetwork.RssiLevel">
1033             <summary>
1034             The Received signal strength indication(RSSI).
1035             </summary>
1036             <since_tizen> 4 </since_tizen>
1037             <value>Represents Rssi level of WiFi.</value>
1038             <feature>http://tizen.org/feature/network.wifi</feature>
1039             <exception cref="T:System.NotSupportedException">Thrown while setting this property when WiFi is not supported.</exception>
1040         </member>
1041         <member name="P:Tizen.Network.WiFi.WiFiNetwork.MaxSpeed">
1042             <summary>
1043             The max speed (Mbps).
1044             </summary>
1045             <since_tizen> 3 </since_tizen>
1046             <value>Represents the max speed value.</value>
1047         </member>
1048         <member name="P:Tizen.Network.WiFi.WiFiNetwork.IsFavorite">
1049             <summary>
1050             A property to check whether the access point is a favorite or not.
1051             </summary>
1052             <since_tizen> 3 </since_tizen>
1053             <value>Boolean value to check if the access point is a favorite or not.</value>
1054         </member>
1055         <member name="P:Tizen.Network.WiFi.WiFiNetwork.IsPasspoint">
1056             <summary>
1057             A property to check whether the access point is a passpoint or not.
1058             </summary>
1059             <since_tizen> 3 </since_tizen>
1060             <value>Boolean value to check if the access point is a passpoint or not.</value>
1061         </member>
1062         <member name="P:Tizen.Network.WiFi.WiFiNetwork.ConnectionState">
1063             <summary>
1064             The connection state.
1065             </summary>
1066             <since_tizen> 3 </since_tizen>
1067             <value>Represents the connection state of the Wi-Fi.</value>
1068         </member>
1069         <member name="M:Tizen.Network.WiFi.WiFiNetwork.GetAllIPv6Addresses">
1070             <summary>
1071             Gets all IPv6 addresses of the access point.
1072             </summary>
1073             <since_tizen> 3 </since_tizen>
1074             <returns>A list of IPv6 addresses of the access point.</returns>
1075             <feature>http://tizen.org/feature/network.wifi</feature>
1076             <exception cref="T:System.NotSupportedException">Thrown when the Wi-Fi is not supported.</exception>
1077             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
1078             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
1079         </member>
1080         <member name="T:Tizen.Network.WiFi.WiFiSecurity">
1081             <summary>
1082             A class for managing the Wi-Fi security information.
1083             </summary>
1084             <since_tizen> 3 </since_tizen>
1085         </member>
1086         <member name="P:Tizen.Network.WiFi.WiFiSecurity.SecurityType">
1087             <summary>
1088             The type of Wi-Fi security.
1089             </summary>
1090             <since_tizen> 3 </since_tizen>
1091             <value>Represents the security type of the Wi-Fi.</value>
1092             <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
1093             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
1094             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
1095         </member>
1096         <member name="P:Tizen.Network.WiFi.WiFiSecurity.EncryptionType">
1097             <summary>
1098             The type of Wi-Fi encryption.
1099             </summary>
1100             <since_tizen> 3 </since_tizen>
1101             <value>Represents the encryption type of the Wi-Fi.</value>
1102             <exception cref="T:System.NotSupportedException">Thrown while setting this property when Wi-Fi is not supported.</exception>
1103             <exception cref="T:System.ArgumentException">Thrown while setting this property due to an invalid parameter.</exception>
1104             <exception cref="T:System.InvalidOperationException">Thrown while setting this value due to an invalid operation.</exception>
1105         </member>
1106         <member name="P:Tizen.Network.WiFi.WiFiSecurity.EapInformation">
1107             <summary>
1108             The EAP information.
1109             </summary>
1110             <since_tizen> 3 </since_tizen>
1111             <value>EAP information of the Wi-Fi.</value>
1112         </member>
1113         <member name="P:Tizen.Network.WiFi.WiFiSecurity.IsPassphraseRequired">
1114             <summary>
1115             A property to check whether the passphrase is required or not.
1116             </summary>
1117             <since_tizen> 3 </since_tizen>
1118             <value>Boolean value to check if the passphrase is required or not.</value>
1119         </member>
1120         <member name="P:Tizen.Network.WiFi.WiFiSecurity.IsWpsSupported">
1121             <summary>
1122             A property to check whether Wi-Fi Protected Setup (WPS) is supported.
1123             </summary>
1124             <since_tizen> 3 </since_tizen>
1125             <value>Boolean value to check if WPS is supported.</value>
1126         </member>
1127         <member name="M:Tizen.Network.WiFi.WiFiSecurity.SetPassphrase(System.String)">
1128             <summary>
1129             Sets the passphrase.
1130             </summary>
1131             <since_tizen> 3 </since_tizen>
1132             <param name="passphrase">The passphrase of the access point.</param>
1133             <feature>http://tizen.org/feature/network.wifi</feature>
1134             <exception cref="T:System.NotSupportedException">Thrown when Wi-Fi is not supported.</exception>
1135             <exception cref="T:System.ArgumentNullException">Thrown when the passphrase is passed as null.</exception>
1136             <exception cref="T:System.ArgumentException">Thrown when the method failed due to an invalid parameter.</exception>
1137             <exception cref="T:System.InvalidOperationException">Thrown when the method failed due to an invalid operation.</exception>
1138         </member>
1139     </members>
1140 </doc>