From: Jouni Malinen Date: Sun, 7 Feb 2021 22:45:42 +0000 (+0200) Subject: tests: New HE configuration parameters X-Git-Tag: hostap_2_10~598 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc96f45f4f196a75223b67e238d3aecbc86f4835;p=thirdparty%2Fhostap.git tests: New HE configuration parameters Signed-off-by: Jouni Malinen --- 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"}