[PATCH v3 3/4] tests: Extend 'wpas_config_file' test to cover 'non_coloc_6ghz'
Ilan Peer
ilan.peer at intel.com
Sun Apr 10 00:51:58 PDT 2022
Signed-off-by: Ilan Peer <ilan.peer at intel.com>
---
tests/hwsim/test_wpas_config.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/hwsim/test_wpas_config.py b/tests/hwsim/test_wpas_config.py
index 3cd7dfcf3b..4914fec81a 100644
--- a/tests/hwsim/test_wpas_config.py
+++ b/tests/hwsim/test_wpas_config.py
@@ -129,7 +129,8 @@ config_checks = [("ap_scan", "0"),
("p2p_device_random_mac_addr", "1"),
("p2p_device_persistent_mac_addr", "02:12:34:56:78:9a"),
("p2p_interface_random_mac_addr", "1"),
- ("openssl_ciphers", "DEFAULT")]
+ ("openssl_ciphers", "DEFAULT"),
+ ("non_coloc_6ghz", "1")]
def supported_param(capa, field):
mesh_params = ["user_mpm", "max_peer_links", "mesh_max_inactivity"]
--
2.25.1
More information about the Hostap
mailing list