add added files
[bcm963xx.git] / userapps / broadcom / cfm / html / index-wireless.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3         (c) 2005 U.S. Robotics Corporation
4 -->
5 <html>
6 <head>
7         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8         <title>Setup &raquo; Security</title>
9         <link href="usr_main.css" rel="stylesheet" type="text/css">
10         <script src="usr_menus.js" type="text/javascript"></script>
11         <script src="usr_common.js" type="text/javascript"></script>
12 <script type="text/javascript">
13
14 setPageTitle("<%ejGetWl(wlInterface)%>");
15
16 function validatePage()
17 {
18         if (document.idForm.chkEncrypt.checked)
19         {
20                 if (!minLength("Pass phrase", document.idForm.wlWpaPsk, 8))
21                         return false;
22         }
23         else
24                 document.idForm.wlWpaPsk.value = "";
25         
26         return true;
27 }
28 </script>
29 </head>
30 <body>
31
32 <script type="text/javascript">
33         writeHeaderInfo("Secure Your Router");
34 </script>
35
36 <form name="idForm" action="setup_finish.wl" method="post">
37         <input type="hidden" id="wlAuthMode" name="wlAuthMode" value="psk2mix">
38
39 <h3>Network Name (SSID)</h3>
40
41 <p>This is the name of your wireless network. Wireless devices will need to know the
42 network name (also known as an SSID) of your router in order to communicate with it.</p>
43
44 <p id="lblSSID"><label for="wlSsid">Network name:</label>
45         <input type="text" size="30" maxlength="30" name="wlSsid" id="wlSsid" class="clsTextfield" value="<%ejGetWl(wlSsid)%>"></p>
46
47 <p>U.S.&nbsp;Robotics recommends that you change the <b>network name</b>
48 and treat it like a password. Use a combination of more than eight alphanumeric
49 characters that is not easy to guess (such as &ldquo;MyHomeOffice&rdquo;
50 or &ldquo;Fish81Tree&rdquo;).</p>
51
52
53 <!-- This code is similar to the code on the setup_sec.html page -->
54 <h3>Security</h3>
55
56 <p>U.S.&nbsp;Robotics recommends securing your router from unauthorized
57 wireless devices by using WPA encryption.
58 If you want to use a different method, you can change it on the
59 router&rsquo;s <b>Security</b> page after the setup is complete.
60 </p>
61
62 <p><input type="checkbox" name="chkEncrypt" id="chkEncrypt" checked
63         onclick="toggleVisibility('idEncrypt'); toggleVisibility('idEncryptNo');">
64         <label for="chkEncrypt">Secure the router against unauthorized access (recommended)</label></p>
65
66 <div id="idEncrypt">
67
68 <table border="0">
69         <tr>
70                 <td id="lblMethod" valign="top"><label>Method:</label></td>
71                 <td>
72                         <span class="clsStatic">WPA2 and WPA (PSK)</span>
73                 </td>
74         </tr>
75
76         <tr>
77                 <td valign="top"><label for="wlWpaPsk">Pass&nbsp;phrase:</label></td>
78                 <!-- either 32 hex digits or ASCII that WPA hashes to a 256-bit key -->
79                 <td><input type="text" size="40" maxlength="63" name="wlWpaPsk" id="wlWpaPsk" class="clsTextfield" value="<%ejGetWl(wlWpaPsk)%>"><br/>
80                         <span class="clsNote">(The pass phrase must be between eight and sixty-three characters long.)</span>
81                         </td>
82         </tr>
83 </table>
84
85 <p>U.S.&nbsp;Robotics recommends that you treat your <b>WPA pass phrase</b> like
86 a password and use a combination of alphanumeric characters that is not
87 easy to guess (such as &ldquo;5Rock2Fish9Sand&rdquo; or &ldquo;20Dogs933Trot&rdquo;).</p>
88
89 </div>
90 <div id="idEncryptNo" style="display: none;" class="clsNotice">
91         <p>Please note that you have disabled encryption on the router and your
92         wireless network will be insecure. Unauthorized wireless devices may be
93         able to connect to your network, use your Internet connection, and access
94         your computers.
95         You can enable encryption later on the router&rsquo;s <b>Security</b> page.</p>
96 </div>
97
98
99 <p class="clsSave">You will need to enter these values when you configure a wireless client.</p>
100
101 <p>When you&rsquo;re finished and ready to apply your changes, press <b>Apply</b>.</p>
102 <p><input type="submit" class="clsBtnSave" name="btnSubmit" value="Apply" onclick="if (!validatePage()) return false;"></p>
103 <!-- If all entries are valid, Status page (info.html) is displayed. An error keeps the user here. -->
104
105 </form>
106
107 <script type="text/javascript">
108         writeFooter();
109 </script>
110
111 </body>
112 </html>