raise Exception("STA STATUS did not indicate wifi_generation=7")
def test_prefer_eht_20(dev, apdev):
+ """EHT AP on a 20 MHz channel"""
params = {"ssid": "eht",
"channel": "1",
"ieee80211ax": "1",
clear_regdom(hapd, dev)
def _test_he_wifi_generation(dev, apdev, conf, scan_freq):
- """HE and wifi_generation"""
try:
hapd = None
params = {"ssid": "he",
clear_regdom(hapd, dev)
def test_he_wifi_generation(dev, apdev):
+ """HE and wifi_generation (5 GHz)"""
conf = {
"vht_oper_chwidth": "1",
"hw_mode": "a",
_test_he_wifi_generation(dev, apdev, conf, "5180")
def test_he_wifi_generation_24(dev, apdev):
+ """HE and wifi_generation (2.4 GHz)"""
conf = {
"hw_mode": "g",
"channel": "1",