Other Parts Discussed in Thread: CC3100SDK, CC3100
Hi All,
Please let me talk about Wi-Fi Connection between CC3100MOD.
My customer is trying to connect CC3100MOD in AP Mode and CC3100MOD in Station Mode.
At this time Station side is executing sl_WlanConnect(), but it says that it may not be able to connect even if it takes time.
(When executing sl_WlanConnect (), it seems that Error Code is not output.)
After executing sl_WlanConnect (), _SlNonOsMainLoopTask is executed repeatedly.
In Sample Program (udp_socket) of CC3100SDK, SlNonOsMainLoopTask is executed repeatedly after sl_WlanConnect().
How long should I repeat this SlNonOsMainLoopTask iteration?
As a Wi-Fi standard, is there no meaning unless a retry occurs even after repeating SlNonOsMailLoopTask for a long time?
If I repeatedly execute SlNonOsMainLoopTask, is communication retry occurred many times to establish communication?
Also, customer is considering switching channel when the connection fails.(Currently they use channel6 only.)
Is it possible to change the channel using the lost authentication packet or Association packet as a trigger?
They use CC3100SDK v1.1.0.
Best Regards,
Takashi