From: Clemens Famulla-Conrad Date: Fri, 14 Feb 2020 11:02:00 +0000 (+0100) Subject: doc: Describe Set properties of fi.w1.wpa_supplicant1.Network X-Git-Tag: hostap_2_10~1839 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aeda4da1b036ab0397be4b53f3fa2ef082961b4;p=thirdparty%2Fhostap.git 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 --- 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.