ACTUALIZED LIBRARY 0 Open (Default) 1 WEP-128 2 WPA1 3 Mixed WPA1 & WPA2-PSK 4 WPA2-PSK 5 Not Used 6 Adhoc, Join any Adhoc network

Dependents:   mbed_Arduino_sensor

Fork of WiflyInterface by Samuel Mokrani

Revision:
3:10b3866f0ea2
Parent:
0:6ffb0aeb3972
--- a/Socket/Endpoint.h	Wed Aug 22 15:56:23 2012 +0000
+++ b/Socket/Endpoint.h	Wed Aug 22 16:22:32 2012 +0000
@@ -18,6 +18,7 @@
 #ifndef ENDPOINT_H
 #define ENDPOINT_H
 
+#include "Wifly.h"
 
 class UDPSocket;
 
@@ -58,7 +59,7 @@
 protected:
     char _ipAddress[16];
     int _port;
-
+    Wifly * wifly;
 };
 
 #endif