您的位置:首页 > 移动开发 > Android开发

Android Wi-Fi AP/STA mode support 1x1 or 2x2

2017-07-20 23:14 831 查看
1.STA 模式: 



手机作为STA模式的时候,即支持1X1(SISO) 也支持2X2(MIMO);

2.AP 模式: 



AP mode supports 2x2

gEnable2x2=1表示STA使用的是2x2.

default conf in WCN_qcom_cfg.ini
gChainMask_2g=3
gChainMask_5g=3
gVdevTypeNss_2g=43690
gVdevTypeNss_5g=43690


it enable chain0 and chain1

if you want to enable or disable one, refer to below

f only enable chain0 and disable chain1:
gChainMask_2g=1
gChainMask_5g=1
gVdevTypeNss_2g=21845   /* 0x5555 */
gVdevTypeNss_5g=21845


If only enable chain1 and disable chain0:
gChainMask_2g=2
gChainMask_5g=2
gVdevTypeNss_2g=21845   /* 0x5555 */
gVdevTypeNss_5g=21845
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: