Simple LED control project using CC3100 as Access Point and socket

Dependencies:   mbed

Fork of cc3100_Test_Demo by David Fletcher

Revision:
10:d24deb1afd1b
Parent:
9:30d6c10d4eab
Child:
11:43bc5ac03428
--- a/simplelink/cc3100_sl_common.h	Fri May 26 07:25:06 2017 +0000
+++ b/simplelink/cc3100_sl_common.h	Fri May 26 11:17:43 2017 +0000
@@ -65,12 +65,15 @@
  * Values for below macros shall be modified per the access-point's (AP) properties
  * SimpleLink device will connect to following AP when the application is executed
  */
-#define SSID_NAME         "Carrozzeria"
+#define SSID_NAME         "eduroam"
 //#define SSID_NAME       "OpenWrt"         /* Access point name to connect to. */
-#define SEC_TYPE        SL_SEC_TYPE_WPA_WPA2    /* Security type of the Access point */
-#define PASSKEY           "Topolino"
+#define SEC_TYPE        SL_SEC_TYPE_WPA_ENT    /* Security type of the Access point */
+#define PASSKEY           "Punto158575"
 //#define PASSKEY         "**********"                  /* Password in case of secure AP */
 #define PASSKEY_LEN     strlen(PASSKEY)  /* Password length in case of secure AP */
+#define EAP_USER_NAME       "simone.armari@student.unife.it"
+#define EAP_ANON_USER       "anonymous@student.unife.it"
+#define EAP_SEC_METHOD  SL_ENT_EAP_METHOD_PEAP1_TLS
 
 /* Configuration of the device when it comes up in AP mode */
 #define SSID_AP_MODE       "cc3100"       /* SSID of the CC3100 in AP mode */