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