NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
42:49893d13c432
Parent:
41:3ec1c97e9bbf
Child:
57:3c873fab4207
--- a/WiFiInterface.h	Tue Feb 23 04:01:38 2016 -0600
+++ b/WiFiInterface.h	Tue Feb 23 05:07:02 2016 -0600
@@ -21,12 +21,12 @@
 
 /** Enum for WiFi encryption types
  */
-typedef enum wifi_security_t {
+enum wifi_security_t {
     WI_NONE = 0,    /*!< No security for connection */
     WI_WEP,         /*!< WEP  encryption */
     WI_WPA,         /*!< WPA  encryption */
     WI_WPA2,        /*!< WPA2 encryption */
-} wifi_security_t;
+};
 
 
 /** WiFiInterface class