tests: Allow overriding HT STBC capabilities
Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
This commit is contained in:
parent
cdeea70f59
commit
721d8558bc
2 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue