1# Copyright 2019 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = 'pauletti' 6NAME = 'network_WiFiHECaps' 7ATTRIBUTES = 'suite:wifi_flaky' 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10 11DOC = """ 12This test checks that a device which supports the 802.11ax WiFi standard is 13able to function on an High Efficiency 160 MHz wide channel (HE160). HE PHY 14implementation is expected on all devices which support 802.11ax frame formats 15(i.e. HE PPDU). 16""" 17 18from autotest_lib.client.common_lib.cros.network import iw_runner 19 20job.run_test('network_WiFiHECaps', features=[[iw_runner.HE_PHY_5HE160, 21 iw_runner.HE_PHY_5HE160_80_80]]) 22