1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<html xmlns:v>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
7<meta HTTP-EQUIV="Expires" CONTENT="-1">
8<title>ASUS Wireless Router <#Web_Title#> - <#menu5_1_5#></title>
9<link rel="stylesheet" type="text/css" href="index_style.css"> 
10<link rel="stylesheet" type="text/css" href="form_style.css">
11
12<script type="text/javascript" src="/state.js"></script>
13<script type="text/javascript" src="/help.js"></script>
14<script type="text/javascript" src="/general.js"></script>
15<script type="text/javascript" src="/popup.js"></script>
16<script type="text/javascript" src="/detect.js"></script>
17<script>
18wan_route_x = '<% nvram_get_x("IPConnection", "wan_route_x"); %>';
19wan_nat_x = '<% nvram_get_x("IPConnection", "wan_nat_x"); %>';
20wan_proto = '<% nvram_get_x("Layer3Forwarding",  "wan_proto"); %>';
21
22<% login_state_hook(); %>
23var wireless = [<% wl_auth_list(); %>];	// [[MAC, associated, authorized], ...]
24
25function initial(){
26	show_banner(1);
27	show_menu(5,1,5);
28	show_footer();
29	
30	enable_auto_hint(2, 3);
31}
32
33function applyRule(){
34	if(validForm()){
35		showLoading();
36		
37		document.form.action_mode.value = " Apply ";
38		document.form.current_page.value = "/as.asp";
39		document.form.next_page.value = "";
40		
41		document.form.submit();
42	}
43}
44
45function validForm(){
46	if(!validate_ipaddr(document.form.wl_radius_ipaddr, 'wl_radius_ipaddr'))
47		return false;
48	
49	if(!validate_range(document.form.wl_radius_port, 0, 65535))
50		return false;
51	
52	if(!validate_string(document.form.wl_radius_key))
53		return false;
54	
55	return true;
56}
57
58function done_validating(action){
59	refreshpage();
60}
61</script>
62</head>
63
64<body onload="initial();" onunLoad="disable_auto_hint(2, 3);return unload_body();">
65<div id="TopBanner"></div>
66
67<div id="Loading" class="popup_bg"></div>
68
69<iframe name="hidden_frame" id="hidden_frame" src="" width="0" height="0" frameborder="0"></iframe>
70<form method="post" name="form" id="ruleForm" action="/start_apply.htm" target="hidden_frame">
71<input type="hidden" name="current_page" value="Advanced_WSecurity_Content.asp">
72<input type="hidden" name="next_page" value="Advanced_WAdvanced_Content.asp">
73<input type="hidden" name="next_host" value="">
74<input type="hidden" name="sid_list" value="WLANAuthentication11a;WLANConfig11b;">
75<input type="hidden" name="group_id" value="">
76<input type="hidden" name="modified" value="0">
77<input type="hidden" name="action_mode" value="">
78<input type="hidden" name="first_time" value="">
79<input type="hidden" name="action_script" value="">
80<input type="hidden" name="preferred_lang" id="preferred_lang" value="<% nvram_get_x("LANGUAGE", "preferred_lang"); %>">
81<input type="hidden" name="wl_ssid2" value="<% nvram_get_x("WLANConfig11b",  "wl_ssid2"); %>">
82<input type="hidden" name="firmver" value="<% nvram_get_x("",  "firmver"); %>">
83
84<table class="content" align="center" cellpadding="0" cellspacing="0">
85	<tr>
86		<td width="23">&nbsp;</td>
87		
88		<td valign="top" width="202">				
89		<div id="mainMenu"></div>	
90		<div id="subMenu"></div>		
91		</td>				
92		
93    <td valign="top">
94	<div id="tabMenu" class="submenuBlock"></div><br />
95		<!--===================================Beginning of Main Content===========================================-->
96<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
97	<tr>
98		<td valign="top" >
99		
100<table width="98%" border="0" align="center" cellpadding="5" cellspacing="0" class="FormTitle">
101	<thead>
102	<tr>
103		<td><#menu5_1#> - <#t2RADIUS#></td>
104	</tr>
105	</thead>
106	<tbody>
107	<tr>
108		<td bgcolor="#FFFFFF"><#WLANAuthentication11a_display1_sectiondesc#></td>
109	</tr>
110	</tbody>	
111	<tr>
112	  <td bgcolor="#FFFFFF">
113		<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3"  class="FormTable">
114			<tr>
115			  <th width="200" >
116			  <a class="hintstyle" href="javascript:void(0);"  onClick="openHint(2,1);">
117			  <#WLANAuthentication11a_ExAuthDBIPAddr_itemname#></a>			  </th>
118			  <td><input type="text" maxlength="15" class="input" size="15" name="wl_radius_ipaddr" value="<% nvram_get_x("WLANAuthentication11a","wl_radius_ipaddr"); %>" onKeyPress="return is_ipaddr(this)" onKeyUp="change_ipaddr(this)"></td>
119			  </tr>
120			<tr>
121			  <th >
122			  <a class="hintstyle" href="javascript:void(0);"  onClick="openHint(2,2);">
123			  <#WLANAuthentication11a_ExAuthDBPortNumber_itemname#></a></th>
124			  <td>
125			    <input type="text" maxlength="5" class="input" size="5" name="wl_radius_port" value="<% nvram_get_x("WLANAuthentication11a","wl_radius_port"); %>" onkeypress="return is_number(this)" /></td>
126			  </tr>
127			<tr>
128				<th >
129				<a class="hintstyle" href="javascript:void(0);"  onClick="openHint(2,3);">
130				<#WLANAuthentication11a_ExAuthDBPassword_itemname#>
131				</a>
132				</th>
133				<td>
134				  <input type="password" maxlength="64" class="input" size="32" name="wl_radius_key" value="<% nvram_get_x("WLANAuthentication11a","wl_radius_key"); %>"></td>
135			</tr>
136			<tr align="right">
137				<td colspan="2"><input class="button" onclick="applyRule()" type="button" value="<#CTL_apply#>"/></td>
138			</tr>
139		</table>
140		</td>
141	</tr>
142</table>
143</td>
144</form>
145		
146	<!--==============Beginning of hint content=============-->
147	<td id="help_td" style="width:15px;" valign="top">
148<form name="hint_form"></form>
149	  <div id="helpicon" onClick="openHint(0,0);" title="<#Help_button_default_hint#>">
150	  	<img src="images/help.gif" />
151	  </div>
152	  
153	  <div id="hintofPM" style="display:none;">
154		<table width="100%" cellpadding="0" cellspacing="1" class="Help" bgcolor="#999999">
155		  <thead>
156		  <tr>
157			<td>
158			  <div id="helpname" class="AiHintTitle"></div>
159			  <a href="javascript:void(0);" onclick="closeHint()" ><img src="images/button-close.gif" class="closebutton" /></a>
160			</td>
161                </tr>
162				</thead>				
163                
164		  <tbody>
165		  <tr>
166			<td valign="top">
167			  <div id="hint_body" class="hint_body2"></div>
168			  <iframe id="statusframe" name="statusframe" class="statusframe" src="" frameborder="0"></iframe>
169			</td>
170		  </tr>
171		  </tbody>
172		</table>
173	  </div>
174	</td>
175	<!--==============Ending of hint content=============-->
176  </tr>
177</table>				
178<!--===================================Ending of Main Content===========================================-->		
179
180	</td>
181		
182    <td width="10" align="center" valign="top">&nbsp;</td>
183	</tr>
184</table>
185
186<div id="footer"></div>
187</body>
188</html>
189