NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Files at this revision

API Documentation at this revision

Comitter:
austin.blackstone@arm.com
Date:
Sun May 31 13:08:12 2015 -0500
Parent:
3:167dd63981b6
Child:
5:fa54ca1af2cd
Commit message:
added WEP and WPA security types.

Changed in this revision

NetworkInterface.h Show annotated file Show diff for this revision Revisions of this file
--- 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;