mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
ap: update Frequency property on started
This was forgotten when adding the property
This commit is contained in:
parent
0363d51c5c
commit
b627f99800
3
src/ap.c
3
src/ap.c
@ -3709,6 +3709,9 @@ static void ap_if_event_func(enum ap_event_type type, const void *event_data,
|
||||
l_dbus_property_changed(dbus_get_bus(),
|
||||
netdev_get_path(ap_if->netdev),
|
||||
IWD_AP_INTERFACE, "Name");
|
||||
l_dbus_property_changed(dbus_get_bus(),
|
||||
netdev_get_path(ap_if->netdev),
|
||||
IWD_AP_INTERFACE, "Frequency");
|
||||
l_dbus_property_changed(dbus_get_bus(),
|
||||
netdev_get_path(ap_if->netdev),
|
||||
IWD_AP_INTERFACE, "PairwiseCiphers");
|
||||
|
Loading…
Reference in New Issue
Block a user