diff options
author | Jouni Malinen <j@w1.fi> | 2010-01-01 23:17:07 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-01-01 23:17:07 +0200 |
commit | 2ea856aab69fe8df8a29620ab05ca404f59afc79 (patch) | |
tree | baac67170b122d3070a506f95e536867b5f30c42 /doc | |
parent | 6c68b0db5dacc58008d0ad10a08ffa77cddf0987 (diff) | |
download | external_wpa_supplicant_8_ti-2ea856aab69fe8df8a29620ab05ca404f59afc79.zip external_wpa_supplicant_8_ti-2ea856aab69fe8df8a29620ab05ca404f59afc79.tar.gz external_wpa_supplicant_8_ti-2ea856aab69fe8df8a29620ab05ca404f59afc79.tar.bz2 |
dbus: Document DebugLevel values
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus.doxygen | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 79ed701..6f40b2d 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -99,17 +99,19 @@ registered in the bus with fi.w1.wpa_supplicant1 name. <ul> <li> <h3>DebugLevel - y - (read/write)</h3> - <p>Global %wpa_supplicant debuging level. Possible values are 0, 1, 2, 3 and 4</p> + <p>Global %wpa_supplicant debugging level. Possible values are + 0 (verbose debugging), 1 (debugging), 2 (informative), 3 (warnings), + and 4 (errors).</p> </li> <li> <h3>DebugTimestamp - b - (read/write)</h3> - <p>Global %wpa_supplicant debuging parameter. Determines if timestamps are shown in debug logs.</p> + <p>Global %wpa_supplicant debugging 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> + <p>Global %wpa_supplicant debugging parameter. Determines if secrets are shown in debug logs.</p> </li> <li> |