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:
1:8f04181f9ad8
Parent:
0:6ffb0aeb3972
Child:
4:74bfdd00362a
--- a/Wifly/Wifly.h	Fri Aug 17 08:28:04 2012 +0000
+++ b/Wifly/Wifly.h	Wed Aug 22 15:52:29 2012 +0000
@@ -166,6 +166,8 @@
     */
     bool sendCommand(const char * cmd, const char * ack = NULL, char * res = NULL);
     
+    bool dnsLookup(const char * host, char * ip);
+    
     static Wifly * getInstance() {return inst;};
 
 protected: