From 624b1478be1417d02b3932eb1064f248c748e3cb Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 28 Dec 2014 20:15:56 +0200 Subject: [PATCH] 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 --- doc/dbus.doxygen | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 2efdc2899..1ee15709e 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -255,6 +255,11 @@ fi.w1.wpa_supplicant1.CreateInterface. +
  • +

    RemoveAllNetworks ( ) --> nothing

    +

    Remove all configured networks from the interface.

    +
  • +
  • SelectNetwork ( o : network ) --> nothing

    Attempt association with a configured network.