Hello,
Using the CC3100 with SimpleLink running in station mode, I am able to receive the SL_WLAN_CONNECT_EVENT event in my SimpleLinkWlanEventHandler() handler, however, I very very rarely ever receive the SL_NETAPP_IPV4_IPACQUIRED_EVENT in SimpleLinkNetAppEventHandler. I am using the same code as the WLAN Getting Started example and have been through all of the discussions here related to this issue. Others have had this same issue.
The brand of my AP is a Motorola SBG6580.
I switched over to using a TP-Link TL-WR1043ND and everything works fine.
It is my understanding that the CC3xxx team would like for this to work on all WiFi APs, so this is another datapoint for you guys.
If you have any tips or suggestions on how I can get this to work on the Motorola AP, please let me know. I have tried all of the settings with no improvement.
When logged into the Motorola AP, I can view the list of connected DHCP clients and can sometimes see my CC3100's MAC address listed (even though no SL_NETAPP_IPV4_IPACQUIRED_EVENT event is received). Connection to the AP is not a problem. The SL_WLAN_CONNECT_EVENT is always received and pretty quickly.
Thanks,
-sh