use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
12:d0e61bac8c27
Parent:
10:3f79b5e67c22
Child:
15:c11dbe4d354c
--- a/mbed-connector-interface/Options.h	Fri Mar 04 21:55:42 2016 +0000
+++ b/mbed-connector-interface/Options.h	Thu Mar 10 16:02:04 2016 +0000
@@ -51,12 +51,12 @@
 // Default CoAP URL
 #define DEF_COAP_PORT		5683
 
-// WiFi Security types
+// WiFi Security types (maps to wifi_security_t)
 typedef enum {
+	WIFI_NONE = 0,
+	WIFI_WEP,
     WIFI_WPA_PERSONAL,
-    WIFI_WPA2_PERSONAL,
-    WIFI_WEP,
-    WIFI_NUM_TYPES
+    WIFI_WPA2_PERSONAL
 } WiFiAuthTypes;
 
 // Mesh Types