All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.01.org
Subject: [PATCH 5/6] auto-t: use .frequency property in SAQuery-spoofing test
Date: Thu, 12 Aug 2021 16:12:32 -0700	[thread overview]
Message-ID: <20210812231233.747743-5-prestwoj@gmail.com> (raw)
In-Reply-To: <20210812231233.747743-1-prestwoj@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 836 bytes --]

---
 autotests/testSAQuery-spoofing/connection_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autotests/testSAQuery-spoofing/connection_test.py b/autotests/testSAQuery-spoofing/connection_test.py
index c4c4e923..f64a93f7 100644
--- a/autotests/testSAQuery-spoofing/connection_test.py
+++ b/autotests/testSAQuery-spoofing/connection_test.py
@@ -49,7 +49,7 @@ class Test(unittest.TestCase):
             wd.wait_for_object_condition(device, condition)
 
         # Spoof a disassociate frame. This will kick off SA Query procedure.
-        hwsim.spoof_disassociate(radio, hostapd.get_freq(), device.address)
+        hwsim.spoof_disassociate(radio, hostapd.frequency, device.address)
 
         # sleep to ensure hostapd responds and SA Query does not timeout
         sleep(4)
-- 
2.31.1

  parent reply	other threads:[~2021-08-12 23:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12 23:12 [PATCH 1/6] station: implement Scan on debug interface James Prestwood
2021-08-12 23:12 ` [PATCH 2/6] auto-t: add python API for StationDebug.Scan James Prestwood
2021-08-12 23:12 ` [PATCH 3/6] test-runner: start HostapdCLI from test-runner James Prestwood
2021-08-12 23:12 ` [PATCH 4/6] auto-t: iwd.py: scan only on needed frequencies James Prestwood
2021-08-12 23:12 ` James Prestwood [this message]
2021-08-12 23:12 ` [PATCH 6/6] auto-t: hostapd.py: remove get_freq()/get_config_value() James Prestwood
2021-08-13 15:46 ` [PATCH 1/6] station: implement Scan on debug interface Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210812231233.747743-5-prestwoj@gmail.com \
    --to=prestwoj@gmail.com \
    --cc=iwd@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.