Simple LED control project using CC3100 as Access Point and socket

Dependencies:   mbed

Fork of cc3100_Test_Demo by David Fletcher

Revision:
11:43bc5ac03428
Parent:
10:d24deb1afd1b
diff -r d24deb1afd1b -r 43bc5ac03428 simplelink/cc3100_sl_common.h
--- a/simplelink/cc3100_sl_common.h	Fri May 26 11:17:43 2017 +0000
+++ b/simplelink/cc3100_sl_common.h	Fri May 26 11:28:09 2017 +0000
@@ -68,12 +68,12 @@
 #define SSID_NAME         "eduroam"
 //#define SSID_NAME       "OpenWrt"         /* Access point name to connect to. */
 #define SEC_TYPE        SL_SEC_TYPE_WPA_ENT    /* Security type of the Access point */
-#define PASSKEY           "Punto158575"
+#define PASSKEY           ""
 //#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
+#define EAP_USER_NAME       ""
+#define EAP_ANON_USER       ""
+#define EAP_SEC_METHOD  SL_ENT_EAP_METHOD_TTLS_MSCHAPv2 
 
 /* Configuration of the device when it comes up in AP mode */
 #define SSID_AP_MODE       "cc3100"       /* SSID of the CC3100 in AP mode */