Guest User

Radio Settings.html

a guest
Apr 16th, 2015
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!-- saved from url=(0039)http://192.168.100.1/WRadioSettings.asp -->
  3. <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4.  
  5. <meta http-equiv="Pragma" content="no-cache">
  6. <meta http-equiv="Cache-Control" content="no-cache">
  7. <link rel="stylesheet" type="text/css" id="menu" href="./Radio Settings_files/menu.css">
  8. <link rel="stylesheet" type="text/css" id="webframe" href="./Radio Settings_files/webframe.css">
  9. <script language="javascript" type="text/javascript" src="./Radio Settings_files/menu.js"></script>
  10. <script language="javascript" type="text/javascript" src="./Radio Settings_files/header.js"></script>
  11. <script language="javascript" type="text/javascript" src="./Radio Settings_files/lang.js"></script><style type="text/css"></style>
  12. <script language="javascript" type="text/javascript" src=""></script>
  13. <script language="javascript" type="text/javascript" src="./Radio Settings_files/active.js"></script>
  14. <script language="javascript" type="text/javascript" src="./Radio Settings_files/ajax.js"></script>
  15. <script language="javascript" type="text/javascript" src="./Radio Settings_files/linux.js"></script>
  16. <script language="javascript" type="text/javascript">
  17. strHtml='<title>'+vwradio+'</title>';
  18. dw(strHtml);
  19. strHtml='<LINK REL="stylesheet" TYPE="text/css" HREF="'+vcss_type+'">';
  20. dw(strHtml);
  21.  
  22. //Searching for your client device
  23. var chList5G40M_Lower = new Array(36,44,52,60,100,108,116,124,132);
  24. var chList5G40M_Upper = new Array(40,48,56,64,104,112,120,128,136);
  25. var chList24G40M_Lower = new Array(1,2,3,4,5,6,7,8,9);
  26. var chList24G40M_Upper = new Array(5,6,7,8,9,10,11,12,13);
  27. var dot11OperMode= 3;
  28. //var wifiSecurityMode = "psk2_mixed";
  29. var IsVlanModeEnable= false;
  30. var RgDot11MbssControl= 1;
  31.  
  32. var request = false;
  33. try
  34. {
  35. request = new XMLHttpRequest();
  36. }
  37. catch (trymicrosoft)
  38. {
  39. try
  40. {
  41. request = new ActiveXObject("Msxml2.XMLHTTP");
  42. }
  43. catch (othermicrosoft)
  44. {
  45. try
  46. {
  47. request = new ActiveXObject("Microsoft.XMLHTTP");
  48. }
  49. catch (failed)
  50. {
  51. request = false;
  52. }
  53. }
  54. }
  55.  
  56. function setOptionsSelected()
  57. {
  58. var cf = document.forms[0];
  59. <!-- 2 -->
  60. <!-- 2 -->
  61. if(cf.get_radio_band.value == "0")//20Mhz
  62. {
  63. //set radio band
  64. cf.radio_band[0].selected = true;
  65. <!-- 2 -->
  66. <!-- 2 -->
  67. if(cf.h_network_band.value == "2")//2.4Ghz
  68. {
  69. <!-- 2 -->
  70. //set control channel
  71. for(var i=0;i<cf.wl_channel_2Ghz_20M.length;i++)
  72. {
  73. if(parseInt(cf.wl_channel_2Ghz_20M[i].value,10) == parseInt(cf.h_wl_channel.value,10))
  74. {
  75. cf.wl_channel_2Ghz_20M[i].selected = true;
  76. }
  77. }
  78. <!-- -->
  79. }
  80. else if(cf.h_network_band.value == "1")//5Ghz
  81. {
  82. <!-- 2 -->
  83. //set control channel*/
  84. for(var i=0;i<cf.wl_channel_5Ghz_20M.length;i++)
  85. {
  86. if(parseInt(cf.wl_channel_5Ghz_20M[i].value,10) == parseInt(cf.h_wl_channel.value,10))
  87. {
  88. cf.wl_channel_5Ghz_20M[i].selected = true;
  89. }
  90. }
  91. <!-- -->
  92. }
  93. <!-- -->
  94. <!-- -->
  95. }
  96. else //1==40Mhz
  97. {
  98. //set radio band
  99. cf.radio_band[1].selected = true;
  100. <!-- 2 -->
  101. <!-- 2 -->
  102. if(cf.h_network_band.value == "2")//2.4Ghz
  103. {
  104. <!-- 2 -->
  105. //set control channel
  106.  
  107. for(var i=0;i<cf.wl_channel_2Ghz_40M.length;i++)
  108. {
  109. if(parseInt(cf.wl_channel_2Ghz_40M[i].value,10) == parseInt(cf.h_wl_channel.value,10))
  110. {
  111. cf.wl_channel_2Ghz_40M[i].selected = true;
  112. }
  113. }
  114. <!-- -->
  115. }
  116. else if(cf.h_network_band.value == "1")//5Ghz
  117. {
  118. <!-- 2 -->
  119. /*set control wide channel*/
  120. for(var i=0;i<cf.wl_channel_5Ghz_40M.length;i++)
  121. {
  122. if(parseInt(cf.wl_channel_5Ghz_40M[i].value,10) == parseInt(cf.h_wl_channel.value,10))
  123. {
  124. cf.wl_channel_5Ghz_40M[i].selected = true;
  125. }
  126. }
  127. <!-- -->
  128.  
  129. }
  130. <!-- -->
  131. <!-- -->
  132. }
  133. <!-- -->
  134. <!-- -->
  135.  
  136. <!-- 2 -->
  137. <!-- 2 -->
  138. if (cf.h_network_band.value == "2")
  139. {
  140. <!-- 2 -->
  141. ChangeSideBandFor2_4Ghz();
  142. <!-- -->
  143. ///*set ui wide band*/
  144. <!-- 2 -->
  145. <!-- 2 -->
  146. if(cf.get_radio_band.value == "1" && cf.h_wifi_sideband.value == "-1")
  147. {
  148. if (cf.side_band.length > 1)
  149. {
  150. cf.side_band[1].selected = true;
  151. }
  152. }
  153. else
  154. {
  155. cf.side_band[0].selected = true;
  156. }
  157. <!-- -->
  158. <!-- -->
  159. }
  160. else if(cf.h_network_band.value == "1")//5Ghz
  161. {
  162. <!-- 2 -->
  163. ChangeSideBandFor5Ghz();
  164. <!-- -->
  165. /*set ui wide band*/
  166. <!-- 2 -->
  167. <!-- 2 -->
  168. if(cf.get_radio_band.value == "1" && cf.h_wifi_sideband.value == "-1")
  169. {
  170. if (cf.side_band_5Ghz.length > 1)
  171. {
  172. cf.side_band_5Ghz[1].selected = true;
  173. }
  174. }
  175. else
  176. {
  177. cf.side_band_5Ghz[0].selected = true;
  178. }
  179. <!-- -->
  180. <!-- -->
  181. }
  182. <!-- -->
  183. <!-- -->
  184. }
  185.  
  186. function init()
  187. {
  188. var cf = document.forms[0];
  189. if(dot11OperMode==1)
  190. {
  191. div_WL_UICtrl=document.getElementById("id_WL_UICtrl");
  192. div_WL_UICtrl.innerHTML="<br><FONT face=Arial color=\"white\" size=4>"+msg_WL_IF_disabled+"</FONT>";
  193. }
  194. else
  195. {
  196. <!-- 2 -->
  197. <!-- 2 -->
  198. cf.h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value;
  199. cf.get_h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value;
  200. <!-- -->
  201. <!-- -->
  202. dataToVisible(cf);
  203. onChangeCWM();
  204.  
  205. setOptionsSelected();
  206. <!-- 2 -->
  207. <!-- 2 -->
  208. //setWiFiDiv();
  209. <!-- -->
  210. <!-- -->
  211. enableDisable();
  212.  
  213. //WPSEnableDisable();
  214. DisplayChannelList();
  215.  
  216. // enableMulti();
  217. onChangeForShowSideBand();
  218. // CheckIfWpsCancel();
  219. //if (cf.h_wps_cur_status.value=="pbc")
  220. //if (cf.h_wps_cur_status.value!="")
  221. // refreshWPSStatus();
  222. //wps_search_device_timer();
  223. //wps_connect_device_timer();
  224. if(dot11OperMode==2)
  225. {
  226. opermode_RW_control(dot11OperMode);
  227. }
  228. }
  229.  
  230. if (!RgDot11MbssControl)
  231. {
  232. SetDisabledByOBJ(document.getElementById("i_wirelessSwitch"));
  233. SetDisabledByOBJ(document.getElementById("manualDIV"));
  234. }
  235. <!-- 2 -->
  236. <!-- 2 -->
  237. CheckScanPopup();
  238. <!-- -->
  239. <!-- -->
  240. }
  241.  
  242. <!-- 2 -->
  243. <!-- 2 -->
  244. function setWiFiDiv()
  245. {
  246. var cf = document.forms[0];
  247. var dflag = cf.wifi_configuration[0].checked;
  248. show_hide("manualDIV", (dflag == true));
  249. show_hide("wpsDIV", (dflag == false));
  250. }
  251.  
  252. function WPSEnableDisable()
  253. {
  254.  
  255. var cf = document.forms[0];
  256. var dflag = cf.wifi_configuration[1].checked;
  257. show_hide("manualDIV", 1);
  258. show_hide("wpsDIV", 1);
  259. show_hide("wpsStatusDIV",false)
  260. setDisabled(dflag,cf.wl_enrolee_pin,cf.wps_register, /* cf.wps_registrar,*/ cf.GeneratePINCode);
  261. }
  262. <!-- -->
  263. <!-- -->
  264.  
  265. function setDivs()
  266. {
  267. var cf = document.forms[0];
  268. <!-- 2 -->
  269. <!-- 2 -->
  270. cf.h_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  271. cf.h_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  272. <!-- -->
  273. <!-- -->
  274. cwm_mode = cf.get_radio_band.value;
  275. }
  276.  
  277. function sumbitCountryCode()
  278. {
  279. var cf = document.forms[0];
  280. cf.h_wifi_country_code.value = cf.wifi_country_code[cf.wifi_country_code.selectedIndex].value;
  281. document.WRadioSettings.submit();
  282. }
  283.  
  284. function onChangeCWM()
  285. {
  286. var cf = document.forms[0];
  287. <!-- 2 -->
  288. <!-- 2 -->
  289. cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  290. <!-- -->
  291. <!-- -->
  292. var networkmode = cf.h_network_mode.value;
  293. if(networkmode != 2)
  294. {
  295. <!-- 2 -->
  296. <!-- 2 -->
  297. show_hide("NWBandforN", 0);
  298. <!-- -->
  299. <!-- -->
  300. <!-- 2 -->
  301. <!-- 2 -->
  302. show_hide("RaidoBandforN", 0);
  303. <!-- -->
  304. <!-- -->
  305. show_hide("removefor20M", 0);
  306. }
  307. else//b/g/n mixed
  308. {
  309. <!-- 2 -->
  310. <!-- 2 -->
  311. show_hide("NWBandforN", 1);
  312. <!-- -->
  313. <!-- -->
  314. <!-- 2 -->
  315. <!-- 2 -->
  316. show_hide("RaidoBandforN", 1);
  317. <!-- -->
  318. <!-- -->
  319. DisplayChannelList();
  320. <!-- 2 -->
  321. <!-- 2 -->
  322. cf.h_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  323. cf.get_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  324. <!-- -->
  325. <!-- -->
  326. cwm_mode = cf.get_radio_band.value;
  327. if(cwm_mode==0)//20M
  328. {
  329. document.WRadioSettings.side_band.disabled=true;
  330. document.WRadioSettings.side_band_5Ghz.disabled=true;
  331. show_hide("removefor20M", 0);
  332. }
  333. else//40M
  334. {
  335. document.WRadioSettings.side_band.disabled=false;
  336. document.WRadioSettings.side_band_5Ghz.disabled=false;
  337. <!-- 2 -->
  338. <!-- 2 -->
  339. cf.h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value
  340. cf.get_h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value
  341. <!-- -->
  342. <!-- -->
  343. var networkBand = cf.get_h_network_band.value;
  344. if(networkBand == 2) //2.4Ghz
  345. {
  346. show_hide("removefor20M", 1);
  347. }
  348. else if (networkBand == 1) //5Ghz
  349. {
  350. show_hide("removefor20M", 0);
  351. }
  352. }
  353. }
  354. setDivs();
  355.  
  356. }
  357.  
  358.  
  359. function onChangeForShowSideBand()
  360. {
  361. var cf = document.forms[0];
  362. <!-- 2 -->
  363. <!-- 2 -->
  364. cf.h_network_band.value=cf.network_band[cf.network_band.selectedIndex].value;
  365. cf.get_h_network_band.value=cf.network_band[cf.network_band.selectedIndex].value;
  366. <!-- -->
  367. <!-- -->
  368. var cwm_mode = cf.get_h_network_band.value;
  369. <!-- 2 -->
  370. <!-- 2 -->
  371. cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  372. <!-- -->
  373. <!-- -->
  374. var networkmode = cf.h_network_mode.value;
  375. <!-- 2 -->
  376. <!-- 2 -->
  377. cf.h_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  378. cf.get_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  379. <!-- -->
  380. <!-- -->
  381. var radioBand = cf.get_radio_band.value;
  382. if(networkmode == 2)//b/g/n mixed
  383. {
  384. if(radioBand == 0)//20M
  385. {
  386. <!-- 2 -->
  387. show_hide("stdchDIV1", (cwm_mode == "10"));
  388. show_hide("stdchDIV2", (cwm_mode == "10"));
  389. <!-- -->
  390. }
  391. else if(radioBand == 1)//40M
  392. {
  393. <!-- 2 -->
  394. show_hide("stdchDIV11", (cwm_mode == "10"));
  395. show_hide("stdchDIV22", (cwm_mode == "10"));
  396. <!-- -->
  397. }
  398. <!-- 2 -->
  399. <!-- 2 -->
  400. show_hide("sideBandDIV1", (cwm_mode == "10"));
  401. show_hide("sideBandDIV2", (cwm_mode == "10"));
  402. <!-- -->
  403. <!-- -->
  404. switch(cwm_mode)
  405. {
  406. case "2"://2.4Ghz
  407. if(radioBand == 0)//20M
  408. {
  409. <!-- 2 -->
  410. show_hide("stdchDIV1", (cwm_mode == "2"));
  411. <!-- -->
  412. }
  413. else if(radioBand == 1)//40M
  414. {
  415. <!-- 2 -->
  416. show_hide("stdchDIV11", (cwm_mode == "2"));
  417. <!-- -->
  418. }
  419. <!-- 2 -->
  420. <!-- 2 -->
  421. show_hide("sideBandDIV1", (cwm_mode == "2"));
  422. <!-- -->
  423. <!-- -->
  424. break;
  425. case "1"://5Ghz
  426. if(radioBand == 0)//20M
  427. {
  428. show_hide("stdchDIV2", (cwm_mode == "1"));
  429. }
  430. else if(radioBand == 1)//40M
  431. {
  432. show_hide("stdchDIV22", (cwm_mode == "1"));
  433. }
  434. show_hide("sideBandDIV2", (cwm_mode == "1"));
  435. break;
  436. }
  437. }
  438. else
  439. {
  440. show_hide("stdchDIV2", 0);
  441. show_hide("stdchDIV22", 0);// add for CR48781.c
  442.  
  443. <!-- 2 -->
  444. show_hide("stdchDIV1", 1);
  445. show_hide("stdchDIV11", 0);//add for CR48781.c
  446. <!-- -->
  447. }
  448. }
  449.  
  450. function enableDisable()
  451. {
  452. var cf = document.forms[0];
  453. var dflag = cf.wifi_enable[1].checked;
  454. // var dflag1 = cf.wifi_configuration[1].checked;
  455. <!-- 2 -->
  456. <!-- 2 -->
  457. setDisabled(dflag,cf.network_mode);
  458. if (cf.h_wifi_country_code.value != '')
  459. {
  460. setDisabled(dflag,cf.wifi_country_code);
  461. }
  462. <!-- -->
  463. <!-- -->
  464. <!-- 2 -->
  465. <!-- 2 -->
  466. setDisabled(dflag,cf.network_band);
  467. <!-- -->
  468. <!-- -->
  469. <!-- 2 -->
  470. <!-- 2 -->
  471. setDisabled(dflag,cf.radio_band);
  472. <!-- -->
  473. <!-- -->
  474. <!-- 2 -->
  475. setDisabled(dflag,cf.wl_channel_2Ghz_20M,cf.wl_channel_2Ghz_40M);
  476. <!-- -->
  477. <!-- 2 -->
  478. setDisabled(dflag,cf.wl_channel_5Ghz_20M,cf.wl_channel_5Ghz_40M);
  479. <!-- -->
  480. <!-- 2 -->
  481. <!-- 2 -->
  482. setDisabled(dflag,cf.wl_ssid0);
  483. <!-- -->
  484. <!-- -->
  485. <!-- 2 -->
  486. <!-- 2 -->
  487. setDisabled(dflag,cf.wl_hide_ssid0);
  488. <!-- -->
  489. <!-- -->
  490. <!-- 2 -->
  491. <!-- 2 -->
  492.  
  493. //if (dflag)
  494. // setDisabled(dflag,cf.wifi_configuration[0],cf.wifi_configuration[1],cf.wl_enrolee_pin,cf.wps_register, /* cf.wps_registrar,*/ cf.GeneratePINCode);
  495. //else
  496. //{
  497. // setDisabled(dflag,cf.wifi_configuration[0],cf.wifi_configuration[1]);
  498. // setDisabled(dflag1,cf.wl_enrolee_pin,cf.wps_register, /* cf.wps_registrar,*/ cf.GeneratePINCode);
  499. //}
  500. <!-- -->
  501. <!-- -->
  502. setDisabled(dflag,cf.side_band,cf.side_band_5Ghz);
  503. // when wireless is disabled, the wps buttons should be grey
  504.  
  505. if (dflag!=true)
  506. {
  507. onChangeCWM()
  508. onChangeForShowSideBand();
  509. }
  510.  
  511. var section_UserAccessWebPage_68=2;
  512. var section_UserAccessWebPage_55=2;
  513. if(section_UserAccessWebPage_55 == 1 || section_UserAccessWebPage_68 == 1)
  514. {
  515. //setDisabled(1, cf.wifi_configuration[0], cf.wifi_configuration[1]);
  516. //setDisabled(1, cf.wl_enrolee_pin, cf.wps_register, /*cf.wps_registrar,*/ cf.GeneratePINCode);
  517. }
  518. // ; // 0: No Access, 1: Read Only, 2: Read Write
  519. // ; // 0: No Access, 1: Read Only, 2: Read Write
  520.  
  521. var section_UserAccessWebPage_62=2;
  522. var section_UserAccessWebPage_49=2;
  523. if(section_UserAccessWebPage_49 == 1 || section_UserAccessWebPage_62 == 1)
  524. {
  525. setDisabled(1, cf.network_mode);
  526. }
  527. // ; // 0: No Access, 1: Read Only, 2: Read Write
  528. // ; // 0: No Access, 1: Read Only, 2: Read Write
  529.  
  530. var section_UserAccessWebPage_61=2;
  531. var section_UserAccessWebPage_48=2;
  532. if(section_UserAccessWebPage_48 == 1 || section_UserAccessWebPage_61 == 1)
  533. {
  534. setDisabled(1, cf.network_band);
  535. }
  536. // ; // 0: No Access, 1: Read Only, 2: Read Write
  537. // ; // 0: No Access, 1: Read Only, 2: Read Write
  538.  
  539. var section_UserAccessWebPage_66=2;
  540. var section_UserAccessWebPage_53=2;
  541. if(section_UserAccessWebPage_53 == 1 || section_UserAccessWebPage_66 == 1)
  542. {
  543. setDisabled(1, cf.radio_band);
  544. }
  545. // ; // 0: No Access, 1: Read Only, 2: Read Write
  546. // ; // 0: No Access, 1: Read Only, 2: Read Write
  547.  
  548. var section_UserAccessWebPage_52=2;
  549. if(section_UserAccessWebPage_52 == 1)
  550. {
  551. setDisabled(1, cf.wl_channel_2Ghz_20M, cf.wl_channel_2Ghz_40M);
  552. }
  553. // ; // 0: No Access, 1: Read Only, 2: Read Write
  554.  
  555. var section_UserAccessWebPage_65=2;
  556. if(section_UserAccessWebPage_65 == 1)
  557. {
  558. setDisabled(1, cf.wl_channel_5Ghz_20M, cf.wl_channel_5Ghz_40M);
  559. }
  560. // ; // 0: No Access, 1: Read Only, 2: Read Write
  561.  
  562. var section_UserAccessWebPage_63=2;
  563. var section_UserAccessWebPage_50=2;
  564. if(section_UserAccessWebPage_50 == 1 || section_UserAccessWebPage_63 == 1)
  565. {
  566. setDisabled(1, cf.wl_ssid0);
  567. }
  568. // ; // 0: No Access, 1: Read Only, 2: Read Write
  569. // ; // 0: No Access, 1: Read Only, 2: Read Write
  570.  
  571. var section_UserAccessWebPage_64=2;
  572. var section_UserAccessWebPage_51=2;
  573. if(section_UserAccessWebPage_51 == 1 || section_UserAccessWebPage_64 == 1)
  574. {
  575. setDisabled(1, cf.wl_hide_ssid0);
  576. }
  577. // ; // 0: No Access, 1: Read Only, 2: Read Write
  578. // ; // 0: No Access, 1: Read Only, 2: Read Write
  579. }
  580.  
  581. function enableMulti()
  582. {
  583. var cf = document.forms[0];
  584. var dflag = getRadioCheckedValue(cf.wl_multi_ssid) == "disable" ;
  585. //setDisabled(dflag,cf.wl_ssid1,cf.wl_hide_ssid1,cf.wl_ssid2,cf.wl_hide_ssid2,cf.wl_ssid3,cf.wl_hide_ssid3);
  586. if (dflag!=true)
  587. {
  588. onChangeCWM();
  589. }
  590. }
  591. <!-- 2 -->
  592. <!-- 2 -->
  593.  
  594.  
  595. function checkData()
  596. {
  597. var cf = document.forms[0];
  598. var msg = "";
  599. <!-- 2 -->
  600. <!-- 2 -->
  601. if(getSelected(cf.network_band) != "off")
  602. {
  603. <!-- 2 -->
  604. <!-- 2 -->
  605. if (isBlank(cf.wl_ssid0.value))
  606. {
  607. alert(invalid_wnet_ssid + blank_error);
  608. return false;
  609. }
  610. else
  611. {
  612. if(!checkCharacter(cf.wl_ssid0.value))
  613. {
  614. alert(invalid_wnet_ssid+ characters_error);
  615. return false;
  616. }
  617. }
  618. msg+= checkBlank(cf.wl_ssid0, msg_ssid1);
  619. <!-- -->
  620. <!-- -->
  621. }
  622. <!-- -->
  623. <!-- -->
  624. //msg+= checkAllSpaces(cf.wl_ssid, msg_ssid);
  625. if(msg.length > 1 )
  626. {
  627. alert(msg);
  628. return false;
  629. }
  630.  
  631. dataToHidden(cf);
  632.  
  633. <!-- 2 -->
  634. <!-- 2 -->
  635. cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  636. <!-- -->
  637. <!-- -->
  638. if(cf.h_network_mode.value != 2)//not b/g/n mixed
  639. {
  640. cf.h_network_band.value = "2";//2.4G
  641. cf.get_h_network_band.value = "2";
  642. <!-- 2 -->
  643. cf.h_wl_channel.value = cf.wl_channel_2Ghz_20M[cf.wl_channel_2Ghz_20M.selectedIndex].value;
  644. <!-- -->
  645. <!-- 2 -->
  646. <!-- 2 -->
  647. cf.h_radio_band.value = "0";
  648. cf.get_radio_band.value = "0";
  649. <!-- -->
  650. <!-- -->
  651. cf.h_wifi_sideband.value = "0";
  652. return true;
  653. }
  654. //b/g/n mixed
  655. <!-- 2 -->
  656. <!-- 2 -->
  657. cf.h_radio_band.value= cf.radio_band[cf.radio_band.selectedIndex].value;
  658. cf.get_radio_band.value= cf.radio_band[cf.radio_band.selectedIndex].value;
  659. <!-- -->
  660. <!-- -->
  661. var radioBand = cf.get_radio_band.value;
  662. <!-- 2 -->
  663. <!-- 2 -->
  664. cf.h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value
  665. cf.get_h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value
  666. <!-- -->
  667. <!-- -->
  668. if(cf.get_h_network_band.value == "1")//5Ghz
  669. {
  670. //cf.h_network_band.value = "1";
  671.  
  672. if(radioBand == 1)//40M
  673. {
  674. <!-- 2 -->
  675. if(cf.wl_channel_5Ghz_40M[cf.wl_channel_5Ghz_40M.selectedIndex].value == 0)//auto,need to disable the side band
  676. {
  677. cf.h_wifi_sideband.value = "0";//none
  678. }
  679. cf.h_wl_channel.value = cf.wl_channel_5Ghz_40M[cf.wl_channel_5Ghz_40M.selectedIndex].value;
  680. /*if control channel > wide channel,sideband is "upper",else "lower"*/
  681. if(parseInt(cf.wl_channel_5Ghz_40M[cf.wl_channel_5Ghz_40M.selectedIndex].value,10) > parseInt(cf.side_band_5Ghz[cf.side_band_5Ghz.selectedIndex].value,10))
  682. {
  683. cf.h_wifi_sideband.value = "1";//1 is upper
  684. }
  685. else if(parseInt(cf.wl_channel_5Ghz_40M[cf.wl_channel_5Ghz_40M.selectedIndex].value,10) < parseInt(cf.side_band_5Ghz[cf.side_band_5Ghz.selectedIndex].value,10))
  686. {
  687. cf.h_wifi_sideband.value = "-1";//-1 is lower
  688. }
  689. else
  690. {
  691. cf.h_wifi_sideband.value = "0";//0 is none
  692. }
  693. <!-- -->
  694. }
  695. if(radioBand == 0)//20M
  696. {
  697. cf.h_wifi_sideband.value = "0";//none
  698. <!-- 2 -->
  699. cf.h_wl_channel.value = cf.wl_channel_5Ghz_20M[cf.wl_channel_5Ghz_20M.selectedIndex].value;
  700. <!-- -->
  701. }
  702. }
  703. else if (cf.get_h_network_band.value == "2")//2.4Ghz
  704. {
  705. //cf.h_network_band.value = "2";
  706. if(radioBand =="1")//1==40M
  707. {
  708. <!-- 2 -->
  709. cf.h_wl_channel.value = cf.wl_channel_2Ghz_40M[cf.wl_channel_2Ghz_40M.selectedIndex].value;
  710. if(parseInt(cf.wl_channel_2Ghz_40M[cf.wl_channel_2Ghz_40M.selectedIndex].value,10) > parseInt(cf.side_band[cf.side_band.selectedIndex].value,10))
  711. {
  712. cf.h_wifi_sideband.value = "1";//1 is upper
  713. }
  714. else if(parseInt(cf.wl_channel_2Ghz_40M[cf.wl_channel_2Ghz_40M.selectedIndex].value,10) < parseInt(cf.side_band[cf.side_band.selectedIndex].value))
  715. {
  716. cf.h_wifi_sideband.value = "-1";//-1 is lower
  717. }
  718. else
  719. {
  720. cf.h_wifi_sideband.value = "0";//0 is lower
  721. }
  722. <!-- -->
  723. }
  724. else
  725. {
  726. <!-- 2 -->
  727. cf.h_wl_channel.value = cf.wl_channel_2Ghz_20M[cf.wl_channel_2Ghz_20M.selectedIndex].value;
  728. <!-- -->
  729. cf.h_wifi_sideband.value = "0";//0 is none
  730. }
  731. }
  732. return true;
  733. }
  734.  
  735. <!-- 2 -->
  736. function ChangeSideBandFor2_4Ghz()
  737. {
  738. var theselect=document.WRadioSettings.side_band;
  739. var channel=document.WRadioSettings.wl_channel_2Ghz_40M;
  740. while (theselect.options.length!=0)
  741. {
  742. theselect.remove(0);
  743. }
  744. var sideArr = new Array(channel.length);
  745. for(var i=0;i<channel.length;i++)
  746. {
  747. sideArr[i] = channel[i].value;
  748. }
  749. switch(channel.selectedIndex)
  750. {
  751. case 0:
  752. theselect.options[0] = new Option("Auto" ,0);
  753. break;
  754. default:
  755. var resultUpper = findInUpperLowerList("Upper","24G",document.WRadioSettings.wl_channel_2Ghz_40M[channel.selectedIndex].value);
  756. var resultLower = findInUpperLowerList("Lower","24G",document.WRadioSettings.wl_channel_2Ghz_40M[channel.selectedIndex].value);
  757. var tagIndex = 0;
  758. if(resultLower!=0)//find,and the resultLower is the found Value
  759. {
  760. theselect.options[tagIndex] = new Option( resultLower,resultLower);
  761. tagIndex = 1;
  762. }
  763. if(resultUpper!=0)//find ,and the resultUpper is the found Value
  764. {
  765. theselect.options[tagIndex] = new Option( resultUpper,resultUpper);
  766. }
  767. break;
  768. }
  769. document.WRadioSettings.h_wl_channel.value = channel[channel.selectedIndex].value;
  770. }
  771. <!-- -->
  772. <!-- 2 -->
  773. function ChangeSideBandFor5Ghz()
  774. {
  775. var theselect=document.WRadioSettings.side_band_5Ghz;
  776. var channel=document.WRadioSettings.wl_channel_5Ghz_40M;
  777.  
  778. var sideArr_int = new Array(channel.length);
  779. for(var i=0;i<channel.length;i++)
  780. {
  781. sideArr_int[i] = channel[i].value;
  782. }
  783.  
  784. while (theselect.options.length!=0)
  785. {
  786. theselect.remove(0);
  787. }
  788. switch(channel.selectedIndex)
  789. {
  790. case 0:
  791. theselect.options[0] = new Option("Auto" ,0);
  792. break;
  793. default:
  794. var resultUpper = findInUpperLowerList("Upper","5G",document.WRadioSettings.wl_channel_5Ghz_40M[channel.selectedIndex].value);
  795. var resultLower = findInUpperLowerList("Lower","5G",document.WRadioSettings.wl_channel_5Ghz_40M[channel.selectedIndex].value);
  796. var tagIndex = 0;
  797. if(resultLower!=0)//find,and the resultLower is the found Value
  798. {
  799. theselect.options[tagIndex] = new Option( resultLower,resultLower);
  800. tagIndex = 1;
  801. }
  802. if(resultUpper!=0)//find ,and the resultUpper is the found Value
  803. {
  804. theselect.options[tagIndex] = new Option( resultUpper,resultUpper);
  805. }
  806. break;
  807. }
  808. document.WRadioSettings.h_wl_channel.value = channel[channel.selectedIndex].value;
  809. }
  810. <!-- -->
  811.  
  812. function findInUpperLowerList(UppLower,NbandType,value)
  813. {
  814. var chList;
  815. if(UppLower == "Upper")
  816. {
  817. if(NbandType == "5G")
  818. {
  819. chList = chList5G40M_Upper;
  820. }
  821. else if(NbandType == "24G")
  822. {
  823. chList = chList24G40M_Upper;
  824. }
  825. for(var i=0;i<chList.length;i++)
  826. {
  827. if((parseInt(value)+4)==chList[i])
  828. return chList[i];
  829. }
  830. }
  831. else if(UppLower == "Lower")
  832. {
  833. if(NbandType == "5G")
  834. {
  835. chList = chList5G40M_Lower;
  836. }
  837. else if(NbandType == "24G")
  838. {
  839. chList = chList24G40M_Lower;
  840. }
  841. for(var i=0;i<chList.length;i++)
  842. {
  843. if((parseInt(value)-4)== chList[i])
  844. return chList[i];
  845. }
  846. }
  847. return 0;
  848. }
  849. <!-- 2 -->
  850. <!-- 2 -->
  851. function cfgEvent(type)
  852. {
  853. //type == 4
  854. window.document.WRadioSettings.cfgAction.value = type;
  855. window.document.WRadioSettings.submit();
  856. }
  857. <!-- -->
  858. <!-- -->
  859. function DisplayChannelList()
  860. {
  861. var cf = document.forms[0];
  862. <!-- 2 -->
  863. <!-- 2 -->
  864. cf.h_radio_band.value = cf.radio_band[cf.radio_band.selectedIndex].value;
  865. cf.get_radio_band.value = cf.radio_band[cf.radio_band.selectedIndex].value;
  866. <!-- -->
  867. <!-- -->
  868. var radioBand = cf.get_radio_band.value;
  869. <!-- 2 -->
  870. <!-- 2 -->
  871. cf.h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value;
  872. cf.get_h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value;
  873. <!-- -->
  874. <!-- -->
  875. var networkBand = cf.get_h_network_band.value;
  876. <!-- 2 -->
  877. <!-- 2 -->
  878. cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  879. <!-- -->
  880. <!-- -->
  881. var networkMode = cf.h_network_mode.value;
  882. if(networkMode == 2)//B/G/N mode
  883. {
  884. <!-- 2 -->
  885. show_hide("stdchDIV1",((networkBand == 2)&&(radioBand == 0)));//2=>2.4G 0=>20M
  886. show_hide("stdchDIV11",((networkBand == 2)&&(radioBand == 1)));//2=>2.4G ,1=>40M
  887. show_hide("stdchDIV2",((networkBand == 1)&&(radioBand == 0)));//1=>5G ,0=>20M
  888. show_hide("stdchDIV22",((networkBand == 1)&&(radioBand == 1)));//1=>5G ,1=>40M
  889. <!-- -->
  890. }
  891. else
  892. {
  893. show_hide("stdchDIV1",1);//other case,just show 2.4G,20M channel List
  894. }
  895. }
  896.  
  897. <!-- 2 -->
  898. <!-- 2 -->
  899. function submitNWMode()
  900. {
  901. var cf = document.forms[0];
  902. <!-- 2 -->
  903. <!-- 2 -->
  904. setDisabled(1,cf.network_band);
  905. <!-- -->
  906. <!-- -->
  907. if (cf.h_wifi_country_code.value != '')
  908. {
  909. setDisabled(1,cf.wifi_country_code);
  910. }
  911. <!-- 2 -->
  912. <!-- 2 -->
  913. setDisabled(1,cf.radio_band);
  914. <!-- -->
  915. <!-- -->
  916. <!-- 2 -->
  917. setDisabled(1,cf.wl_channel_2Ghz_20M,cf.wl_channel_2Ghz_40M);
  918. <!-- -->
  919. <!-- 2 -->
  920. setDisabled(1,cf.wl_channel_5Ghz_20M,cf.wl_channel_5Ghz_40M);
  921. <!-- -->
  922. <!-- 2 -->
  923. <!-- 2 -->
  924. setDisabled(1,cf.wl_ssid0);
  925. <!-- -->
  926. <!-- -->
  927. <!-- 2 -->
  928. <!-- 2 -->
  929. setDisabled(1,cf.wl_hide_ssid0);
  930. <!-- -->
  931. <!-- -->
  932.  
  933. setDisabled(1,cf.side_band,cf.side_band_5Ghz);
  934. // when wireless is disabled, the wps buttons should be grey
  935. cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  936.  
  937. document.WRadioSettings.submit();
  938. }
  939. <!-- -->
  940. <!-- -->
  941.  
  942. var userType = 1;
  943. function HitScanApsButton()
  944. {
  945. var cf = document.forms[0];
  946. if(userType == 10)
  947. {
  948. if (isBlank(cf.wl_ssid0.value))
  949. {
  950. alert(invalid_wnet_ssid + blank_error);
  951. return false;
  952. }
  953. else
  954. {
  955. if(!checkCharacter(cf.wl_ssid0.value))
  956. {
  957. alert(invalid_wnet_ssid+ characters_error);
  958. return false;
  959. }
  960.  
  961. cf.HitScanWirelessAPs.value = 1;
  962. return true;
  963. }
  964. }
  965. //openDataSubWin('wlanScanPopup.asp',bigsub);
  966. }
  967.  
  968. function CheckScanPopup()
  969. {
  970. var cf = document.forms[0];
  971. if(userType == 10)
  972. {
  973. if(cf.HitScanWirelessAPs.value == "1")
  974. {
  975. cf.HitScanWirelessAPs.value = 0;
  976. openDataSubWin('wlanScanPopup.asp',bigsub);
  977. }
  978. }
  979. }
  980.  
  981. </script><title>Radio Settings</title><link rel="stylesheet" type="text/css" href="./Radio Settings_files/cisco_en.css">
  982. <script type="text/javascript" src="chrome-extension://bfbmjmiodbnnpllbbbfblcplfjjepjdn/js/injected.js"></script></head>
  983.  
  984. <body class="BodyStyle" onload="init();">
  985. <div class="BackgroundStyle">
  986. <img width="100%" src="./Radio Settings_files/pageBackground.jpg">
  987. </div>
  988.  
  989. <form name="WRadioSettings" method="POST" action="http://192.168.100.1/goform/WRadioSettings">
  990. <div align="center">
  991.  
  992. <table class="showMenuTable">
  993. <script language="javascript" type="text/javascript">
  994. showHead('Cisco EPC3925 EuroDocsis 3.0 2-PORT Voice Gateway','EPC3925','@fw_version#',vwireless,' ');
  995. </script><tbody><tr><td><img onmouseover="this.style.cursor=&#39;pointer&#39;" onclick="window.open(&#39;http://www.cisco.com&#39;)" id="HeadLogoImage" src="./Radio Settings_files/cisco_logo.png" title="Company logo" alt="Company logo" width="93px" height="59px"></td><td><br><span class="HeadTitleLogo"></span><br><span class="HeadSubtitle"></span></td><td valign="bottom" class="fwv"> </td></tr><tr><td colspan="3"><table border="0" cellpadding="0" cellspacing="0" class="Model"><tbody><tr><td class="Lmodel">Cisco EPC3925 EuroDocsis 3.0 2-PORT Voice Gateway</td><td class="Lmodel">EPC3925</td></tr></tbody></table></td></tr>
  996.  
  997. <script language="javascript" type="text/javascript">
  998. showMenu(vwireless,vwradio,'32866',Array('0','247','0','0','0','1','28','0'));
  999. </script><tr><td colspan="3"><br><div id="DIV_mainmenu"><div class="MainOpacity1"></div><div class="MainMenuBorder0"></div><div class="MainMenuBorder1"></div><div class="MainMenuBorder2"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div id="div_maintab_0" class="MainTab"><a href="http://192.168.100.1/WPS.asp"><div class="MainTabL10 "></div></a><a href="http://192.168.100.1/WPS.asp"><div class="MainTabL11"></div></a><a href="http://192.168.100.1/WPS.asp"><div class="MainTabL12"></div></a><a class="MenuTabLink" href="http://192.168.100.1/WPS.asp"><div class="MainTabL13 ShadowText">Wireless</div></a><a href="http://192.168.100.1/WPS.asp"><div class="MainTabL14"></div></a><a href="http://192.168.100.1/WPS.asp"><div class="MainTabL15"></div></a><a href="http://192.168.100.1/WPS.asp"><div class="MainTabL16"></div></a></div></td><td><div id="div_maintab_1" class="MainTab" onmouseover="main_cap(&#39;div_maintab_1&#39;);" onmouseout="main_uncap(&#39;div_maintab_1&#39;);"><a href="http://192.168.100.1/Administration.asp"><div class="MainTabL30"></div></a><a href="http://192.168.100.1/Administration.asp"><div class="MainTabL31"></div></a><a href="http://192.168.100.1/Administration.asp"><div class="MainTabL32"></div></a><a class="MenuTabLink" href="http://192.168.100.1/Administration.asp"><div class="MainTabL33 ShadowText">Administration</div></a><a href="http://192.168.100.1/Administration.asp"><div class="MainTabL34"></div></a><a href="http://192.168.100.1/Administration.asp"><div class="MainTabL35"></div></a><a href="http://192.168.100.1/Administration.asp"><div class="MainTabL36"></div></a></div></td><td><div id="div_maintab_2" class="MainTab" onmouseover="main_cap(&#39;div_maintab_2&#39;);" onmouseout="main_uncap(&#39;div_maintab_2&#39;);"><a href="http://192.168.100.1/WNetwork.asp"><div class="MainTabL30"></div></a><a href="http://192.168.100.1/WNetwork.asp"><div class="MainTabL31"></div></a><a href="http://192.168.100.1/WNetwork.asp"><div class="MainTabL32"></div></a><a class="MenuTabLink" href="http://192.168.100.1/WNetwork.asp"><div class="MainTabL33 ShadowText">Status</div></a><a href="http://192.168.100.1/WNetwork.asp"><div class="MainTabL34"></div></a><a href="http://192.168.100.1/WNetwork.asp"><div class="MainTabL35"></div></a><a href="http://192.168.100.1/WNetwork.asp"><div class="MainTabL36"></div></a></div></td><td><div id="div_maintab_3" class="MainTab" onmouseover="main_cap(&#39;div_maintab_3&#39;);" onmouseout="main_uncap(&#39;div_maintab_3&#39;);"><a href="http://192.168.100.1/logout.asp"><div class="MainTabL30"></div></a><a href="http://192.168.100.1/logout.asp"><div class="MainTabL31"></div></a><a href="http://192.168.100.1/logout.asp"><div class="MainTabL32"></div></a><a class="MenuTabLink" href="http://192.168.100.1/logout.asp"><div class="MainTabL33 ShadowText">Log OFF</div></a><a href="http://192.168.100.1/logout.asp"><div class="MainTabL34"></div></a><a href="http://192.168.100.1/logout.asp"><div class="MainTabL35"></div></a><a href="http://192.168.100.1/logout.asp"><div class="MainTabL36"></div></a></div></td></tr></tbody></table></div><div class="MainMenuBorder1"></div><div class="MainMenuBorder3"></div></div><br></td></tr><tr><td colspan="3"><div id="DIV_submenu" class="SubMenuStyle"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td nowrap=""><div id="div_subtab_0" class="SubTab" onmouseover="sub_cap(&#39;div_subtab_0&#39;);" onmouseout="sub_uncap(&#39;div_subtab_0&#39;);"><a href="http://192.168.100.1/WPS.asp"><div class="SubTabL30"></div></a><a href="http://192.168.100.1/WPS.asp"><div class="SubTabL31"></div></a><a href="http://192.168.100.1/WPS.asp"><div class="SubTabL32"></div></a><a class="MenuTabLink" href="http://192.168.100.1/WPS.asp"><div class="SubTabL33">WPS</div></a></div></td><td nowrap=""><div id="div_subtab_1" class="SubTab"><a href="./Radio Settings_files/Radio Settings.html"><div class="SubTabL10"></div></a><a href="./Radio Settings_files/Radio Settings.html"><div class="SubTabL11"></div></a><a href="./Radio Settings_files/Radio Settings.html"><div class="SubTabL12"></div></a><a class="MenuTabLink" href="./Radio Settings_files/Radio Settings.html"><div class="SubTabL13">Radio Settings</div></a></div></td><td nowrap=""><div id="div_subtab_2" class="SubTab" onmouseover="sub_cap(&#39;div_subtab_2&#39;);" onmouseout="sub_uncap(&#39;div_subtab_2&#39;);"><a href="http://192.168.100.1/WSecurity.asp"><div class="SubTabL30"></div></a><a href="http://192.168.100.1/WSecurity.asp"><div class="SubTabL31"></div></a><a href="http://192.168.100.1/WSecurity.asp"><div class="SubTabL32"></div></a><a class="MenuTabLink" href="http://192.168.100.1/WSecurity.asp"><div class="SubTabL33">Wireless Security</div></a></div></td><td nowrap=""><div id="div_subtab_3" class="SubTab" onmouseover="sub_cap(&#39;div_subtab_3&#39;);" onmouseout="sub_uncap(&#39;div_subtab_3&#39;);"><a href="http://192.168.100.1/WMACFilter.asp"><div class="SubTabL30"></div></a><a href="http://192.168.100.1/WMACFilter.asp"><div class="SubTabL31"></div></a><a href="http://192.168.100.1/WMACFilter.asp"><div class="SubTabL32"></div></a><a class="MenuTabLink" href="http://192.168.100.1/WMACFilter.asp"><div class="SubTabL33">MAC Filter</div></a></div></td><td nowrap=""><div id="div_subtab_4" class="SubTab" onmouseover="sub_cap(&#39;div_subtab_4&#39;);" onmouseout="sub_uncap(&#39;div_subtab_4&#39;);"><a href="http://192.168.100.1/AdvancedWSettings.asp"><div class="SubTabL30"></div></a><a href="http://192.168.100.1/AdvancedWSettings.asp"><div class="SubTabL31"></div></a><a href="http://192.168.100.1/AdvancedWSettings.asp"><div class="SubTabL32"></div></a><a class="MenuTabLink" href="http://192.168.100.1/AdvancedWSettings.asp"><div class="SubTabL33">Advanced Settings</div></a></div></td><td nowrap=""><div id="div_subtab_5" class="SubTab" onmouseover="sub_cap(&#39;div_subtab_5&#39;);" onmouseout="sub_uncap(&#39;div_subtab_5&#39;);"><a href="http://192.168.100.1/WDS.asp"><div class="SubTabL30"></div></a><a href="http://192.168.100.1/WDS.asp"><div class="SubTabL31"></div></a><a href="http://192.168.100.1/WDS.asp"><div class="SubTabL32"></div></a><a class="MenuTabLink" href="http://192.168.100.1/WDS.asp"><div class="SubTabL33">WDS Settings</div></a></div></td><td nowrap=""><div id="div_subtab_6" class="SubTab" onmouseover="sub_cap(&#39;div_subtab_6&#39;);" onmouseout="sub_uncap(&#39;div_subtab_6&#39;);"><a href="http://192.168.100.1/QoS.asp"><div class="SubTabL30"></div></a><a href="http://192.168.100.1/QoS.asp"><div class="SubTabL31"></div></a><a href="http://192.168.100.1/QoS.asp"><div class="SubTabL32"></div></a><a class="MenuTabLink" href="http://192.168.100.1/QoS.asp"><div class="SubTabL33">QoS</div></a></div></td></tr></tbody></table></div></td></tr>
  1000. </tbody></table>
  1001.  
  1002. <div id="id_WL_UICtrl">
  1003. <!-- data table-->
  1004. <table class="Top">
  1005. <tbody><tr>
  1006. <td colspan="2" class="Top1"></td>
  1007. <td colspan="2" class="Top2"></td>
  1008. </tr>
  1009. </tbody></table>
  1010.  
  1011. <table class="dataTable">
  1012. <tbody><tr>
  1013. <td>
  1014. <table class="nav">
  1015. <tbody><tr>
  1016. <td class="bwhead">
  1017. <script language="javascript" type="text/javascript">dw(vt_wnet_colon);</script>Wireless Network:
  1018. </td>
  1019. <td class="bwhead1">&nbsp;</td>
  1020. <td class="nav1">&nbsp;</td>
  1021. </tr>
  1022. <tr height="3px">
  1023. <td class="Item1"></td>
  1024. <td class="Item2"></td>
  1025. <td></td>
  1026. </tr>
  1027. <!-- Radio Select Start -->
  1028. <tr>
  1029. <td class="Item1">
  1030. <script language="javascript" type="text/javascript"></script>
  1031. </td>
  1032. <td class="Item2"> </td>
  1033. <td class="Item3">
  1034. <table class="std">
  1035. <tbody><tr id="i_wirelessSwitch">
  1036. <td nowrap="">
  1037. <script language="javascript" type="text/javascript">dw(vwinterface);</script>Wireless Interface:
  1038. </td>
  1039. <td nowrap="">
  1040. <input type="radio" name="wifi_enable" value="enable" onclick="enableDisable();">
  1041. </td>
  1042. <td nowrap="">
  1043. <b><script language="javascript" type="text/javascript">dw(venable);</script>Enable</b>
  1044. </td>
  1045. <td nowrap="">
  1046. <input type="radio" name="wifi_enable" value="disable" onclick="enableDisable();">
  1047. </td>
  1048. <td nowrap="">
  1049. <b><script language="javascript" type="text/javascript">dw(vdisable);</script>Disable</b>
  1050. </td>
  1051. <input type="hidden" name="h_wifi_enable" value="disable">
  1052. </tr>
  1053. <!-- 2 -->
  1054. <!-- 2 -->
  1055. <tr></tr>
  1056. <!-- -->
  1057. <!-- -->
  1058. </tbody></table>
  1059. </td>
  1060. </tr>
  1061. <!-- Radio Select End -->
  1062. <tr>
  1063. <td class="Item1">&nbsp; </td>
  1064. <td class="Item2"> </td>
  1065. <td><hr class="std"></td>
  1066. </tr>
  1067. <!-- Basic Settings Start -->
  1068. <tr>
  1069. <td class="Item1">&nbsp;</td>
  1070. <td class="Item2"> </td>
  1071. <td class="Item3">
  1072. <!-- Manual Settings Start -->
  1073. <div id="manualDIV" style="display:block">
  1074. <table class="std">
  1075. <!-- 2 -->
  1076. <!-- 2 -->
  1077. <tbody><tr id="i_wirelessABGNMode">
  1078. <td height="26" nowrap=""><script language="javascript" type="text/javascript">dw(vwnetwork);</script>Network Mode:</td>
  1079. <td nowrap="" colspan="2">
  1080. <font face="Arial" color="blue">
  1081. <select onchange="submitNWMode();" size="1" name="network_mode" style="font-family: Arial; font-size: 11px" disabled="">
  1082. <option value="1"><script language="javascript" type="text/javascript">dw(vmbgonly);</script>B/G Only</option>
  1083. <option value="0"><script language="javascript" type="text/javascript">dw(vmnonly);</script>N Only</option>
  1084. <option value="2" selected=""><script language="javascript" type="text/javascript">dw(vmbgnmixed);</script>B/G/N Mixed</option>
  1085. </select>
  1086. </font>
  1087. </td>
  1088. <td nowrap="" colspan="2">
  1089.  
  1090. </td>
  1091. </tr>
  1092. <tr>
  1093.  
  1094. </tr>
  1095.  
  1096. <!-- -->
  1097. <!-- -->
  1098. <input type="hidden" name="h_network_mode" value="2">
  1099. <!-- 2 -->
  1100. <!-- 2 -->
  1101. <tr id="NWBandforN">
  1102. <td height="26" nowrap="">
  1103. <script language="javascript" type="text/javascript">dw(vmnwband);</script>Radio Band:
  1104. </td>
  1105. <td width="140" nowrap="" colspan="4">
  1106. <font face="Arial" color="blue">
  1107. <select onchange="enableDisable();DisplayChannelList()" size="1" name="network_band" style="font-family: Arial; font-size: 11px" disabled="">
  1108. <option value="2" selected=""><script language="javascript" type="text/javascript">dw(vwEn2_4GHz);</script>Enabled 2.4GHz</option><option value="1"><script language="javascript" type="text/javascript">dw(vwEn5Ghz);</script>Enabled 5GHz</option>
  1109. </select>
  1110. </font>
  1111. </td>
  1112. </tr>
  1113. <input type="hidden" name="h_network_band" value="2">
  1114. <!-- -->
  1115. <!-- -->
  1116. <input type="hidden" name="get_h_network_band" value="2">
  1117. <!-- 2 -->
  1118. <!-- 2 -->
  1119. <tr id="RaidoBandforN">
  1120. <td height="31" nowrap=""><script language="javascript" type="text/javascript">dw(vwRadio);</script>Channel Width:</td>
  1121. <td nowrap="" colspan="4">
  1122. <select size="1" name="radio_band" style="font-size: 11px" onchange="onChangeCWM();DisplayChannelList();" disabled="">
  1123. <option value="0"><script language="javascript" type="text/javascript">dw(vwRadio1);</script>Standard - 20 MHz Channel</option>
  1124. <option value="1"><script language="javascript" type="text/javascript">dw(vwRadio2);</script>Wide - 40 MHz Channel</option>
  1125. </select>
  1126. </td>
  1127. </tr>
  1128. <input type="hidden" name="h_radio_band" value="1">
  1129. <!-- -->
  1130. <!-- -->
  1131. <input type="hidden" name="get_radio_band" value="1">
  1132. <tr id="i_wirelessChannel">
  1133. <td height="34" nowrap="">
  1134. <script language="javascript" type="text/javascript">dw(vwstand_channel);</script>Standard Channel:
  1135. </td>
  1136. <td nowrap="">
  1137. <!-- 2 -->
  1138. <div id="stdchDIV1" style="display: none;">
  1139. <select name="wl_channel_2Ghz_20M" style="font-family: Arial; font-size: 11px" onchange="ChangeSideBandFor2_4Ghz()" disabled="">
  1140. <option value="0"><script language="javascript" type="text/javascript">dw(vs_auto);</script>Auto</option><option value="1">1 </option><option value="2">2 </option><option value="3">3 </option><option value="4">4 </option><option value="5">5 </option><option value="6">6 </option><option value="7">7 </option><option value="8">8 </option><option value="9">9 </option><option value="10">10 </option><option value="11">11 </option><option value="12">12 </option><option value="13" selected="">13
  1141. </option></select>
  1142. </div>
  1143.  
  1144. <div id="stdchDIV11">
  1145. <select name="wl_channel_2Ghz_40M" style="font-family: Arial; font-size: 11px" onchange="ChangeSideBandFor2_4Ghz()" disabled="">
  1146. <option value="0"><script language="javascript" type="text/javascript">dw(vs_auto);</script>Auto</option><option value="1">1 </option><option value="2">2 </option><option value="3">3 </option><option value="4">4 </option><option value="5">5 </option><option value="6">6 </option><option value="7">7 </option><option value="8">8 </option><option value="9">9 </option><option value="10">10 </option><option value="11">11 </option><option value="12">12 </option><option value="13" selected="">13
  1147. </option></select>
  1148. </div>
  1149. <input type="hidden" name="h_wl_channel" value="13">
  1150. <!-- -->
  1151. <!-- 2 -->
  1152. <div id="stdchDIV2" style="display: none;">
  1153. <select name="wl_channel_5Ghz_20M" style="font-family: Arial; font-size: 11px" onchange="ChangeSideBandFor5Ghz()" disabled="">
  1154. <option value="0"><script language="javascript" type="text/javascript">dw(vs_auto);</script>Auto</option><option value="36">36 </option><option value="40">40 </option><option value="44">44 </option><option value="48">48 </option><option value="52">52 </option><option value="56">56 </option><option value="60">60 </option><option value="64">64 </option><option value="100">100 </option><option value="104">104 </option><option value="108">108 </option><option value="112">112 </option><option value="116">116 </option><option value="120">120 </option><option value="124">124 </option><option value="128">128 </option><option value="132">132 </option><option value="136">136 </option><option value="140">140
  1155. </option></select>
  1156. </div>
  1157. <div id="stdchDIV22" style="display: none;">
  1158. <select name="wl_channel_5Ghz_40M" style="font-family: Arial; font-size: 11px" onchange="ChangeSideBandFor5Ghz()" disabled="">
  1159. <option value="0"><script language="javascript" type="text/javascript">dw(vs_auto);</script>Auto</option><option value="36">36 </option><option value="40">40 </option><option value="44">44 </option><option value="48">48 </option><option value="52">52 </option><option value="56">56 </option><option value="60">60 </option><option value="64">64 </option><option value="100">100 </option><option value="104">104 </option><option value="108">108 </option><option value="112">112 </option><option value="116">116 </option><option value="120">120 </option><option value="124">124 </option><option value="128">128 </option><option value="132">132 </option><option value="136">136
  1160. </option></select>
  1161. </div>
  1162. <!-- -->
  1163. </td>
  1164.  
  1165. <td nowrap="">
  1166. </td><td nowrap="">( Current&nbsp;:&nbsp; <b>13</b> , Interference Level: Acceptable ) &nbsp;</td>
  1167.  
  1168.  
  1169. </tr>
  1170. <tr id="removefor20M">
  1171. <td height="31" nowrap="">
  1172. <script language="javascript" type="text/javascript">dw(vwSideBand);</script>Wide Channel:
  1173. </td>
  1174. <td nowrap="">
  1175. <div id="sideBandDIV1">
  1176. <select size="1" name="side_band" style="font-size: 11px" disabled="">
  1177.  
  1178. <option value="9">9</option></select>
  1179. </div>
  1180. <div id="sideBandDIV2" style="display: none;">
  1181. <select name="side_band_5Ghz" style="font-family: Arial; font-size: 11px" disabled="">
  1182. <option value="0"><script language="javascript" type="text/javascript">dw(vs_auto);</script>Auto</option>
  1183. </select>
  1184. </div>
  1185. </td>
  1186. </tr>
  1187. </tbody></table>
  1188.  
  1189. <!-- SSID Table -->
  1190. <table align="center" bordercolor="#e7e7e7" height="24" cellspacing="0" cellpadding="0" width="430" border="0">
  1191. <tbody>
  1192. <tr>
  1193. <td style="border: 1px solid;" align="center" width="150" bgcolor="#cccccc" height="30">
  1194. <b>
  1195. <script language="javascript" type="text/javascript">dw(vssid1);</script>Wireless Network Name (SSID)
  1196. </b>
  1197. </td>
  1198. <td style="border: 1px solid;" align="center" width="180" bgcolor="#cccccc" height="30">
  1199. <b>
  1200. <script language="javascript" type="text/javascript">dw(vbssid);</script>BSSID
  1201. </b>
  1202. </td>
  1203.  
  1204.  
  1205. <td style="border: 1px solid;" align="center" width="100" bgcolor="#cccccc" height="30">
  1206. <b>
  1207. <script language="javascript" type="text/javascript">dw(vbraodcast);</script>Broadcast
  1208. <br>
  1209. <script language="javascript" type="text/javascript">dw(vssid)</script>SSID
  1210. </b>
  1211. </td>
  1212. </tr>
  1213. <tr>
  1214. <td>
  1215. <!-- 2 -->
  1216. <!-- 2 -->
  1217. <input type="text" class="num" maxlength="32" size="20" name="wl_ssid0" id="wl_ssid0" value="POS EPC" disabled="">
  1218. <!-- -->
  1219. <!-- -->
  1220. </td>
  1221. <td>
  1222. 38 : 60 : 77 : 6D : 24 : 00
  1223. </td>
  1224.  
  1225.  
  1226. <td align="center">
  1227. <!-- 2 -->
  1228. <!-- 2 -->
  1229. <input type="checkbox" name="wl_hide_ssid0" id="wl_hide_ssid0" value="wl_ssidenable0" disabled="">
  1230. <input type="hidden" name="h_wl_hide_ssid0" value="enable">
  1231. <!-- -->
  1232. <!-- -->
  1233. </td>
  1234. </tr>
  1235. </tbody>
  1236. </table>
  1237. <br>
  1238. </div>
  1239. <!-- Manual Settings End -->
  1240. </td>
  1241. </tr>
  1242. </tbody></table>
  1243. </td>
  1244. <td class="help">
  1245. <table>
  1246. <tbody><tr>
  1247. <td>
  1248. <span>&nbsp;
  1249. <a href="http://192.168.100.1/help/h_BasicWSettings.htm" target="_blank" class="submenu">
  1250. <script language="javascript" type="text/javascript">dw(vhelp);</script>Help...
  1251. </a>
  1252. </span>
  1253. </td>
  1254. </tr>
  1255. </tbody></table>
  1256. </td>
  1257. </tr>
  1258. </tbody></table>
  1259.  
  1260. <table class="bottom">
  1261. <tbody><tr>
  1262. <td class="Footer1">&nbsp;</td>
  1263. <td class="Footer2">
  1264. <script language="javascript" type="text/javascript">showSave();</script><input type="SUBMIT" name="save" value="Save Settings" class="stdbutton" onclick="return checkData()&amp;&amp;check_submitted();">
  1265. <script language="javascript" type="text/javascript">showCancel("WRadioSettings.asp");</script><input type="button" name="cancel" value="Cancel Changes" class="stdbutton" onclick="if(check_submitted()) location.href=&#39;WRadioSettings.asp&#39;"> &nbsp; &nbsp; &nbsp; &nbsp;
  1266. </td>
  1267. <td class="Footer3">&nbsp;</td>
  1268. </tr>
  1269. </tbody></table>
  1270. </div>
  1271. <input type="hidden" name="h_wifi_sideband" value="1">
  1272. <input type="hidden" name="h_wifi_country_code" value="">
  1273.  
  1274.  
  1275.  
  1276. </div></form><iframe style="display: none !important; position: fixed !important; padding: 0px !important; margin: 0px !important; left: 0px !important; top: 0px !important; width: 100% !important; height: 100% !important; z-index: 2147483647 !important; border: none !important; background-color: transparent !important;"></iframe><iframe frameborder="0" scrolling="no" style="border: 0px; display: none; background-color: transparent;"></iframe><div id="GOOGLE_INPUT_CHEXT_FLAG" input="null" input_stat="{&quot;tlang&quot;:true,&quot;tsbc&quot;:true,&quot;pun&quot;:true,&quot;mk&quot;:false,&quot;ss&quot;:true}" style="display: none;"></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment