Index: sources/device/DeviceController.h =================================================================== diff -u -raad4ef16cb210459b60d16aa01a4dcbd909d9a1f -r3ee91a030e9affe0a50acdee33520c985c05d779 --- sources/device/DeviceController.h (.../DeviceController.h) (revision aad4ef16cb210459b60d16aa01a4dcbd909d9a1f) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision 3ee91a030e9affe0a50acdee33520c985c05d779) @@ -221,7 +221,7 @@ bool _hasThread = false; bool _hasSalt = false; - bool _wifiValid = false; + bool _wifiAvailable = 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.