mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-09 20:10:48 +01:00

Since IWD doesn't utilize DBus signals in "normal" operations its fine to lazy initialize any of the DBus interfaces since properties can be obtained as needed with Get/GetAll. For test-runner though StationDebug uses signals for debug events and until the StationDebug class is initialized (via a method call or property access) all signals will be lost. Fix this by always initializing the StationDebug interface when a Device class is initialized.