wifly/socket interface for wifly modules
Dependents: PROJET_MATTHIEU_2019 PROJET_MATTHIEU_2019
Diff: WiflyInterface.cpp
- Revision:
- 7:a92dbed32890
- Parent:
- 4:74bfdd00362a
- Child:
- 11:b912f91e3212
--- a/WiflyInterface.cpp Thu Aug 23 11:49:33 2012 +0000 +++ b/WiflyInterface.cpp Thu Aug 23 12:59:19 2012 +0000 @@ -1,7 +1,7 @@ #include "WiflyInterface.h" -WiflyInterface::WiflyInterface(PinName tx, PinName rx, PinName reset, PinName tcp_status, const char * ssid, const char * phrase, bool wpa) : - Wifly(tx, rx, reset, tcp_status, ssid, phrase, wpa) {ip_set = false;} +WiflyInterface::WiflyInterface(PinName tx, PinName rx, PinName reset, PinName tcp_status, const char * ssid, const char * phrase, Security sec) : + Wifly(tx, rx, reset, tcp_status, ssid, phrase, sec) {ip_set = false;} int WiflyInterface::init() { dhcp = true;