[RFC 3/8] tests: expose scan_freq_offset
Lachlan Hodges
lachlan.hodges at morsemicro.com
Wed May 27 23:38:52 PDT 2026
Expose `scan_freq_offset` such that S1G channels can be scanned
during tests.
Signed-off-by: Lachlan Hodges <lachlan.hodges at morsemicro.com>
---
tests/hwsim/wpasupplicant.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/hwsim/wpasupplicant.py b/tests/hwsim/wpasupplicant.py
index 635e0235b6c0..9edad575a8f3 100644
--- a/tests/hwsim/wpasupplicant.py
+++ b/tests/hwsim/wpasupplicant.py
@@ -1149,7 +1149,8 @@ class WpaSupplicant:
"sae_password_id_change",
"enable_4addr_mode",
"pmksa_privacy",
- "eap_over_auth_frame"]
+ "eap_over_auth_frame",
+ "scan_freq_offset"]
for field in not_quoted:
if field in kwargs and kwargs[field]:
self.set_network(id, field, kwargs[field])
--
2.43.0
More information about the Hostap
mailing list