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.

[参考译文] CC3235S:连接5G 热点超时

Guru**** 2480245 points
Other Parts Discussed in Thread: LAUNCHXL-CC3235S, CC3235SF

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

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1405826/cc3235s-connect-5g-hotspot-timeout

器件型号:CC3235S

工具与软件:

尊敬的团队:

我不熟悉将 LAUNCHXL-CC3235S 与 网络终端 演示配合使用的 WiFi 开发。

我尝试连接 Win11 5G 频带热点。 但它不起作用。

此外、它也无法扫描热点。

SDK 版本: simplelink_cc32xx_sdk_7_10_00_13

请帮帮我。

谢谢!

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

    尊敬的 Connor:

    您无法扫描该热点这一事实让我觉得您要么隐藏了热点、要么在 CC3235SF 中禁用了5G。 可以扫描其他5G 网络吗?

    https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/969463/cc3235modsf-easy-way-to-disable-the-5-ghz-band

    还可以通过 API 禁用和启用该功能。

    此致!

    Rogelio

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

    您好!

    感谢您的建议。

    我没有修改网络终端 演示。

     SimpleLink  Wi-FiRegisteredCC3x20、CC3x3x 网络处理器用户指南指出5G 通道默认处于启用状态。

    对于演示"自述文件"、setpolicy 命令建议默认情况下为所有通道启用5G 通道扫描。

    Usage: 
      setpolicy [-help] [-i <Scan interval in Sec>] [-h <hidden scan>]
                [-c <Channel Mask in HEX>] [-r <RSSI threshold>] [-o <Turn scans off>]
                
      -i      Sets scan interval in seconds (default is 10 seconds)
      -h      Scan for hidden AP as well (hidden scan = [YES, NO], default is NO)
      -c      Sets specific scan channels for 2.4Ghz, using HEX base bitmask. (default is `0x1FFF` - all enabled)
      -d      Sets specific scan channels for 5Ghz, using HEX base bitmask (if bit i is set, scan for the channel at index i according to 5Ghz channels bits order which the device support. E.g 36->0001, 40->0010, 44->0100.. etc). (default is `1F7FFFF` - all enabled)
      -r      Sets RSSI threshold for scan in dBm units (range: [-95,0] default: `-95`)
      -o      Turn scans off (YES = scans running in background would stop immediately)
      -help   Show Help regarding the setpolicy command.

    顺便说一下、它可以扫描其他5G WiFi。 我认为扫描配置设置正确。

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

    大家好!

    我已经解决了设置正确国家/地区代码的问题。

    感谢您的支持!