1<head>
2<title>ASUS Wireless Router Web Manager</title>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<link rel="stylesheet" type="text/css" href="style.css" media="screen"></link>
5<script language="JavaScript" type="text/javascript" src="overlib.js"></script>
6<script language="JavaScript" type="text/javascript" src="general.js"></script>
7</head>
8<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
9<body onLoad="load_body()" onunLoad="return unload_body();">
10<form method="GET" name="form" action="apply.cgi">
11<!-- Table for the conntent page -->
12<table width="666" border="0" cellpadding="0" cellspacing="0">
13<input type="hidden" name="current_page" value="Advanced_Wireless_Content.asp">
14<input type="hidden" name="next_page" value="Advanced_WMode_Content.asp">
15<input type="hidden" name="next_host" value="">
16<input type="hidden" name="sid_list" value="WLANConfig11a;WLANConfig11b;">
17<input type="hidden" name="group_id" value="">
18<input type="hidden" name="modified" value="0">
19<input type="hidden" name="action_mode" value="">
20<input type="hidden" name="first_time" value="">
21<input type="hidden" name="action_script" value="">
22<input type="hidden" name="preferred_lang" value="<% nvram_get_x("","preferred_lang"); %>">
23<input type="hidden" name="wl_ssid2" value="<% nvram_get_x("WLANConfig11b","wl_ssid2"); %>">
24<input type="hidden" name="wl_wpa_mode" value="<% nvram_get_x("WLANConfig11b","wl_wpa_mode"); %>">
25<tr>
26<td>
27<table width="666" border="1" cellpadding="0" cellspacing="0" bordercolor="E0E0E0">
28<tr class="content_header_tr">
29<td class="content_header_td_title" colspan="2"><#t1Wireless#> - <#t2IF#></td>
30</tr>
31<tr>
32<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_SSID_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_SSID_itemname#>
33</td><td class="content_input_td"><input type="text" maxlength="32" class="content_input_fd" size="32" name="wl_ssid" value="<% nvram_get_x("WLANConfig11b","wl_ssid"); %>" onKeyPress="return is_string(this)" onBlur="validate_string_ssid(this)"></td>
34</tr>
35<tr>
36<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_Channel_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_Channel_itemname#>
37</td><td class="content_input_td"><select name="wl_channel" class="content_input_fd" onChange="return change_common(this, 'WLANConfig11b', 'wl_channel')">
38<% select_channel("WLANConfig11b"); %>
39</select><input type="hidden" maxlength="15" size="15" name="x_RegulatoryDomain" value="<% nvram_get_x("Regulatory","x_RegulatoryDomain"); %>" readonly="1"></td>
40</tr>
41<tr>
42<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_x_Mode11g_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_x_Mode11g_itemname#>
43</td><td class="content_input_td"><select name="wl_gmode" class="content_input_fd" onChange="return change_common(this, 'WLANConfig11b', 'wl_gmode')"><option class="content_input_fd" value="1" <% nvram_match_x("WLANConfig11b","wl_gmode", "1","selected"); %>>Auto</option><option class="content_input_fd" value="4" <% nvram_match_x("WLANConfig11b","wl_gmode", "4","selected"); %>>54G Only</option><option class="content_input_fd" value="0" <% nvram_match_x("WLANConfig11b","wl_gmode", "0","selected"); %>>802.11B Only</option></select><input type="checkbox" style="margin-left:30" name="wl_gmode_check" value="" onClick="return change_common_radio(this, 'WLANConfig11b', 'wl_gmode', '1')">54g Protection</input></td>
44</tr>
45<input type="hidden" name="wl_gmode_protection_x" value="<% nvram_get_x("WLANConfig11b","wl_gmode_protection_x"); %>">
46<tr>
47<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_AuthenticationMethod_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_AuthenticationMethod_itemname#></td>
48<td class="content_input_td">
49<select name="wl_auth_mode" class="content_input_fd" onChange="return change_common(this, 'WLANConfig11b', 'wl_auth_mode')">
50<option class="content_input_fd" value="open" <% nvram_match_x("WLANConfig11b","wl_auth_mode", "open","selected"); %>>Open System</option>
51<option class="content_input_fd" value="shared" <% nvram_match_x("WLANConfig11b","wl_auth_mode", "shared","selected"); %>>Shared Key</option>
52<option class="content_input_fd" value="psk" <% nvram_double_match_x("WLANConfig11b", "wl_auth_mode", "psk", "WLANConfig11b", "wl_wpa_mode", "1", "selected"); %>>WPA-Personal</option>
53<option class="content_input_fd" value="psk" <% nvram_double_match_x("WLANConfig11b", "wl_auth_mode", "psk", "WLANConfig11b", "wl_wpa_mode", "2", "selected"); %>>WPA2-Personal</option>
54<option class="content_input_fd" value="psk" <% nvram_double_match_x("WLANConfig11b", "wl_auth_mode", "psk", "WLANConfig11b", "wl_wpa_mode", "0", "selected"); %>>WPA-Auto-Personal</option>
55<option class="content_input_fd" value="wpa" <% nvram_double_match_x("WLANConfig11b", "wl_auth_mode", "wpa", "WLANConfig11b", "wl_wpa_mode", "3", "selected"); %>>WPA-Enterprise</option>
56<option class="content_input_fd" value="wpa2" <% nvram_match_x("WLANConfig11b", "wl_auth_mode", "wpa2", "selected"); %>>WPA2-Enterprise</option>
57<option class="content_input_fd" value="wpa" <% nvram_double_match_x("WLANConfig11b", "wl_auth_mode", "wpa", "WLANConfig11b", "wl_wpa_mode", "4", "selected"); %>>WPA-Auto-Enterprise</option>
58<option class="content_input_fd" value="radius" <% nvram_match_x("WLANConfig11b","wl_auth_mode", "radius","selected"); %>>Radius with 802.1x</option>
59</select>
60</td>
61</tr>
62<tr>
63<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_WPAType_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_WPAType_itemname#>
64</td><td class="content_input_td"><select name="wl_crypto" class="content_input_fd" onChange="return change_common(this, 'WLANConfig11b', 'wl_crypto')"><option class="content_input_fd" value="tkip" <% nvram_match_x("WLANConfig11b","wl_crypto", "tkip","selected"); %>>TKIP</option><option class="content_input_fd" value="aes" <% nvram_match_x("WLANConfig11b","wl_crypto", "aes","selected"); %>>AES</option><option class="content_input_fd" value="tkip+aes" <% nvram_match_x("WLANConfig11b","wl_crypto", "tkip+aes","selected"); %>>TKIP+AES</option></select></td>
65</tr>
66<tr>
67<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_x_PSKKey_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_x_PSKKey_itemname#>
68</td><td class="content_input_td"><script language="JavaScript" type="text/javascript" src="md5.js"></script><input type="text" maxlength="64" class="content_input_fd" size="32" name="wl_wpa_psk" value="<% nvram_get_x("WLANConfig11b","wl_wpa_psk"); %>" onKeyUp="return is_wlphrase('WLANConfig11b', 'wl_wpa_psk', this)" onBlur="return validate_wlphrase('WLANConfig11b', 'wl_wpa_psk', this)"></td>
69</tr>
70<tr>
71<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_WEPType_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_WEPType_itemname#>
72</td><td class="content_input_td"><select name="wl_wep_x" class="content_input_fd" onChange="return change_common(this, 'WLANConfig11b', 'wl_wep_x')"><option class="content_input_fd" value="0" <% nvram_match_x("WLANConfig11b","wl_wep_x", "0","selected"); %>>None</option><option class="content_input_fd" value="1" <% nvram_match_x("WLANConfig11b","wl_wep_x", "1","selected"); %>>WEP-64bits</option><option class="content_input_fd" value="2" <% nvram_match_x("WLANConfig11b","wl_wep_x", "2","selected"); %>>WEP-128bits</option></select></td>
73</tr>
74<tr>
75<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_x_Phrase_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_x_Phrase_itemname#>
76</td><td class="content_input_td"><script language="JavaScript" type="text/javascript" src="md5.js"></script><input type="text" maxlength="64" class="content_input_fd" size="32" name="wl_phrase_x" value="<% nvram_get_x("WLANConfig11b","wl_phrase_x"); %>" onKeyUp="return is_wlphrase('WLANConfig11b', 'wl_phrase_x', this)" onBlur="return validate_wlphrase('WLANConfig11b', 'wl_phrase_x', this)"></td>
77</tr>
78<tr>
79<td class="content_header_td"><#WLANConfig11b_WEPKey1_itemname#>
80</td><td class="content_input_td"><input type="text" maxlength="32" class="content_input_fd" size="32" name="wl_key1" value="<% nvram_get_x("WLANConfig11b","wl_key1"); %>" onBlur="return validate_wlkey(this, 'WLANConfig11b')" onKeyPress="return is_wlkey(this, 'WLANConfig11b')" onKeyUp="return change_wlkey(this, 'WLANConfig11b')"></td>
81</tr>
82<tr>
83<td class="content_header_td"><#WLANConfig11b_WEPKey2_itemname#>
84</td><td class="content_input_td"><input type="text" maxlength="32" class="content_input_fd" size="32" name="wl_key2" value="<% nvram_get_x("WLANConfig11b","wl_key2"); %>" onBlur="return validate_wlkey(this, 'WLANConfig11b')" onKeyPress="return is_wlkey(this, 'WLANConfig11b')" onKeyUp="return change_wlkey(this, 'WLANConfig11b')"></td>
85</tr>
86<tr>
87<td class="content_header_td"><#WLANConfig11b_WEPKey3_itemname#>
88</td><td class="content_input_td"><input type="text" maxlength="32" class="content_input_fd" size="32" name="wl_key3" value="<% nvram_get_x("WLANConfig11b","wl_key3"); %>" onBlur="return validate_wlkey(this, 'WLANConfig11b')" onKeyPress="return is_wlkey(this, 'WLANConfig11b')" onKeyUp="return change_wlkey(this, 'WLANConfig11b')"></td>
89</tr>
90<tr>
91<td class="content_header_td"><#WLANConfig11b_WEPKey4_itemname#>
92</td><td class="content_input_td"><input type="text" maxlength="32" class="content_input_fd" size="32" name="wl_key4" value="<% nvram_get_x("WLANConfig11b","wl_key4"); %>" onBlur="return validate_wlkey(this, 'WLANConfig11b')" onKeyPress="return is_wlkey(this, 'WLANConfig11b')" onKeyUp="return change_wlkey(this, 'WLANConfig11b')"></td>
93</tr>
94<tr>
95<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_WEPDefaultKey_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_WEPDefaultKey_itemname#>
96</td><td class="content_input_td"><select name="wl_key" class="content_input_fd" onChange="return change_common(this, 'WLANConfig11b', 'wl_key')"><option class="content_input_fd" value="1" <% nvram_match_x("WLANConfig11b","wl_key", "1","selected"); %>>Key1</option><option class="content_input_fd" value="2" <% nvram_match_x("WLANConfig11b","wl_key", "2","selected"); %>>Key2</option><option class="content_input_fd" value="3" <% nvram_match_x("WLANConfig11b","wl_key", "3","selected"); %>>Key3</option><option class="content_input_fd" value="4" <% nvram_match_x("WLANConfig11b","wl_key", "4","selected"); %>>Key4</option></select></td>
97</tr>
98<tr>
99<td class="content_header_td" onMouseOver="return overlib('<#WLANConfig11b_x_Rekey_itemdesc#>', LEFT);" onMouseOut="return nd();"><#WLANConfig11b_x_Rekey_itemname#>
100</td><td class="content_input_td"><input type="text" maxlength="5" size="5" name="wl_wpa_gtk_rekey" class="content_input_fd" value="<% nvram_get_x("WLANConfig11b", "wl_wpa_gtk_rekey"); %>" onBlur="validate_range(this, 0, 86400)" onKeyPress="return is_number(this)"></td>
101</tr>
102</table>
103</td>
104</tr>
105<tr>
106<td>
107<table width="666" border="2" cellpadding="0" cellspacing="0" bordercolor="E0E0E0"></table>
108</td>
109</tr>
110<tr>
111<td>
112<table width="666" border="1" cellpadding="0" cellspacing="0" bordercolor="B0B0B0">
113<tr bgcolor="#CCCCCC"><td colspan="3"><font face="arial" size="2"><b>&nbsp</b></font></td></tr>
114<tr bgcolor="#FFFFFF">
115<td id ="Confirm" height="25" width="34%">
116<div align="center"><font face="Arial"> <input class=inputSubmit onMouseOut=buttonOut(this) onMouseOver="buttonOver(this)" onClick="return onSubmitCtrl(this, ' Restore ');" type="submit" value=" <#CTL_restore#> " name="action"></font></div>
117</td>
118<td height="25" width="33%">
119<div align="center"><font face="Arial"> <input class=inputSubmit onMouseOut=buttonOut(this) onMouseOver="buttonOver(this)" onClick="return onSubmitCtrl(this, ' Finish ');" type="submit" value=" <#CTL_finish#> " name="action"></font></div>
120</td>
121<td height="25" width="33%">
122<div align="center"><font face="Arial"> <input class=inputSubmit onMouseOut=buttonOut(this) onMouseOver="buttonOver(this)" onClick="return onSubmitCtrl(this, ' Apply ');" type="submit" value=" <#CTL_apply#> " name="action"></font></div>
123</td>
124</tr>
125</table>
126</td>
127</tr>
128<tr>
129<td>
130<table width="666" border="1" cellpadding="0" cellspacing="0" bordercolor="B0B0B0">
131<tr>
132<td colspan="2" width="616" height="25" bgcolor="#FFBB00"></td>
133</tr>
134<tr bgcolor="#FFFFFF">
135<td class="content_header_td_15" align="left"><#CTL_restore#>: </td>
136<td class="content_input_td_padding" align="left"><#CTL_desc_restore#></td>
137</tr>
138<tr bgcolor="#FFFFFF">
139<td class="content_header_td_15" align="left"><#CTL_finish#>: </td>
140<td class="content_input_td_padding" align="left"><#CTL_desc_finish#></td>
141</tr>
142<tr bgcolor="#FFFFFF">
143<td class="content_header_td_15" align="left"><#CTL_apply#>: </td>
144<td class="content_input_td_padding" align="left"><#CTL_desc_apply#></td>
145</tr>
146</table>
147</td>
148</tr>
149</table>
150</form>
151</body>
152