- Auto reconnect - Added is_associated method

Fork of WiflyInterface by mbed official

Revision:
10:e19f4c58a137
Parent:
6:5176e0864078
--- a/WiflyInterface.h	Tue Jan 28 11:00:48 2014 +0200
+++ b/WiflyInterface.h	Fri Dec 16 02:50:56 2016 +0000
@@ -73,6 +73,7 @@
   * \return ip address
   */
   char* getIPAddress();
+  bool is_associated();
   
 private:
     char ip_string[20];