admin管理员组

文章数量:1661326

一、中继其他中文WIFI

  1. 登录设备管理后台,然后选择网络设置 – 广域网

将“广域网联机模式:”;配置为WIFI热点,即中继其他WIFI

点击抓取附近所有热点;可以看到中文WIFI被识别为了16进制字符

  1. 右键这串16进制字符,然后选择最下方的“检查”

  1. 找到上方紧邻着的“showthist_15_1”这个元素,点击展开

  1. 将上图中红框内部的文字修改为WIFI真实名称

  1. 再回到左侧点选这个WIFI,输入密码;然后确认

点击确认后等待一段时间,直到界面发生变化如下:

  1. 回到首页,可以看到路由器已经拿到了IP地址,这个时候就可以上网了

二、发出中文WIFI热点

1、打开 无线设置 – WIFI设置

2、在界面任意处右键,然后选择“检查”

3、在右侧弹出的工具栏中,选择console选项卡

4、拷贝以下代码,复制过去、按回车执行

document.write ('\
<form method="post" name="wireless_basic" action="/goform/wirelessBasic">\
    <input style="display: none;" name="radiohiddenButton" value="2"></input>\
    <input style="display: none;" name="wifihiddenButton" value="2"></input>\
    <input style="display: none;" name="wirelessmode" value="9"></input>\
    <input style="display: none;" name="bssid_num" value="1"></input>\
    <p>请输入wifi名称</p>\
    <input style="display: block;" name="mssid_0" value="HAME_A5T_3584"></input>\
    <input style="display: none;" name="mssid_1" value=""></input>\
    <input style="display: none;" name="mssid_2" value=""></input>\
    <input style="display: none;" name="mssid_3" value=""></input>\
    <input style="display: none;" name="mssid_4" value=""></input>\
    <input style="display: none;" name="mssid_5" value=""></input>\
    <input style="display: none;" name="mssid_6" value=""></input>\
    <input style="display: none;" name="mssid_8" value=""></input>\
    <input style="display: none;" name="mssid_9" value=""></input>\
    <input style="display: none;" name="mssid_10" value=""></input>\
    <input style="display: none;" name="mssid_11" value=""></input>\
    <input style="display: none;" name="mssid_12" value=""></input>\
    <input style="display: none;" name="mssid_13" value=""></input>\
    <input style="display: none;" name="mssid_14" value=""></input>\
    <input style="display: none;" name="mssid_15" value=""></input>\
    <input style="display: none;" name="broadcastssid" value="1"></input>\
    <input style="display: none;" name="apisolated" value="0"></input>\
    <input style="display: none;" name="mbssidapisolated" value="0"></input>\
    <input style="display: none;" name="sz11gChannel" value="0"></input>\
    <input style="display: none;" name="n_mode" value="0"></input>\
    <input style="display: none;" name="n_bandwidth" value="1"></input>\
    <input style="display: none;" name="n_gi" value="1"></input>\
    <input style="display: none;" name="n_mcs" value="33"></input>\
    <input style="display: none;" name="n_rdg" value="1"></input>\
    <input style="display: none;" name="n_stbc" value="1"></input>\
    <input style="display: none;" name="n_amsdu" value="0"></input>\
    <input style="display: none;" name="n_autoba" value="1"></input>\
    <input style="display: none;" name="n_badecline" value="0"></input>\
    <input style="display: none;" name="n_disallow_tkip" value="0"></input>\
    <input style="display: none;" name="n_2040_coexit" value="0"></input>\
    <input style="display: none;" name="tx_stream" value="1"></input>\
    <input style="display: none;" name="rx_stream" value="1"></input>\
    <input style="display: none;" name="ssidIndex" value="0"></input>\
    <input style="display: none;" name="security_mode" value="WPAPSK"></input>\
    <input style="display: none;" name="wep_default_key" value="1"></input>\
    <input style="display: none;" name="wep_key_1" value=""></input>\
    <input style="display: none;" name="WEP1Select" value="0"></input>\
    <input style="display: none;" name="wep_key_2" value=""></input>\
    <input style="display: none;" name="WEP2Select" value="0"></input>\
    <input style="display: none;" name="wep_key_3" value=""></input>\
    <input style="display: none;" name="WEP3Select" value="0"></input>\
    <input style="display: none;" name="wep_key_4" value=""></input>\
    <input style="display: none;" name="WEP4Select" value="0"></input>\
    <input style="display: none;" name="cipher" value="1"></input>\
    <p>请输入wifi密码</p>\
    <input style="display: block;" name="passphrase" value="7c235848"></input>\
    <input style="display: none;" name="keyRenewalInterval" value="3600"></input>\
    <input style="display: none;" name="PreAuthentication" value="0"></input>\
    <input style="display: none;" name="RadiusServerIP" value=""></input>\
    <input style="display: none;" name="RadiusServerPort" value="1812"></input>\
    <input style="display: none;" name="RadiusServerSecret" value=""></input>\
    <input style="display: none;" name="RadiusServerSessionTimeout" value="0"></input>\
    <input style="display: none;" name="RadiusServerIdleTimeout" value=""></input>\
    <input style="display: none;" name="apselect_0" value="0"></input>\
    <input style="display: none;" name="newap_text_0" value=""></input>\
    <input style="display: none;" name="apselect_1" value="0"></input>\
    <input style="display: none;" name="newap_text_1" value=""></input>\
    <input style="display: none;" name="apselect_2" value="0"></input>\
    <input style="display: none;" name="newap_text_2" value=""></input>\
    <input style="display: none;" name="apselect_3" value="0"></input>\
    <input style="display: none;" name="newap_text_3" value=""></input>\
    <input style="display: none;" name="apselect_4" value="0"></input>\
    <input style="display: none;" name="newap_text_4" value=""></input>\
    <input style="display: none;" name="apselect_5" value="0"></input>\
    <input style="display: none;" name="newap_text_5" value=""></input>\
    <input style="display: none;" name="apselect_6" value="0"></input>\
    <input style="display: none;" name="newap_text_6" value=""></input>\
    <input style="display: none;" name="apselect_7" value="0"></input>\
    <input style="display: none;" name="newap_text_7" value=""></input>\
    <br>\
    <button type="submit">提交修改</button>\
</form>')

如果有乱码的话也可以通过云盘下载:

链接:https://pan.baidu/s/1-OPSmbi9Q1gQ6sb8kL6Ebg?pwd=ffef

提取码:ffef

5、执行完成后这里会多出一个表单

6、在此输入要修改的中文WIFI名称,然后点击“提交修改”

  1. 修改完成后等待设备重启,就可以搜索到修改后的WIFI信号

 以上实验的硬件来自首页-凌馫数码-淘宝网

本文标签: 路由器中文名称Hamewifi