NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
CC3200 ENT WLAN
Contents
Overview[edit]
This simple example code connects to a Enterprise network using the certificate flashed to the serial flash.
Application details[edit]
Example to demonstrate connection to an enterprise network.
One LED will keep blinking until the connection is established.
Source Files briefly explained[edit]
main.c - Initializes the device, connects to a enterprise network
Usage[edit]
- Download the required enterprise certificate file on sFLASH using 'Uniflash' utility. For detailed instructions about using Uniflash, refer UniFlash User Guide.
1. Select the "/cert/ca.pem" tab.
2. In the Url field, mention the location of the enterprise certificate.
3. Check the Erase and Update check boxes and click "Program"
- Open 'main.c' and modify 'ENT_NAME', 'USER_NAME','PASSWORD' accordingly
- Build and launch the project on CCS/IAR
- This simple example code connects to an enterpeise network with ssid 'ENT_NAME'.
Limitations/Known Issues[edit]
Links[edit]
{{#invoke: Navbox | navbox }}
{{#invoke: Navbox | navbox }}
None.