[PATCH] tests/hwsim/test_rrm.py: from test_ap_vht import vht_supported
Li Zhijian
lizhijian at cn.fujitsu.com
Thu Jun 1 20:56:18 PDT 2017
to fix following issue
------------
rrm_beacon_req_table_vht run failed: global name 'vht_supported' is not defined
------------
Signed-off-by: Li Zhijian <lizhijian at cn.fujitsu.com>
---
tests/hwsim/test_rrm.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/hwsim/test_rrm.py b/tests/hwsim/test_rrm.py
index 39c558b..56b35a3 100644
--- a/tests/hwsim/test_rrm.py
+++ b/tests/hwsim/test_rrm.py
@@ -19,6 +19,7 @@ from wpasupplicant import WpaSupplicant
from utils import HwsimSkip, alloc_fail, fail_test, wait_fail_trigger
from test_ap_ht import clear_scan_cache
from remotehost import remote_compatible
+from test_ap_vht import vht_supported
def check_rrm_support(dev):
rrm = int(dev.get_driver_status_field("capa.rrm_flags"), 16)
--
2.7.4
More information about the Hostap
mailing list