- Auto reconnect - Added is_associated

Fork of WiflyInterface by mbed official

Revision:
10:9fc0bb21c723
Parent:
6:5176e0864078
--- a/WiflyInterface.h	Tue Jan 28 11:00:48 2014 +0200
+++ b/WiflyInterface.h	Fri Dec 16 02:55:12 2016 +0000
@@ -74,6 +74,8 @@
   */
   char* getIPAddress();
   
+  bool is_associated();
+  
 private:
     char ip_string[20];
     bool ip_set;