[PATCH] DBus: Add "Roam" command support
Brian Norris
briannorris at chromium.org
Tue Jun 23 13:37:55 EDT 2020
On Thu, Jun 11, 2020 at 1:44 PM Brian Norris <briannorris at chromium.org> wrote:
> --- a/doc/dbus.doxygen
> +++ b/doc/dbus.doxygen
> @@ -322,6 +322,22 @@ fi.w1.wpa_supplicant1.CreateInterface.
> </dl>
> </li>
>
> + <li>
> + <h3>Roam ( s : addr ) --> nothing</h3>
> + <p>Initiate a roam to another BSS within the current ESS.</p>
> + <h4>Possible errors</h4>
> + <dl>
> + <dt>fi.w1.wpa_supplicant1.InvalidArgs</dt>
> + <dd>Missing address argument.</dd>
> + <dt>fi.w1.wpa_supplicant1.InvalidArgs</dt>
> + <dd>Invalid hardware address format.</dd>
> + <dt>fi.w1.wpa_supplicant1.NotConnected</dt>
> + <dd>Interface is not connected to any network.</dd>
> + <dt>fi.w1.wpa_supplicant1.UnknownError</dt>
> + <dd>Scan processing was not included in the build.</dd>
> + </dl>
> + </li>
> +
It has been pointed out to me that I'm missing one error case in the
documentation: target BSS not found. I'll send a v2.
Brian
More information about the Hostap
mailing list