def test_ap_open_tdls_vht80(dev, apdev):
"""Open AP and two stations using TDLS with VHT 80"""
+ clear_scan_cache(apdev[0])
params = {"ssid": "test-open",
"country_code": "US",
"hw_mode": "a",
def test_ap_open_tdls_vht80plus80(dev, apdev):
"""Open AP and two stations using TDLS with VHT 80+80"""
+ clear_scan_cache(apdev[0])
params = {"ssid": "test-open",
"country_code": "US",
"hw_mode": "a",
def test_ap_vht80(dev, apdev):
"""VHT with 80 MHz channel width"""
+ clear_scan_cache(apdev[0])
try:
hapd = None
params = {"ssid": "vht",
def test_ap_vht_wifi_generation(dev, apdev):
"""VHT and wifi_generation"""
+ clear_scan_cache(apdev[0])
try:
hapd = None
params = {"ssid": "vht",
def test_ap_vht80_params(dev, apdev):
"""VHT with 80 MHz channel width and number of optional features enabled"""
+ clear_scan_cache(apdev[0])
try:
hapd = None
params = {"ssid": "vht",
"""VHT and 40 MHz channel"""
dev = devs[0]
ap = apdevs[0]
+ clear_scan_cache(ap)
try:
hapd = None
params = {"ssid": "test-vht40",
def test_ap_vht160(dev, apdev):
"""VHT with 160 MHz channel width (1)"""
+ clear_scan_cache(apdev[0])
try:
hapd = None
params = {"ssid": "vht",
def test_prefer_vht40(dev, apdev):
"""Preference on VHT40 over HT40"""
+ clear_scan_cache(apdev[0])
try:
hapd = None
hapd2 = None
def test_ap_vht80_pwr_constraint(dev, apdev):
"""VHT with 80 MHz channel width and local power constraint"""
+ clear_scan_cache(apdev[0])
hapd = None
try:
params = {"ssid": "vht",
def test_ap_vht_use_sta_nsts(dev, apdev):
"""VHT with 80 MHz channel width and use_sta_nsts=1"""
+ clear_scan_cache(apdev[0])
try:
hapd = None
params = {"ssid": "vht",
def test_ap_vht_tkip(dev, apdev):
"""VHT and TKIP"""
skip_without_tkip(dev[0])
+ clear_scan_cache(apdev[0])
try:
hapd = None
params = {"ssid": "vht",