From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3935023808511148581==" MIME-Version: 1.0 From: James Prestwood Subject: [PATCH v4 3/3] test: update force-roam to use Debug interface Date: Thu, 12 Aug 2021 12:07:23 -0700 Message-ID: <20210812190723.732722-3-prestwoj@gmail.com> In-Reply-To: <20210812190723.732722-1-prestwoj@gmail.com> List-Id: To: iwd@lists.01.org --===============3935023808511148581== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- test/force-roam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/force-roam b/test/force-roam index b590c84a..b45ad2e6 100755 --- a/test/force-roam +++ b/test/force-roam @@ -9,7 +9,7 @@ if (len(sys.argv) !=3D 3): = bus =3D dbus.SystemBus() device =3D dbus.Interface(bus.get_object("net.connman.iwd", sys.argv[1]), - "net.connman.iwd.StationDiagnostic") + "net.connman.iwd.StationDebug") = mac =3D sys.argv[2].replace(':', '') = -- = 2.31.1 --===============3935023808511148581==--