diff options
author | Jouni Malinen <j@w1.fi> | 2010-01-06 20:06:11 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-01-06 20:06:11 +0200 |
commit | 1269489564166a2fe5c1ded0c04755d3fc0f77c7 (patch) | |
tree | c8583018786773d2ec6557428b68de7d102ca645 /doc | |
parent | 158c6c746785104c090f2bb24001ea34903da708 (diff) | |
download | external_wpa_supplicant_8_ti-1269489564166a2fe5c1ded0c04755d3fc0f77c7.zip external_wpa_supplicant_8_ti-1269489564166a2fe5c1ded0c04755d3fc0f77c7.tar.gz external_wpa_supplicant_8_ti-1269489564166a2fe5c1ded0c04755d3fc0f77c7.tar.bz2 |
dbus: Document BSS PropertiesChanged signal
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus.doxygen | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index a1e3bc9..322d3de 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -653,6 +653,20 @@ scan results. </li> </ul> +\subsection dbus_bss_signals Signals + + <ul> + <li> + <h3>PropertiesChanged ( a{sv} : properties )</h3> + <p>Some properties have changed.</p> + <h4>Arguments</h4> + <dl> + <dt>a{sv} : properties</dt> + <dd>A dictionary with pairs of properties names which have changed and theirs new values.</dd> + </dl> + </li> + </ul> + \section dbus_network fi.w1.wpa_supplicant1.Interface.Network |