modified by ohneta

Dependents:   HelloESP8266Interface_mine

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
4:f09f0932db4a
Parent:
3:167dd63981b6
Child:
5:fa54ca1af2cd
--- a/NetworkInterface.h	Thu May 28 20:00:36 2015 +0000
+++ b/NetworkInterface.h	Sun May 31 13:08:12 2015 -0500
@@ -24,8 +24,16 @@
 class NetworkInterface
 {
 public:
+
+    /**
+    * 
+    * 
+    * 
+    */
     typedef enum {
         NI_NONE = 0,
+        NI_WEP,
+        NI_WPA,
         NI_WPA2,
     } ni_security_t;