mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-15 16:39:24 +01:00
station: emit property changed for ConnectedAccessPoint
This was missed in a prior patch set. When station is connecting or disconnecting ConnectedAccessPoint property change should be emitted.
This commit is contained in:
parent
10f5bc9be7
commit
db9c0480ef
@ -1694,6 +1694,8 @@ static void station_enter_state(struct station *station,
|
||||
|
||||
l_dbus_property_changed(dbus, netdev_get_path(station->netdev),
|
||||
IWD_STATION_INTERFACE, "ConnectedNetwork");
|
||||
l_dbus_property_changed(dbus, netdev_get_path(station->netdev),
|
||||
IWD_STATION_INTERFACE, "ConnectedAccessPoint");
|
||||
l_dbus_property_changed(dbus,
|
||||
network_get_path(station->connected_network),
|
||||
IWD_NETWORK_INTERFACE, "Connected");
|
||||
@ -1865,6 +1867,8 @@ static void station_reset_connection_state(struct station *station)
|
||||
|
||||
l_dbus_property_changed(dbus, netdev_get_path(station->netdev),
|
||||
IWD_STATION_INTERFACE, "ConnectedNetwork");
|
||||
l_dbus_property_changed(dbus, netdev_get_path(station->netdev),
|
||||
IWD_STATION_INTERFACE, "ConnectedAccessPoint");
|
||||
l_dbus_property_changed(dbus, network_get_path(network),
|
||||
IWD_NETWORK_INTERFACE, "Connected");
|
||||
l_dbus_object_remove_interface(dbus, netdev_get_path(station->netdev),
|
||||
|
Loading…
Reference in New Issue
Block a user