]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
doc: Add D-Bus Reattach() method
authorJouni Malinen <j@w1.fi>
Sun, 28 Dec 2014 17:56:36 +0000 (19:56 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 29 Dec 2014 13:49:06 +0000 (15:49 +0200)
Commit 0f44ec8eba8a2b01e9c443308a72a2fd3208f7cf ('Add a reattach command
for fast reassociate-back-to-same-BSS') added Reattach(), but forgot to
document it.

Signed-off-by: Jouni Malinen <j@w1.fi>
doc/dbus.doxygen

index fffc2a5498538e35a77ad4874c527287c90c7653..2efdc2899c3255e12af6ceffa9b2390bfe89fbd7 100644 (file)
@@ -282,6 +282,16 @@ fi.w1.wpa_supplicant1.CreateInterface.
        </dl>
       </li>
 
+      <li>
+       <h3>Reattach ( ) --> nothing</h3>
+       <p>Attempt reassociation back to the current BSS.</p>
+       <h4>Possible errors</h4>
+       <dl>
+         <dt>fi.w1.wpa_supplicant1.NotConnected</dt>
+         <dd>Interface is not connected to any network.</dd>
+       </dl>
+      </li>
+
       <li>
        <h3>AddBlob ( s : name, ay : data ) --> nothing</h3>
        <p>Adds a blob to the interface.</p>