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    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49      table.table, table.table td, table.table th
50      {
51        border-collapse: collapse;
52        background-color: white;
53      }
54
55      table.table
56      {
57        width: auto;
58        margin: 1em;
59        position	: static;
60        font-family	: Arial;
61      }
62
63      table.table td, table.table th
64      {
65        padding: 0.2em;
66      }
67
68      table.table td.number, table.table th.number
69      {
70        text-align: right;
71      }
72
73      table.table tbody tr th
74      {
75        text-align: left;
76        font-weight: normal;
77        width: auto;
78      }
79
80      table.table thead tr th,
81      table.table tbody tr th.category
82      {
83        padding: 0 0.2em;
84      }
85
86      table.table caption
87      {
88        font-weight: bold;
89        padding: 0.4em;
90      }
91      table.table th
92      {
93        font-weight			: bold;
94        background			: #acf;
95      }
96        --></style>
97    <title>NetworkSetting</title>
98  </head>
99  <body>
100    <h1><CODE>NetworkSetting</CODE></h1>
101    <h2>Overview</h2>
102    <div class="section">
103      <p>
104        The <CODE>NetworkSetting</CODE> program configures security mode, SSID, and key (or passphrase) settings for network configurations 1-3.
105      </p>
106    </div>
107    <h2>How to Use</h2>
108    <div class="section">
109      <p>
110        <table class="table"><tbody>
111          <tr><th>Button</th> <th>Operation</th></tr>
112          <tr><td>↑↓</td> <td>Moves between slots to configure</td></tr>
113          <tr><td>A</td> <td>Select / Run</td></tr>
114          <tr><td>B</td> <td>Back / Cancel</td></tr>
115        </tbody></table>
116      </p>
117    </div>
118    <h2>Slot 1~3 Setting</h2>
119    <div class="section">
120      <p>
121        Here you can set the network configuration of the selected slot. Select <B>Write Setting</B> to apply the settings.<br/>
122        <table class="table"><tbody>
123          <tr><th>Button</th> <th>Operation</th></tr>
124          <tr><td>A</td> <td>Select / Confirm</td></tr>
125          <tr><td>B</td> <td>Back / Cancel</td></tr>
126		  <tr><td>Touch Panel</td> <td>Input of SSID and Key (or PassPhrase)</td></tr>
127        </tbody></table>
128        <h3><CODE>SecurityMode</CODE></h3>
129        <p>
130          Choose from the following: OPEN, WEP 40bit, WEP 104bit, WEP 128bit, WPA TKIP, WPA2 TKIP, WPA AES, and WPA2 AES.
131        </p>
132        <h3>SSID</h3>
133        <p>
134          Input an SSID via the software keyboard. You can only input single-byte alphanumeric characters. The setting has a maximum length of 32 characters.
135        </p>
136        <h3>KEY / PASS PHRASE</h3>
137        <p>
138          Input this data via the software keyboard.<br/> If you chose OPEN, WEP 40bit, WEP 104bit, or WEP 128bit for the <CODE>SecurityMode</CODE>, input a key. If you chose WPA TKIP, WPA2 TKIP,  WPA AES, or WPA2 AES, input a passphrase.<br/><br/>
139
140          The maximum length of the string varies as shown below.<br/>
141        <table class="table"><tbody>
142          <tr><th><CODE>SecurityMode</CODE></th> <th>Setting</th> <th>Number of characters that can be input</th></tr>
143          <tr><td><CODE>OPEN</CODE></td> <td>-</td> <td>-</td> </tr>
144          <tr><td>WEP 40-bit authentication.</td> <td>KEY</td> <td>Maximum 5 characters</td> </tr>
145		  <tr><td>WEP 104-bit authentication.</td> <td>KEY</td> <td>Maximum 13 characters</td> </tr>
146          <tr><td>WEP 128-bit authentication.</td> <td>KEY</td> <td>Maximum 16 characters</td> </tr>
147          <tr><td>WPA TKIP authentication.</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr>
148		  <tr><td>WPA2 TKIP authentication.</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr>
149          <tr><td>WPA AES authentication.</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr>
150          <tr><td>WPA2 AES authentication.</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr>
151        </tbody></table>
152        </p>
153        <h3>Write Setting</h3>
154        <p>
155          Applies the settings.
156        </p>
157        <h3>Remove Setting</h3>
158        <p>
159          Deletes the settings.
160        </p>
161      </p>
162    </div>
163    <h2>Revision History</h2>
164    <div class="section">
165      <dl class="history">
166        <dt>2010/09/17</dt>
167        <dd>Initial version.<br /></dd>
168      </dl>
169    </div>
170  <hr><p>CONFIDENTIAL</p></body>
171</html>
172