mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-16 03:38:06 +02:00
is_available would recently return true after IWD had disconnected if a connection was active because it would check that priv->dbus_station_proxy was non-NULL (i.e. that the DBus interface was still visible, which it wasn't) but that check would be overridden if the NMDevice state was activated. Now require priv->dbus_obj to be non-NULL, which would even be enough on its own although I'm leaving the previous check there too to catch potential IWD states we don't support in which priv->dbus_station_proxy is NULL without an active connection. |
||
|---|---|---|
| .. | ||
| tests | ||
| meson.build | ||
| nm-device-iwd.c | ||
| nm-device-iwd.h | ||
| nm-device-olpc-mesh.c | ||
| nm-device-olpc-mesh.h | ||
| nm-device-wifi.c | ||
| nm-device-wifi.h | ||
| nm-iwd-manager.c | ||
| nm-iwd-manager.h | ||
| nm-wifi-ap.c | ||
| nm-wifi-ap.h | ||
| nm-wifi-common.c | ||
| nm-wifi-common.h | ||
| nm-wifi-factory.c | ||
| nm-wifi-utils.c | ||
| nm-wifi-utils.h | ||