wifly/socket interface for wifly modules

Dependents:   WiFi neurGAI_WIFI thingspeak thingspeak2

Revision:
7:a92dbed32890
Parent:
0:6ffb0aeb3972
Child:
8:9a3cd07ed7e8
--- a/WiflyInterface.h	Thu Aug 23 11:49:33 2012 +0000
+++ b/WiflyInterface.h	Thu Aug 23 12:59:19 2012 +0000
@@ -28,7 +28,7 @@
 class WiflyInterface: public Wifly {
 public:
 
-  WiflyInterface(PinName tx, PinName rx, PinName reset, PinName tcp_status, const char * ssid, const char * phrase, bool wpa = true);
+  WiflyInterface(PinName tx, PinName rx, PinName reset, PinName tcp_status, const char * ssid, const char * phrase, Security sec = NONE);
 
   /** Initialize the interface with DHCP.
   * Initialize the interface and configure it to use DHCP (no connection at this point).