- Auto reconnect - Added is_associated method

Fork of WiflyInterface by mbed official

Revision:
10:e19f4c58a137
Parent:
1:fb4494783863
--- a/WiflyInterface.cpp	Tue Jan 28 11:00:48 2014 +0200
+++ b/WiflyInterface.cpp	Fri Dec 16 02:50:56 2016 +0000
@@ -37,6 +37,11 @@
     return Wifly::disconnect();
 }
 
+bool WiflyInterface::is_associated()
+{
+    return Wifly::associated();
+}
+
 char * WiflyInterface::getIPAddress()
 {
     char * match = 0;