Been working on an application that would:
1. Start the CC3200 and setup a webserver on 192.168.1.1 on port 80.
2. The user connects to the WiFi networks created by the CC3200 and subsequently this webserver and enters their network credentials.
3. The CC3200 parses these credentials and stores it in a buffer called credential_buffer and the SSID and password are pointed to by accSSID and accPWD.
I now want to use these credentials to connect to the users WiFi network and this is where I run aground. I swtich the CC3200 from the AP to STN mode using sl_WlanSetMode(ROLE_STA) but that