Index: sources/wifi/WifiInterface.h =================================================================== diff -u -r13ac42cf8bdc5038dedd3302ba79dc387e5704b4 -r091bc0425b84f094cbd863865a5edac2477208eb --- sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision 13ac42cf8bdc5038dedd3302ba79dc387e5704b4) +++ sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision 091bc0425b84f094cbd863865a5edac2477208eb) @@ -47,7 +47,7 @@ QProcess _processSetStaticIPAddress; QProcess _processSetStaticGateway; QProcess _processSetStaticSubnetMask; - QProcess _processSetStaticDNS; + QProcess _processSetDNS; Network _network; const QString _iface = "wlan0"; @@ -91,6 +91,11 @@ void didBusyChanged(const bool &vBusy); void didStatusChanged(const QString &vNewStatus); void didRequestAutoAssignedIP(); + // static IP address settings + void didSetStaticIPAddress(); + void didSetGateway(); + void didSetSubnetMask(); + void didSetDNS(); // emitted from separate threads void didScanStatusChanged(const bool);