* [PATCH] station: emit property changed for connected AP on roaming
@ 2024-09-10 19:03 James Prestwood
2024-09-11 0:42 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: James Prestwood @ 2024-09-10 19:03 UTC (permalink / raw)
To: iwd; +Cc: James Prestwood
This was only done for connecting states, but needs to also be done
for roaming.
---
src/station.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/station.c b/src/station.c
index 44f5f771..550ef745 100644
--- a/src/station.c
+++ b/src/station.c
@@ -1767,6 +1767,9 @@ static void station_enter_state(struct station *station,
case STATION_STATE_ROAMING:
case STATION_STATE_FT_ROAMING:
case STATION_STATE_FW_ROAMING:
+ l_dbus_property_changed(dbus, netdev_get_path(station->netdev),
+ IWD_STATION_INTERFACE, "ConnectedAccessPoint");
+
if (station->affinity_watch) {
l_dbus_remove_watch(dbus_get_bus(),
station->affinity_watch);
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-11 0:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 19:03 [PATCH] station: emit property changed for connected AP on roaming James Prestwood
2024-09-11 0:42 ` Denis Kenzior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox