mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-19 03:14:05 -05:00
tests: ieee80211ax=1 in hostapd STATUS
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
6afde52a78
commit
c48f44e17c
@ -14,4 +14,6 @@ def test_he_open(dev, apdev):
|
|||||||
"he_mu_edca_ac_be_ecwmin": "7",
|
"he_mu_edca_ac_be_ecwmin": "7",
|
||||||
"he_mu_edca_ac_be_ecwmax": "15"}
|
"he_mu_edca_ac_be_ecwmax": "15"}
|
||||||
hapd = hostapd.add_ap(apdev[0], params)
|
hapd = hostapd.add_ap(apdev[0], params)
|
||||||
|
if hapd.get_status_field("ieee80211ax") != "1":
|
||||||
|
raise Exception("STATUS did not indicate ieee80211ac=1")
|
||||||
dev[0].connect("he", key_mgmt="NONE", scan_freq="2412")
|
dev[0].connect("he", key_mgmt="NONE", scan_freq="2412")
|
||||||
|
Loading…
Reference in New Issue
Block a user