tests: Replace radio_measurements with rrm_neighbor_report
This moves neighbor report testing to use the new hostapd.conf parameter. Signed-off-by: David Spinadel <david.spinadel@intel.com>
This commit is contained in:
parent
010182120d
commit
bf767ac136
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ def test_wpas_ctrl_neighbor_rep_req(dev, apdev):
|
|||
"""wpa_supplicant ctrl_iface NEIGHBOR_REP_REQUEST"""
|
||||
params = { "ssid": "test" }
|
||||
hostapd.add_ap(apdev[0], params)
|
||||
params = { "ssid": "test2", "radio_measurements": "1" }
|
||||
params = { "ssid": "test2", "rrm_neighbor_report": "1" }
|
||||
hostapd.add_ap(apdev[1], params)
|
||||
|
||||
dev[0].connect("test", key_mgmt="NONE", scan_freq="2412")
|
||||
|
|
Loading…
Reference in a new issue