diff options
author | Fionn Cleary <fionn.cleary@streamunlimited.com> | 2014-04-04 13:49:53 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-04-11 16:22:00 (GMT) |
commit | efd11c02ca66f0776718ed4d5113cc720d5689dc (patch) | |
tree | 90ae84c2b9949f1eb36d38f963f0b916060b26ba /doc | |
parent | 481e66b1f89a481ae073ec8e2058a013fda6897c (diff) | |
download | hostap-efd11c02ca66f0776718ed4d5113cc720d5689dc.zip hostap-efd11c02ca66f0776718ed4d5113cc720d5689dc.tar.gz hostap-efd11c02ca66f0776718ed4d5113cc720d5689dc.tar.bz2 |
Add reassociate command to dbus doxygen
Signed-off-by: Fionn Cleary <fionn.cleary@streamunlimited.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus.doxygen | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 2aa874d..42dc0e4 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -267,6 +267,16 @@ fi.w1.wpa_supplicant1.CreateInterface. </li> <li> + <h3>Reassociate ( ) --> nothing</h3> + <p>Attempt reassociation.</p> + <h4>Possible errors</h4> + <dl> + <dt>fi.w1.wpa_supplicant1.InterfaceDisabled</dt> + <dd>The interface is disabled.</dd> + </dl> + </li> + + <li> <h3>AddBlob ( s : name, ay : data ) --> nothing</h3> <p>Adds a blob to the interface.</p> <h4>Arguments</h4> |