TI论坛
直播中

连伴叙

7年用户 147经验值
私信 关注
[问答]

CC3200中有可以直接设置STA模式下的tx power level 的api吗

请问 CC3200 中有可以直接设置STA模式下的tx power level 的api么? 我看radio tools 的source里面都是在sl_Send 的参数里面带上了这个参数,有没有api可以直接一次性设置的?

回帖(2)

方春晓

2020-5-5 14:28:36
这是出现在 wlan_AP 例子中的代码:

// Set Tx power level for station mode
// Number between 0-15, as dB offset from max power - 0 will set max power
ucPower = 0;
lRetVal = sl_WlanSet(SL_WLAN_CFG_GENERAL_PARAM_ID,
WLAN_GENERAL_PARAM_OPT_STA_TX_POWER, 1, (unsigned char *)&ucPower);
ASSERT_ON_ERROR(lRetVal);
举报

连伴叙

2020-5-5 14:34:36
非常感谢
举报

更多回帖

发帖
×
20
完善资料,
赚取积分