diff options
author | Jouni Malinen <j@w1.fi> | 2014-12-28 18:15:56 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-12-29 13:49:06 (GMT) |
commit | 624b1478be1417d02b3932eb1064f248c748e3cb (patch) | |
tree | 7d853b19fe6ca7aa8fa7f86cd6696c02004e8e7c | |
parent | f60cc3133489391a5ad76590078f1812d78f3117 (diff) | |
download | hostap-624b1478be1417d02b3932eb1064f248c748e3cb.zip hostap-624b1478be1417d02b3932eb1064f248c748e3cb.tar.gz hostap-624b1478be1417d02b3932eb1064f248c748e3cb.tar.bz2 |
doc: Add D-Bus RemoveAllNetworks() method
Commit 7c49fdd0bd214f5fa3af8407d7011930ac150ef1 ('dbus: Add
RemoveAllNetworks to the new D-Bus API') added this, but forgot to
document it.
Signed-off-by: Jouni Malinen <j@w1.fi>
-rw-r--r-- | doc/dbus.doxygen | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 2efdc28..1ee1570 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -256,6 +256,11 @@ fi.w1.wpa_supplicant1.CreateInterface. </li> <li> + <h3>RemoveAllNetworks ( ) --> nothing</h3> + <p>Remove all configured networks from the interface.</p> + </li> + + <li> <h3>SelectNetwork ( o : network ) --> nothing</h3> <p>Attempt association with a configured network.</p> <h4>Arguments</h4> |