请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC3135 大家好。
我们有一位客户、他们的所有 AP 都命名为相同的名称、并使用 AP 的信道编号来确定要连接到哪个 AP。
在调用 sl_WlanConnect()之前,是否仍有强制 CC3135只使用特定的通道编号?
谢谢。
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.
您好!
最好使用 BSSID 来确定要连接到哪个 AP。 但是、如果您想确定相应的通道编号、您可以通过 API sl_WlanSet ()和 sl_WLAN_CFG_General_Param_ID - sl_WLAN_General_Param_opt_scan_Params 通过掩码禁用此类通道的 WLAN 扫描。
BTW... 可以通过另一种方式实现。 您可以从 WLAN 扫描中读取返回值,并根据通道号确定 BSSID,然后将其用于 sl_WlanConnect() API。
1月