Home
last modified time | relevance | path

Searched refs:_test_mesh_open_rssi_threshold (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_wpas_mesh.py344 _test_mesh_open_rssi_threshold(dev, apdev, -255, -255)
345 _test_mesh_open_rssi_threshold(dev, apdev, 0, 0)
346 _test_mesh_open_rssi_threshold(dev, apdev, 1, 0)
348 def _test_mesh_open_rssi_threshold(dev, apdev, value, expected): function