Index: sources/wifi/WifiInterface.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r3e7cdf9b112dc6e865323e8381cecfd5d988a927 --- sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision 3e7cdf9b112dc6e865323e8381cecfd5d988a927) @@ -70,7 +70,7 @@ const QString _scriptsFolder = Storage::Scripts_Path_Name; const QString _iface = "wlan0"; - const QString _wpaSupplicantConfPath = "/etc/wpa_supplicant.conf"; + const QString _wpaSupplicantConfPath = "/etc/wpa_supplicant/wpa_supplicant-wlan0.conf"; // Singleton SINGLETON(WifiInterface)