this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Revision:
95:290859010c8c
Parent:
91:d6b6319ad681
Child:
98:65c2333a38b6
--- a/source/WiFiManager.h	Sun Apr 14 17:03:02 2019 +0000
+++ b/source/WiFiManager.h	Wed Apr 17 18:11:45 2019 +0000
@@ -47,6 +47,7 @@
     nsapi_size_or_error_t lastScanCount;
     bool                  https_connection_active;
     TLSSocket*            socket;
+    char*                 responseString; // response string formated for Box
     wifi_cmd_t  wifiCmd;
     //at_data_msg_t *at_data_resp;
     int         chunkNum;
@@ -103,9 +104,9 @@
     bool                  createTLSconnection(const char *hostName);
     void                  printBufferInHex(uint8_t *buf, int pLen);
     void                  copyResponseHdr2Queue();
-    void                  sentATresponseString(at_cmd_resp_t at_cmd, 
-                                               const char *responseString, 
-                                               int strLen);
+    void                  sendATresponseString(at_cmd_resp_t);
+    void                  getNetworkStatus();
+    void                  getWiFiStatus();
 
 
     /**