The print out I get is:
*************************************************
CC3200 WLAN STATION Application
*************************************************
Host Driver Version: 1.0.0.1
Build Version 2.2.7.1.31.1.2.4.2.1.5.3.23
Device is configured in default state
Device started as STATION
But it should be:
*************************************************
CC3200 WLAN STATION Application
*************************************************
Host Driver Version: 1.0.0.1
Build Version 2.2.7.1.31.1.2.4.2.1.5.3.23
Device is configured in default state
Device started as STATION [WLAN EVENT] STA Connected to the AP: cc3200demo ,BSSID: 014:d1:a7:44:94
[NETAPP EVENT] IP Acquired: IP=192.168.10.177 , Gateway=192.168.10.1
Connection established w/ AP and IP is aquired
Pinging...!
Device pinged both the gateway and the external host
WLAN STATION example executed successfully.
My access point is a wireless router with WPA2 and I edited common.h to reflect that. Does anything need to be done to the router to allow connection?