From 0aeda4da1b036ab0397be4b53f3fa2ef082961b4 Mon Sep 17 00:00:00 2001 From: Clemens Famulla-Conrad Date: Fri, 14 Feb 2020 12:02:00 +0100 Subject: [PATCH] doc: Describe Set properties of fi.w1.wpa_supplicant1.Network The current description of Properties of fi.wq.wpa_supplicant1.Network only apply when retrieving these. If you need to use the method=Set, then the types should be in the same format as with function AddNetwork(). Signed-off-by: Clemens Famulla-Conrad --- doc/dbus.doxygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 9bca70cb7..b2b4389c9 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -2107,7 +2107,7 @@ i.e., returned by fi.w1.wpa_supplicant1.Interface.AddNetwork.
  • Properties - a{sv} - (read/write)

    -

    Properties of the configured network. Dictionary contains entries from "network" block of wpa_supplicant configuration file. All values are string type, e.g., frequency is "2437", not 2437. +

    Properties of the configured network. Dictionary contains entries from "network" block of wpa_supplicant configuration file. All values are string type, e.g., frequency is "2437", not 2437. When setting the properties, use the same format as for the AddNetwork() function.