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 AP mode.???

Other Parts Discussed in Thread: CC3220S, CC3235S, CC3235SF, CC3200

我司打了一批CC3220S,

我們使用了network terminal要測試板子(一個ap mode)對板子(一個client mode),在5G ap mode下測試距離,

我們在network terminal使用了ap_start指令建立ap mode,

但我們發現ap_start在set channel仍然只限制在2.4G的channel,

    wlan_ap_start [-help] [-s <"ssid name">] [-t <security type>] 
    [-p <"password">][-h <hidden AP>][-txp <Tx power [0-15]>]
    [-c <Wlan channel [1-13]>] [-l <STA connection limit [1-4]>]
          

請問CC3220S是否可以建立5G的channel,

謝謝.

  • CC3220不支持
    CC3235支持请看:e2e.ti.com/.../2902601
  • 抱歉,更正一下,我們是用CC3235S做測試.
    請問我們用CC3235S,然後用network_terminal的sample code中,我們看到ap_start並無法指定5G的channel.

    這問若我們要測5G板對板或板對phone,

    我們該如何把5G的ap_start設定5G的channel,

    thx.

  • • Enable/Disable 5-GHz Channels
    For CC3235S and CC3235SF devices, this setting enables or disables 5-GHz channels in STA mode.
    By default, 5-GHz channels are enabled in the system and the scanning time might be longer due to
    the total number of enabled channels. In deployments that do not use these channels, disabling the
    channels might improve the scan time and power consumption.
    The mode can be changed by setting 0 to disable 5-GHz channels and 1 to enable.
    Example:
    _i16 Status;
    _u8 Mode = 0; //0 disable 5GHz mode
    Status = sl_WlanSet(SL_WLAN_CFG_GENERAL_PARAM_ID, WLAN_GENERAL_PARAM_OPT_ENABLE_5G, 1, (_u8
    *)&Mode);
    if( Status )
    {
    /* error */
    }
  • • Enable/Disable 5-GHz Channels
    For CC3235S and CC3235SF devices, this setting enables or disables 5-GHz channels in STA mode.
    By default, 5-GHz channels are enabled in the system and the scanning time might be longer due to
    the total number of enabled channels. In deployments that do not use these channels, disabling the
    channels might improve the scan time and power consumption.
    The mode can be changed by setting 0 to disable 5-GHz channels and 1 to enable.
    Example:
    _i16 Status;
    _u8 Mode = 0; //0 disable 5GHz mode
    Status = sl_WlanSet(SL_WLAN_CFG_GENERAL_PARAM_ID, WLAN_GENERAL_PARAM_OPT_ENABLE_5G, 1, (_u8
    *)&Mode);
    if( Status )
    {
    /* error */
    }
  • AP 模式如何设置请关注:
    e2e.ti.com/.../788331
  • HI Alvin,

    謝謝您的回覆,

    是不是在CC3235的SDK,己經沒有像CC3200一樣有getting_started_with_wlan_station例程可以直接拿來更改了??

    我看這包sdk,己無此sample code.

  • 没有了这样的demo。