diff options
author | Witold Sowa <witold.sowa@gmail.com> | 2010-01-01 13:00:22 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-01-01 13:00:22 +0200 |
commit | db9133acb2d7fbaab880863e363bbb570c02948f (patch) | |
tree | c38b65dc4bb6ea96e1d54665914e3e028c6fa8da /doc | |
parent | b7e8feec68cff7a23cfebe5ea72b8810bca5c020 (diff) | |
download | external_wpa_supplicant_8_ti-db9133acb2d7fbaab880863e363bbb570c02948f.zip external_wpa_supplicant_8_ti-db9133acb2d7fbaab880863e363bbb570c02948f.tar.gz external_wpa_supplicant_8_ti-db9133acb2d7fbaab880863e363bbb570c02948f.tar.bz2 |
dbus: Divide DebugParams property to three separate properties
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus.doxygen | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 9f5f17e..020353d 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -98,8 +98,18 @@ registered in the bus with fi.w1.wpa_supplicant1 name. <ul> <li> - <h3>DebugParams - (ibb) - (read/write)</h3> - <p>A structure describing debugging properties. The structure elements are (in order): debug level (i), show timestamps (b), show keys (b).</p> + <h3>DebugLevel - y - (read/write)</h3> + <p>Global %wpa_supplicant debuging level. Possible values are 0, 1, 2, 3 and 4</p> + </li> + + <li> + <h3>DebugTimestamp - b - (read/write)</h3> + <p>Global %wpa_supplicant debuging parameter. Determines if timestamps are shown in debug logs.</p> + </li> + + <li> + <h3>DebugShowKeys - b - (read/write)</h3> + <p>Global %wpa_supplicant debuging parameter. Determines if secrets are shown in debug logs.</p> </li> <li> |