From cc96f45f4f196a75223b67e238d3aecbc86f4835 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 8 Feb 2021 00:45:42 +0200 Subject: [PATCH] tests: New HE configuration parameters Signed-off-by: Jouni Malinen --- tests/hwsim/test_he.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/hwsim/test_he.py b/tests/hwsim/test_he.py index d8a13fe5a..21c1b556b 100644 --- a/tests/hwsim/test_he.py +++ b/tests/hwsim/test_he.py @@ -67,6 +67,12 @@ def test_he_params(dev, apdev): "he_spr_non_srg_obss_pd_max_offset": "0", "he_spr_srg_obss_pd_min_offset": "0", "he_spr_srg_obss_pd_max_offset": "0", + "he_spr_srg_bss_colors": "1 2 10 63", + "he_spr_srg_partial_bssid": "0 1 3 63", + "he_6ghz_max_ampdu_len_exp": "7", + "he_6ghz_rx_ant_pat": "1", + "he_6ghz_tx_ant_pat": "1", + "he_6ghz_max_mpdu": "2", "he_oper_chwidth": "0", "he_oper_centr_freq_seg0_idx": "1", "he_oper_centr_freq_seg1_idx": "0"}