]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Use ignore_old_scan_res with some more WPS tests
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 2 Apr 2013 15:19:32 +0000 (18:19 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 27 Apr 2013 19:12:45 +0000 (22:12 +0300)
The scan results from old test cases showing different SSID on the AP
can result in false failures, so avoid those by ignoring old scan
results from cfg80211.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

tests/hwsim/test_nfc_wps.py

index a7081e3d41733a53dca66be3abdb953bc12eb079..abbdd52f554cc23cfeafc10fc19733bf0b299697 100644 (file)
@@ -37,6 +37,7 @@ def ap_wps_params(ssid):
 
 def test_nfc_wps_password_token_sta(dev, apdev):
     """NFC tag with password token on the station/Enrollee"""
+    dev[0].request("SET ignore_old_scan_res 1")
     ssid = "test-wps-nfc-pw-token-conf"
     params = ap_wps_params(ssid)
     hostapd.add_ap(apdev[0]['ifname'], params)
@@ -78,6 +79,7 @@ def test_nfc_wps_config_token(dev, apdev):
 
 def test_nfc_wps_password_token_sta_init(dev, apdev):
     """Initial AP configuration with first WPS NFC Enrollee"""
+    dev[0].request("SET ignore_old_scan_res 1")
     ssid = "test-wps-nfc-pw-token-init"
     hostapd.add_ap(apdev[0]['ifname'],
                    { "ssid": ssid, "eap_server": "1", "wps_state": "1" })