From 721d8558bcd42c209bf0554633c4f0740e2f2690 Mon Sep 17 00:00:00 2001 From: Sergey Matyukevich Date: Tue, 30 Oct 2018 13:16:47 +0000 Subject: [PATCH] tests: Allow overriding HT STBC capabilities Signed-off-by: Sergey Matyukevich --- tests/hwsim/test_ap_ht.py | 2 +- tests/hwsim/wpasupplicant.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hwsim/test_ap_ht.py b/tests/hwsim/test_ap_ht.py index 11440ffaf..f3dc7eec6 100644 --- a/tests/hwsim/test_ap_ht.py +++ b/tests/hwsim/test_ap_ht.py @@ -848,7 +848,7 @@ def test_ap_require_ht(dev, apdev): ht_mcs="0x01 00 00 00 00 00 00 00 00 00", disable_max_amsdu="1", ampdu_factor="2", ampdu_density="1", disable_ht40="1", disable_sgi="1", - disable_ldpc="1") + disable_ldpc="1", rx_stbc="2", tx_stbc="1") @remote_compatible def test_ap_require_ht_limited_rates(dev, apdev): diff --git a/tests/hwsim/wpasupplicant.py b/tests/hwsim/wpasupplicant.py index bfa0b2ba9..224686c84 100644 --- a/tests/hwsim/wpasupplicant.py +++ b/tests/hwsim/wpasupplicant.py @@ -1032,7 +1032,7 @@ class WpaSupplicant: "dpp_netaccesskey", "dpp_netaccesskey_expiry", "group_mgmt", "owe_group", "roaming_consortium_selection", "ocv", - "multi_ap_backhaul_sta" ] + "multi_ap_backhaul_sta", "rx_stbc", "tx_stbc" ] for field in not_quoted: if field in kwargs and kwargs[field]: self.set_network(id, field, kwargs[field]) -- 2.47.2