Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Revision:
9:0ce800923eda
Parent:
1:fd19bd683e90
--- a/Type/WIFINetwork.h	Mon Feb 15 15:17:50 2016 +0000
+++ b/Type/WIFINetwork.h	Wed Mar 16 15:04:46 2016 +0000
@@ -9,8 +9,8 @@
 class WIFINetwork : public WIFIInfo
 {
 private :
-    string key;
-    char * BSSID;
+    char * key;
+    char * bssid;
 
 public:
     const char * GetSecurityKey();
@@ -21,7 +21,7 @@
 
     WIFINetwork(const char * SSID, const SecurityMode securityMode, const char * securityKey = NULL);
     
-    ~WIFINetwork();
+    virtual ~WIFINetwork();
 
     virtual WIFINetwork * SetSecurityKey(const char * SecurityKey);