mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +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 },
|
{ "Type", "s", update_type },
|
||||||
{ "LastConnectedTime", "s", update_last_connected },
|
{ "LastConnectedTime", "s", update_last_connected },
|
||||||
{ "Hidden", "b", update_hidden, get_hidden_tostr },
|
{ "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,
|
true, properties_builder_append_yes_no_variant,
|
||||||
properties_yes_no_opts },
|
properties_yes_no_opts },
|
||||||
{ },
|
{ },
|
||||||
|
Loading…
Reference in New Issue
Block a user