Lines Matching refs:debug
30 #define debug(M, ...) qDebug("DEBUG %d: " M, __LINE__, ##__VA_ARGS__) macro
32 #define debug(M, ...) do {} while (0) macro
173 debug("Failed to open control connection to " in WpaGui()
309 debug("Selected interface '%s'", in openCtrlConnection()
387 debug("Trying to connect to '%s'", cfile); in openCtrlConnection()
400 debug("Failed to attach to wpa_supplicant"); in openCtrlConnection()
461 debug("'%s' command timed out.", cmd); in ctrlRequest()
463 debug("'%s' command failed.", cmd); in ctrlRequest()
757 debug("helpIndex"); in helpIndex()
763 debug("helpContents"); in helpContents()
858 debug("PING failed - trying to reconnect"); in ping()
860 debug("Reconnected successfully"); in ping()
897 debug("Failed to get RSSI value"); in signalMeterUpdate()
902 debug("RSSI value: %d", rssi_value); in signalMeterUpdate()
1101 debug("Invalid editNetwork '%s'", in enableNetwork()
1120 debug("Invalid editNetwork '%s'", in disableNetwork()
1210 debug("Invalid editNetwork '%s'", in removeNetwork()
1274 debug("Invalid getNetworkDisabled '%s'", in getNetworkDisabled()
1366 debug("Failed to open control connection to " in selectAdapter()
1867 debug("OpenSCManager failed: %d", (int) GetLastError()); in serviceRunning()
1873 debug("OpenService failed: %d", (int) GetLastError()); in serviceRunning()