mac80211 has started rejecting the association attempt based on some
HT/WMM information missing for the (Re)Association Response frame when
in STRICT validation mode and that broke this test case with
mac80211_hwsim due to the Association Response frame being constructed
without HT and WMM information in the test script. Disable HT for now to
avoid this.
Signed-off-by: Jouni Malinen <j@w1.fi>
"""Opportunistic Wireless Encryption - invalid Association Response frame"""
check_owe_capab(dev[0])
params = {"ssid": "owe",
+ "ieee80211n": "0",
"wpa": "2",
"ieee80211w": "2",
"wpa_key_mgmt": "OWE",