云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > MTK-OpenWrt-3.10.14-SDK

MTK-OpenWrt-3.10.14-SDK

  • 62 次阅读
  • 3 次下载
  • 2026/4/26 8:31:31

OpenWrt MediaTek AP Router wpa wep-open wep-shared open

WPA OPEN SHARED OPEN 1.2.3 Key

Read the example in “SSID” section first, then you can:

uci set wireless.@wifi-iface[n].key=x

1.2.4 Add new SSID (When multi-SSID is enabled)

Read the example in “SSID” section first, then you can:

uci add wireless wifi-iface

uci set wireless.@wifi-iface[n].device=chipname uci set wireless.@wifi-iface[n].ifname=ra1 uci set wireless.@wifi-iface[n].network=lan uci set wireless.@wifi-iface[n].mode=ap

uci set wireless.@wifi-iface[n].ssid=newssid uci set wireless.@wifi-iface[n].encryption=psk2 uci set wireless.@wifi-iface[n].key=11111111

N is the new index, which is current index increased by 1.

1.2.5 Remove SSID

Read the example in “SSID” section first, then you can:

uci del wireless.@wifi-iface[n]

N is the index which you want to remove.

1.2.6 Wireless Mode

uci set wireless.chipname.wifimode=n n could be:

0: Legacy 11b/g mixed 1: Legacy 11B only 2: Legacy 11A only

3: Legacy 11a/b/g mixed 4: Legacy 11G only 5: 11ABGN mixed 6: 11N only 7: 11GN mixed 8: 11AN mixed 9: 11BGN mixed 10: 11AGN mixed

11: 11N only in 5G band only

MediaTek Confidential ? 2014 - 2015 MediaTek Inc. Page 21 of 34

This document contains information that is proprietary to MediaTek Inc.

Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.

OpenWrt MediaTek AP Router 14: 11A/AN/AC mixed 5G band only (Only 11AC chipset support) 15:11 AN/AC mixed 5G band only (Only 11AC chipset support)

1.2.7 Radio On/Off

uci set wireless.chipname.radio=n n could be:

0: Disable 1: Enable

1.2.8 Channel

1) Fixed channel:

uci set wireless.chipname.autoch=0

uci set wireless.chipname.channel=n # n is the channel number.

2) Auto channel:

uci set wireless.chipname.channel=0

uci set wireless.chipname.autoch=1 # or 2, different algorithm.

3) Auto channel with channels skipped uci set wireless.chipname.channel=0

uci set wireless.chipname.autoch=1 # or 2, different algorithm. uci set wireless.chipname.autoch_skip=”1;2;3;4”

1.2.9 Operating Mode

uci set wireless.chipname.ht_opmode=n n could be: 0: Mixed Mode 1: Green Mode

1.2.10 Channel Band Width

uci set wireless.chipname.bw=n n could be: 0: 20MHz 1: 40MHz

2: 80MHz (5G only)

1.2.11 Guard Interval

uci set wireless.chipname.ht_gi=n # 2.4G n could be: 0: long GI 1: Auto GI

uci set wireless.chipname.vht_sgi=n # 5G n could be:

MediaTek Confidential

? 2014 - 2015 MediaTek Inc.

Page 22 of 34

This document contains information that is proprietary to MediaTek Inc.

Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.

OpenWrt MediaTek AP Router 0: Disable 1: Enable

1.2.12

MCS

uci set wireless.chipname.ht_mcs=0;....;1;0; bitwise data, bit index equals to the MCS index.

1.2.13 Reverse Direction Grant

uci set wireless.chipname.ht_rdg=n n could be: 0: Disable 1: Enable

1.2.14 Space Time Block Coding (STBC)

uci set wireless.chipname.ht_stbc=n #2.4G n could be: 0: Disable 1: Enable

uci set wireless.chipname.vht_stbc=n #5G n could be: 0: Disable 1: Enable

1.2.15 Aggregation MSDU (A-MSDU)

uci set wireless.chipname.ht_amsdu=n n could be: 0: Disable 1: Enable

1.2.16 AP Power Saving (APSDCapable)

uci set wireless.chipname.apsd=n n could be: 0: Disable 1: Enable

1.2.17 WMM

uci set wireless.chipname.wmm=n n could be: 0: Disable 1: Enable

MediaTek Confidential ? 2014 - 2015 MediaTek Inc. Page 23 of 34

This document contains information that is proprietary to MediaTek Inc.

Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.

OpenWrt MediaTek AP Router 1.2.18

Decline BA Request

uci set wireless.chipname.ht_badec=n n could be: 0: Disable 1: Enable

1.2.19 HT LDPC

uci set wireless.chipname.ht_ldpc=n # 2.4G n could be: 0: Disable 1: Enable

uci set wireless.chipname.vht_ldpc=n # 5G n could be: 0: Disable 1: Enable

1.2.20 BG Protection Mode

uci set wireless.chipname.bgprotect=n n could be: 0: Auto 1: On 2: Off

1.2.21 VHT BW Signaling

uci set wireless.chipname.vht_bw_sig=n n could be: 0: Disable 1: Static 2: Dynamic

1.2.22

Beacon Interval

uci set wireless.chipname.beacon=n n could be: 20~999

1.2.23

Data Beacon Rate (DTIM)

uci set wireless.chipname.dtim=n n could be: 1~255

1.2.24

Fragment Threshold

uci set wireless.chipname.fragthres=n n could be: 255~2346

? 2014 - 2015 MediaTek Inc.

Page 24 of 34

MediaTek Confidential

This document contains information that is proprietary to MediaTek Inc.

Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.

搜索更多关于: MTK-OpenWrt-3.10.14-SDK 的文档
  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

OpenWrt MediaTek AP Router wpa wep-open wep-shared open WPA OPEN SHARED OPEN 1.2.3 Key Read the example in “SSID” section first, then you can: uci set wireless.@wifi-iface[n].key=x 1.2.4 Add new SSID (When multi-SSID is enabled) Read the example in “SSID” section first, then you can: uci add wireless wifi-iface uci set wireless.@wifi-

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com