From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0534658093716155033==" MIME-Version: 1.0 From: James Prestwood To: iwd at lists.01.org Subject: [PATCH v2 1/2] station: send debug "roam-scan-triggered" event Date: Wed, 19 Jan 2022 12:59:10 -0800 Message-ID: <20220119205911.2281616-1-prestwoj@gmail.com> --===============0534658093716155033== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- src/station.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/station.c b/src/station.c index 38d0757c..d9eb8d09 100644 --- a/src/station.c +++ b/src/station.c @@ -2246,6 +2246,8 @@ static void station_roam_scan_triggered(int err, void= *user_data) return; } = + station_debug_event(station, "roam-scan-triggered"); + /* * Do not update the Scanning property as we won't be updating the * list of networks. -- = 2.31.1 --===============0534658093716155033==--