copy lib

Fork of GMMP by SKTelecom_ThingPlug

Revision:
3:a39ceb3ba3b3
Parent:
1:272f2e355446
--- a/GMMP.cpp	Thu Jul 23 14:27:31 2015 +0000
+++ b/GMMP.cpp	Sat Aug 15 04:41:06 2015 +0000
@@ -89,7 +89,7 @@
 	#ifdef USE_SNIC_WIFI
 	C_SNIC_WifiInterface     wifi( D8, D2, NC, NC, D3);
 	
-	#define MBED_AP_SSID                  "T-Smart"
+	#define MBED_AP_SSID                  "salt"
 	/** Securiry Options
     e_SEC_OPEN       = 0x00, //Open
     e_SEC_WEP        = 0x01, // WEP
@@ -97,8 +97,8 @@
     e_SEC_WPA2_AES   = 0x04, // WPA2-PSK(AES)
     e_SEC_WPA2_MIXED = 0x06, // WPA2-PSK(TKIP/AES)
     e_SEC_WPA_AES    = 0x07  // WPA-PSK(AES) **/
-	#define MBED_AP_SECURITY_TYPE         e_SEC_OPEN
-	#define MBED_AP_SECUTIRY_KEY          ""
+	#define MBED_AP_SECURITY_TYPE         e_SEC_WPA2_AES
+	#define MBED_AP_SECUTIRY_KEY          "cjstk357"
 	
 	#endif//USE_SNIC_WIFI