1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7<title>Description</title>
8  </head>
9  <body>
10<h1><CODE>nn::ac::Description</CODE> Enumerated Type</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14enum Description;
15</pre>
16    </div>
17<h2>Values</h2>
18    <div class="section">
19      <table class="arguments">
20        <thead>
21          <tr>
22<th>Value</th>
23<td>Description</td>
24          </tr>
25        </thead>
26        <tr>
27<th><CODE>DESCRIPTION_WAN_CONNECTED</CODE></th>
28<td>WAN connection established.</td>
29        </tr>
30        <tr>
31<th><CODE>DESCRIPTION_LAN_CONNECTED</CODE></th>
32<td>LAN connection established.</td>
33        </tr>
34        <tr>
35<th><CODE>DESCRIPTION_UNNECESSARY_HOTSPOT_LOGOUT</CODE></th>
36<td>Hotspot authentication logout is unnecessary.</td>
37        </tr>
38        <tr>
39<th>DESCRIPTION_PROCESSING</th>
40<td>Connecting.</td>
41        </tr>
42        <tr>
43<th><CODE>DESCRIPTION_FAILED_STARTUP</CODE></th>
44<td>Wireless device initialization failed.</td>
45        </tr>
46        <tr>
47<th><CODE>DESCRIPTION_FAILED_CONNECT_AP</CODE></th>
48<td>Failed to connect to access point.</td>
49        </tr>
50        <tr>
51<th><CODE>DESCRIPTION_FAILED_DHCP</CODE></th>
52<td>Failed to get IP address.</td>
53        </tr>
54        <tr>
55<th><CODE>DESCRIPTION_CONFLICT_IP_ADDRESS</CODE></th>
56<td>IP address conflict.</td>
57        </tr>
58        <tr>
59<th><CODE>DESCRIPTION_INVALID_KEY_VALUE</CODE></th>
60<td>Incorrect encryption key.</td>
61        </tr>
62        <tr>
63<th><CODE>DESCRIPTION_UNSUPPORT_AUTH_ALGORITHM</CODE></th>
64<td>Unsupported encryption mode.</td>
65        </tr>
66        <tr>
67<th><CODE>DESCRIPTION_DENY_USB_AP</CODE></th>
68<td>A connection to a Nintendo Wi-Fi USB Connector was denied.</td>
69        </tr>
70        <tr>
71<th><CODE>DESCRIPTION_INVALID_DNS</CODE></th>
72<td>Failed to resolve name.</td>
73        </tr>
74        <tr>
75<th><CODE>DESCRIPTION_INVALID_PROXY</CODE></th>
76<td>Failed to connect to proxy server.</td>
77        </tr>
78        <tr>
79<th><CODE>DESCRIPTION_FAILED_CONNTEST</CODE></th>
80<td>Failed to connect to HTTP server.</td>
81        </tr>
82        <tr>
83<th><CODE>DESCRIPTION_UNSUPPORT_HOTSPOT</CODE></th>
84<td>Connection from unsupported hotspot.</td>
85        </tr>
86        <tr>
87<th><CODE>DESCRIPTION_FAILED_HOTSPOT_AUTHENTICATION</CODE></th>
88<td>Failed hotspot authentication.</td>
89        </tr>
90        <tr>
91<th><CODE>DESCRIPTION_FAILED_HOTSPOT_CONNTEST</CODE></th>
92<td>Failed to connect to HTTP server after hotspot authentication.</td>
93        </tr>
94        <tr>
95<th><CODE>DESCRIPTION_UNSUPPORT_PLACE</CODE></th>
96<td>Application cannot use the Internet from the present physical location.</td>
97        </tr>
98        <tr>
99<th><CODE>DESCRIPTION_FAILED_HOTSPOT_LOGOUT</CODE></th>
100<td>Failed hotspot authentication logout.</td>
101        </tr>
102        <tr>
103<th><CODE>DESCRIPTION_ALREADY_CONNECT_UNSUPPORT_AP</CODE></th>
104<td>Already connected to an unsupported access point.</td>
105        </tr>
106        <tr>
107<th><CODE>DESCRIPTION_FAILED_SCAN</CODE></th>
108<td>Scan failed.</td>
109        </tr>
110        <tr>
111<th><CODE>DESCRIPTION_ALREADY_CONNECTING</CODE></th>
112<td>Already connected.</td>
113        </tr>
114        <tr>
115<th><CODE>DESCRIPTION_NOT_CONNECTING</CODE></th>
116<td>Not connected.</td>
117        </tr>
118        <tr>
119<th><CODE>DESCRIPTION_ALREADY_EXCLUSIVE</CODE></th>
120<td>Already exclusive.</td>
121        </tr>
122        <tr>
123<th><CODE>DESCRIPTION_NOT_EXCLUSIVE</CODE></th>
124<td>Not exclusive.</td>
125        </tr>
126        <tr>
127<th><CODE>DESCRIPTION_INVALID_LOCATION</CODE></th>
128<td>Invalid location.</td>
129        </tr>
130        <tr>
131<th><CODE>DESCRIPTION_NOT_AGREE_EULA</CODE></th>
132<td>User has not agreed to EULA.</td>
133        </tr>
134        <tr>
135<th><CODE>DESCRIPTION_WIFI_OFF</CODE></th>
136<td>Wireless-disabled mode.</td>
137        </tr>
138        <tr>
139<th><CODE>DESCRIPTION_BROKEN_NAND</CODE></th>
140<td>NAND device is damaged or malfunctioning.</td>
141        </tr>
142        <tr>
143<th><CODE>DESCRIPTION_BROKEN_WIRELESS</CODE></th>
144<td>Wireless device is damaged or malfunctioning.</td>
145        </tr>
146        <tr>
147<th><CODE>DESCRIPTION_END</CODE></th>
148          <td>
149        </td>
150        </tr>
151      </table> </div>
152<h2>Description</h2>
153    <div class="section">
154<p>Displays error details.</p><!-- write here --></div>
155<h2>Revision History</h2>
156    <div class="section">
157      <dl class="history">
158        <dt>2010/08/16</dt>
159<dd>Initial version.<br />
160        </dd>
161      </dl>
162    </div>
163  <hr><p>CONFIDENTIAL</p></body>
164</html>