Hi,
sl_Wlanconnect()
I am using ti-rtos where multiple threads are running in that two threads are running tcp and udp transfers by opening related sockets.
I am not able connect to new AP, if don't stop these tasks and close the opened sockets I mean if some operations are going on opened sockets then sl_wlanconnect() is hanging. Is it implicit behavior.
connection policy
I am setting connection policy as Auto+fast+smart-config. It is able to perform auto connection,but fast connection seems to be not working, I have observed this with following method.
Connect to AP, after sometime turn-off the AP, now turn it on. cc3200 is printing disconnected event when AP is turned off.
But not able connect to the same AP, though its turned ON after sometime. I waited for nearly 10minutes. Could you guys help on this, As I know fast connection will try to reconnect to the last connected AP, but I am not sure how frequently it will scan the APs and try to reconnect.
Do we have to set any time interval for auto / fast / smart-config option, where it will keep on trying for connection.
I found one more issue is sl_Send() call is blocking if you try to send more than 1516 buffer length.