Index: sources/device/DeviceController.h =================================================================== diff -u -rb38e1590d137f607b982d336e60b614c2ae685c2 -raad4ef16cb210459b60d16aa01a4dcbd909d9a1f --- sources/device/DeviceController.h (.../DeviceController.h) (revision b38e1590d137f607b982d336e60b614c2ae685c2) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision aad4ef16cb210459b60d16aa01a4dcbd909d9a1f) @@ -221,6 +221,7 @@ bool _hasThread = false; bool _hasSalt = false; + bool _wifiValid = false; //TODO: all of these should use the TimesProcess (instead of QProcess) // to be able to kill the process automatically after the set time out.