|
@@ -252,6 +252,9 @@ def test_wpas_config_file(dev, apdev, params):
|
|
os.rmdir(config)
|
|
os.rmdir(config)
|
|
except:
|
|
except:
|
|
pass
|
|
pass
|
|
|
|
+ wpas.dump_monitor()
|
|
|
|
+ wpas.request("SET country 00")
|
|
|
|
+ wpas.wait_event(["CTRL-EVENT-REGDOM-CHANGE"], timeout=1)
|
|
|
|
|
|
def test_wpas_config_file_wps(dev, apdev):
|
|
def test_wpas_config_file_wps(dev, apdev):
|
|
"""wpa_supplicant config file parsing/writing with WPS"""
|
|
"""wpa_supplicant config file parsing/writing with WPS"""
|