diff options
author | Nishant Chaprana <n.chaprana@samsung.com> | 2015-05-26 04:08:39 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-05-29 17:55:08 (GMT) |
commit | 87d3c628353bbcd00a779db68a50a8d20842ffdd (patch) | |
tree | c61b551b4cca1b7e476c8e3b2409023bfa42fe24 /doc | |
parent | eda9d84dfdfad332213a708dcd7b7680078aeb66 (diff) | |
download | hostap-87d3c628353bbcd00a779db68a50a8d20842ffdd.zip hostap-87d3c628353bbcd00a779db68a50a8d20842ffdd.tar.gz hostap-87d3c628353bbcd00a779db68a50a8d20842ffdd.tar.bz2 |
WPS: Add WPS Cancel method over D-Bus interface
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus.doxygen | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index d623116..7ad9759 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -877,6 +877,10 @@ Interface for performing WPS (Wi-Fi Simple Config) operations. <dd>Invalid entries were found in the passed argument.</dd> </dl> </li> + <li> + <h3>Cancel ( nothing ) --> nothing</h3> + <p>Cancel ongoing WPS operation.</p> + </li> </ul> \subsection dbus_wps_properties Properties |