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.

CC3200通过SmartConfig将路由器密码加入profile的问题

Other Parts Discussed in Thread: CC3200

请问CC3200能不能从smartconfig拿到AP的密码,或者采用其他的方法获取到路由器的密码,然后存入到profile中,当我重新上电之后能够自动连接到AP。

谢谢

  • CC3200不能拿到密码,为了安全的考虑,如果是用smart config配置的话,芯片禁止MCU拿到密码。这是为了保护终端用户的隐私。

  • 请问

    lRetVal = sl_WlanProfileDel(0xFF);

    我执行这个操作后,通过哪个函数得知道我已经删除Profile了。,,

    我现在用

    lRetVal = sl_WlanPolicySet(SL_POLICY_CONNECTION,
    SL_CONNECTION_POLICY(1,0,0,0,0),
    &policyVal, 1 );

    连接由器,,

    有一个清除按钮执行lRetVal = sl_WlanProfileDel(0xFF); 操作

    如果发现用户执行了清楚操作则进入SmartConfig,,

    我应该怎么判断用户执行了lRetVal = sl_WlanProfileDel(0xFF); 操作呢,,有什么函数调用吗,谢谢