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:
6:f281180726e8
Parent:
0:6ffb0aeb3972
--- a/Socket/Socket.h	Thu Aug 23 10:37:27 2012 +0000
+++ b/Socket/Socket.h	Thu Aug 23 11:49:33 2012 +0000
@@ -43,7 +43,7 @@
     
 protected:
     bool _blocking;
-    unsigned int _timeout;
+    int _timeout;
     Wifly * wifi;
 };