请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC3235SF 根据手册、CC3235SF 作为主机、可连接多达4个 STA、是否可以更改为3个 STA
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
当 CC3235处于 AP 模式时、最多可连接四个客户端。 如果希望限制该数字、可以将 API sl_WlanSet ()与 SL_WLAN_CFG_AP_ID 选项搭配使用 SL_WLAN_AP_OPT_MAX_STATIONS 如下所示:
_u8 max_ap_stations _u16 len = 1; _u16 config_opt = SL_WLAN_AP_OPT_MAX_STATIONS; sl_WlanGet(SL_WLAN_CFG_AP_ID, &config_opt, &len, (_u8 *)&max_ap_stations);
1月