mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

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