Browse Source

doc: Fix D-Bus documentation for .Network Properties

This propertry is not read-only, i.e., it can also be used to change
configuration parameters for an existing network.

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 10 years ago
parent
commit
24a97d6ff2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/dbus.doxygen

+ 1 - 1
doc/dbus.doxygen

@@ -979,7 +979,7 @@ i.e., returned by fi.w1.wpa_supplicant1.Interface.AddNetwork.
       </li>
 
       <li>
-	<h3>Properties - a{sv} - (read)</h3>
+	<h3>Properties - a{sv} - (read/write)</h3>
 	<p>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.
       </li>
     </ul>