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连接WIFI问题

Other Parts Discussed in Thread: CC3200SDK, CC3200

CC3200在STA模式下连接路由器的WIFI,如果把路由器关闭,CC3200发起连接时会卡死在WlanConnect()函数下,经试验程序一直执行  while((!IS_CONNECTED(g_ulStatus)) || (!IS_IP_ACQUIRED(g_ulStatus))) 循环退不出来,且出串口一直无信息打印,我想问下TI的工程师,使用sl_WlanConnect函数向AP热点发起连接时,如果连接不上是否有超时设置?如果可以设置超时在哪里设置呢?我使用的SDK版本是CC3200SDK_1.3.0,TI的例程getting_started_with_wlan_station做测试,谢谢