mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
client: Use AutoConnect as property name
This commit is contained in:
parent
c49893c827
commit
8dbbbaf631
@ -166,7 +166,7 @@ static const struct proxy_interface_property known_network_properties[] = {
|
||||
{ "Type", "s", update_type },
|
||||
{ "LastConnectedTime", "s", update_last_connected },
|
||||
{ "Hidden", "b", update_hidden, get_hidden_tostr },
|
||||
{ "Autoconnect", "b", update_autoconnect, get_autoconnect_tostr,
|
||||
{ "AutoConnect", "b", update_autoconnect, get_autoconnect_tostr,
|
||||
true, properties_builder_append_yes_no_variant,
|
||||
properties_yes_no_opts },
|
||||
{ },
|
||||
|
Loading…
Reference in New Issue
Block a user