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.

[参考译文] CC3135:如何在 STA 模式下选择用于连接 AP 的通道

Guru**** 2393725 points
Other Parts Discussed in Thread: CC3135

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1016201/cc3135-how-can-i-select-which-channel-to-use-to-connect-to-an-ap-in-sta-mode

器件型号:CC3135

大家好。

我们有一位客户、他们的所有 AP 都命名为相同的名称、并使用 AP 的信道编号来确定要连接到哪个 AP。

在调用 sl_WlanConnect()之前,是否仍有强制 CC3135只使用特定的通道编号?

谢谢。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    最好使用 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月

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢 Jan