Commit da8eb86480e188112193b66a265a7e957efc9de1

probably need to update user configurations once in a while too
  
158158 } else {
159159 hasWifi = false;
160160 }
161 getUserConfigurations();
162161 requestUpdate();
163162}
164163
297297
298298void QCoreWlanEngine::requestUpdate()
299299{
300 getUserConfigurations();
300301 doRequestUpdate();
301302}
302303