From: Jouni Malinen Date: Wed, 11 Oct 2017 21:02:10 +0000 (+0300) Subject: tests: sigma_dut ap_get_mac_address X-Git-Tag: hostap_2_7~1036 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c343e88765edc98ace9aab2deb21e97d8d5f08;p=thirdparty%2Fhostap.git tests: sigma_dut ap_get_mac_address Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_sigma_dut.py b/tests/hwsim/test_sigma_dut.py index 9c0ffb630..36808fdce 100644 --- a/tests/hwsim/test_sigma_dut.py +++ b/tests/hwsim/test_sigma_dut.py @@ -763,8 +763,15 @@ def test_sigma_dut_ap_owe_transition_mode(dev, apdev, params): sigma_dut_cmd_check("ap_set_security,NAME,AP,WLAN_TAG,2,KEYMGNT,NONE") sigma_dut_cmd_check("ap_config_commit,NAME,AP") + res1 = sigma_dut_cmd_check("ap_get_mac_address,NAME,AP,WLAN_TAG,1,Interface,24G") + res2 = sigma_dut_cmd_check("ap_get_mac_address,NAME,AP,WLAN_TAG,2,Interface,24G") + dev[0].connect("owe", key_mgmt="OWE", scan_freq="2412") dev[1].connect("owe", key_mgmt="NONE", scan_freq="2412") + if dev[0].get_status_field('bssid') not in res1: + raise Exception("Unexpected ap_get_mac_address WLAN_TAG,1: " + res1) + if dev[1].get_status_field('bssid') not in res2: + raise Exception("Unexpected ap_get_mac_address WLAN_TAG,2: " + res2) sigma_dut_cmd_check("ap_reset_default") finally: