2022-09-28 12:45:07 export USER=root 2022-09-28 12:45:07 ./build.sh Building TNC testing tools Building wlantest Building hs20-osu-client osu_client.c: In function ‘cmd_osu_select’: osu_client.c:2090:44: warning: ‘%s’ directive output may be truncated writing up to 985 bytes into a region of size 4 [-Wformat-truncation=] 2090 | snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 14); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ osu_client.c:2090:4: note: ‘snprintf’ output between 1 and 986 bytes into a destination of size 4 2090 | snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osu_client.c:2103:44: warning: ‘%s’ directive output may be truncated writing up to 994 bytes into a region of size 4 [-Wformat-truncation=] 2103 | snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 5); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ osu_client.c:2103:4: note: ‘snprintf’ output between 1 and 995 bytes into a destination of size 4 2103 | snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osu_client.c:2077:10: warning: ‘%s’ directive output may be truncated writing up to 990 bytes into a region of size 256 [-Wformat-truncation=] 2077 | "%s", buf + 9); | ^~ In file included from ../../src/utils/common.h:12, from osu_client.c:16: ../../src/utils/os.h:552:21: note: ‘snprintf’ output between 1 and 991 bytes into a destination of size 256 552 | #define os_snprintf snprintf osu_client.c:2076:4: note: in expansion of macro ‘os_snprintf’ 2076 | os_snprintf(last->osu_nai2, sizeof(last->osu_nai2), | ^~~~~~~~~~~ osu_client.c:2071:10: warning: ‘%s’ directive output may be truncated writing up to 991 bytes into a region of size 256 [-Wformat-truncation=] 2071 | "%s", buf + 8); | ^~ In file included from ../../src/utils/common.h:12, from osu_client.c:16: ../../src/utils/os.h:552:21: note: ‘snprintf’ output between 1 and 992 bytes into a destination of size 256 552 | #define os_snprintf snprintf osu_client.c:2070:4: note: in expansion of macro ‘os_snprintf’ 2070 | os_snprintf(last->osu_nai, sizeof(last->osu_nai), | ^~~~~~~~~~~ osu_client.c:2065:7: warning: ‘%s’ directive output may be truncated writing up to 989 bytes into a region of size 33 [-Wformat-truncation=] 2064 | snprintf(last->osu_ssid2, sizeof(last->osu_ssid2), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2065 | "%s", buf + 10); | ~^~~~~~~~~~~~~~ osu_client.c:2064:4: note: ‘snprintf’ output between 1 and 990 bytes into a destination of size 33 2064 | snprintf(last->osu_ssid2, sizeof(last->osu_ssid2), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2065 | "%s", buf + 10); | ~~~~~~~~~~~~~~~ osu_client.c:2059:7: warning: ‘%s’ directive output may be truncated writing up to 990 bytes into a region of size 33 [-Wformat-truncation=] 2058 | snprintf(last->osu_ssid, sizeof(last->osu_ssid), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2059 | "%s", buf + 9); | ~^~~~~~~~~~~~~ osu_client.c:2058:4: note: ‘snprintf’ output between 1 and 991 bytes into a destination of size 33 2058 | snprintf(last->osu_ssid, sizeof(last->osu_ssid), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2059 | "%s", buf + 9); | ~~~~~~~~~~~~~~ osu_client.c:2048:44: warning: ‘%s’ directive output may be truncated writing up to 995 bytes into a region of size 256 [-Wformat-truncation=] 2048 | snprintf(last->url, sizeof(last->url), "%s", buf + 4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ osu_client.c:2048:4: note: ‘snprintf’ output between 1 and 996 bytes into a destination of size 256 2048 | snprintf(last->url, sizeof(last->url), "%s", buf + 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osu_client.c:2040:48: warning: ‘%s’ directive output may be truncated writing up to 986 bytes into a region of size 20 [-Wformat-truncation=] 2040 | snprintf(last->bssid, sizeof(last->bssid), "%s", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ 2041 | buf + 13); | ~~~~~~~~~ osu_client.c:2040:4: note: ‘snprintf’ output between 1 and 987 bytes into a destination of size 20 2040 | snprintf(last->bssid, sizeof(last->bssid), "%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2041 | buf + 13); | ~~~~~~~~~ Building hostapd Building wpa_supplicant 2022-09-28 12:45:49 ./start.sh 2022-09-28 12:45:49 ./run-tests.py ap_anqp_sharing DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_anqp_sharing 1/1 Test: ANQP sharing within ESS and explicit unshare Starting AP wlan3 Starting AP wlan4 Normal network selection with shared ANQP results Explicit ANQP request to unshare ANQP results PASS ap_anqp_sharing 0.450142 2022-09-28 12:45:51.753140 passed all 1 test case(s) 2022-09-28 12:45:51 ./run-tests.py ap_bss_add_remove DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_bss_add_remove 1/1 Test: Dynamic BSS add/remove operations with hostapd Set up three BSSes one by one Starting BSS phy=phy3 ifname=wlan3 Connect STA wlan1 to AP Connect STA wlan2 to AP Connect STA wlan0 to AP Starting BSS phy=phy3 ifname=wlan3-2 Connect STA wlan2 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP Starting BSS phy=phy3 ifname=wlan3-3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Remove the last BSS and re-add it Removing BSS wlan3-3 Connect STA wlan2 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP Starting BSS phy=phy3 ifname=wlan3-3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Remove the middle BSS and re-add it Removing BSS wlan3-2 Connect STA wlan1 to AP Connect STA wlan0 to AP Connect STA wlan2 to AP Starting BSS phy=phy3 ifname=wlan3-2 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Remove the first BSS and re-add it and other BSSs Removing BSS wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Starting BSS phy=phy3 ifname=wlan3 Starting BSS phy=phy3 ifname=wlan3-2 Starting BSS phy=phy3 ifname=wlan3-3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Remove two BSSes and re-add them Removing BSS wlan3-2 Connect STA wlan1 to AP Connect STA wlan0 to AP Connect STA wlan2 to AP Removing BSS wlan3-3 Connect STA wlan1 to AP Connect STA wlan2 to AP Connect STA wlan0 to AP Starting BSS phy=phy3 ifname=wlan3-2 Connect STA wlan2 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP Starting BSS phy=phy3 ifname=wlan3-3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Remove three BSSes in and re-add them Removing BSS wlan3-3 Connect STA wlan2 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP Removing BSS wlan3-2 Connect STA wlan1 to AP Connect STA wlan2 to AP Connect STA wlan0 to AP Removing BSS wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Starting BSS phy=phy3 ifname=wlan3 Connect STA wlan1 to AP Connect STA wlan2 to AP Connect STA wlan0 to AP Starting BSS phy=phy3 ifname=wlan3-2 Connect STA wlan2 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP Starting BSS phy=phy3 ifname=wlan3-3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Test error handling if a duplicate ifname is tried Starting BSS phy=phy3 ifname=wlan3-3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP PASS ap_bss_add_remove 8.639252 2022-09-28 12:46:00.787836 passed all 1 test case(s) 2022-09-28 12:46:00 ./run-tests.py ap_cipher_replay_protection_ap_gcmp DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_cipher_replay_protection_ap_gcmp 1/1 Test: GCMP replay protection on AP Starting AP wlan3 Connect STA wlan0 to AP PASS ap_cipher_replay_protection_ap_gcmp 1.643299 2022-09-28 12:46:02.827664 passed all 1 test case(s) 2022-09-28 12:46:02 ./run-tests.py ap_duplicate_bssid DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_duplicate_bssid 1/1 Test: Duplicate BSSID Starting AP wlan3 Starting BSS phy=phy3 ifname=wlan3-2 Starting BSS phy=phy3 ifname=wlan3-3 Connect STA wlan0 to AP PASS ap_duplicate_bssid 0.349767 2022-09-28 12:46:03.575131 passed all 1 test case(s) 2022-09-28 12:46:03 ./run-tests.py ap_ft_ap_oom4 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_ft_ap_oom4 1/1 Test: WPA2-PSK-FT and AP OOM 4 Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan4 PASS ap_ft_ap_oom4 1.075682 2022-09-28 12:46:05.048605 passed all 1 test case(s) 2022-09-28 12:46:05 ./run-tests.py ap_ft_mismatching_rrb_key_push DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_ft_mismatching_rrb_key_push 1/1 Test: WPA2-PSK-FT AP over DS with mismatching RRB key (push) Starting AP wlan3 Starting AP wlan4 Connect to first AP Connect STA wlan0 to AP Roam to the second AP PASS ap_ft_mismatching_rrb_key_push 1.632348 2022-09-28 12:46:07.078353 passed all 1 test case(s) 2022-09-28 12:46:07 ./run-tests.py ap_ft_pmf DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_ft_pmf 1/1 Test: WPA2-PSK-FT AP with PMF Starting AP wlan3 Starting AP wlan4 Connect to first AP Connect STA wlan0 to AP Roam to the second AP Roam back to the first AP PASS ap_ft_pmf 0.90131 2022-09-28 12:46:08.369215 passed all 1 test case(s) 2022-09-28 12:46:08 ./run-tests.py ap_ft_sae_ptk_rekey_ap_ext_key_id DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_ft_sae_ptk_rekey_ap_ext_key_id 1/1 Test: WPA2-PSK-FT-SAE AP and PTK rekey triggered by AP (Ext Key ID) Starting AP wlan3 Starting AP wlan4 Connect to first AP Connect STA wlan0 to AP Roam to the second AP PASS ap_ft_sae_ptk_rekey_ap_ext_key_id 2.794489 2022-09-28 12:46:11.552029 passed all 1 test case(s) 2022-09-28 12:46:11 ./run-tests.py ap_hs20_multiple_home_cred DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_hs20_multiple_home_cred 1/1 Test: Hotspot 2.0 and select with multiple matching home credentials Starting AP wlan3 Starting AP wlan4 PASS ap_hs20_multiple_home_cred 0.471161 2022-09-28 12:46:12.413523 passed all 1 test case(s) 2022-09-28 12:46:12 ./run-tests.py ap_hs20_proxyarp_enable_dgaf DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_hs20_proxyarp_enable_dgaf 1/1 Test: Hotspot 2.0 and ProxyARP with DGAF enabled Starting AP wlan3 Connect STA wlan1 to AP After connect: ['192.168.1.123 dev ap-br0 lladdr 02:00:00:00:00:00 PERMANENT', 'aaaa:bbbb:cccc::2 dev ap-br0 lladdr 02:00:00:00:00:00 PERMANENT'] After disconnect: [] PASS ap_hs20_proxyarp_enable_dgaf 1.447711 2022-09-28 12:46:14.251805 passed all 1 test case(s) 2022-09-28 12:46:14 ./run-tests.py ap_pmf_assoc_comeback DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_assoc_comeback 1/1 Test: WPA2-PSK AP with PMF association comeback Starting AP wlan3 Connect STA wlan0 to AP PASS ap_pmf_assoc_comeback 1.521845 2022-09-28 12:46:16.163920 passed all 1 test case(s) 2022-09-28 12:46:16 ./run-tests.py ap_pmf_inject_auth DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_inject_auth 1/1 Test: WPA2-PSK AP with PMF and Authentication frame injection Starting AP wlan3 Connect STA wlan0 to AP PASS ap_pmf_inject_auth 5.777436 2022-09-28 12:46:22.333440 passed all 1 test case(s) 2022-09-28 12:46:22 ./run-tests.py ap_vlan_wpa2_radius_mixed DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_wpa2_radius_mixed 1/1 Test: AP VLAN with WPA2-Enterprise and tagged+untagged VLANs Starting AP wlan3 Connect STA wlan0 to AP Test connectivity in untagged VLAN 2 Test connectivity in tagged VLAN 1 dev1->dev2 unicast data delivery failed Traceback (most recent call last): File "/lkp/benchmarks/hwsim/tests/hwsim/./run-tests.py", line 534, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vlan.py", line 730, in test_ap_vlan_wpa2_radius_mixed hwsim_utils.run_connectivity_test(dev[0], hapd, 0, ifname1=ifname, File "/lkp/benchmarks/hwsim/tests/hwsim/hwsim_utils.py", line 113, in run_connectivity_test raise Exception("dev1->dev2 unicast data delivery failed") Exception: dev1->dev2 unicast data delivery failed Failed to remove hostapd interface FAIL ap_vlan_wpa2_radius_mixed 25.498377 2022-09-28 12:46:48.223286 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vlan_wpa2_radius_mixed Timeout on waiting response Failed to connect to hostapd interface Timeout on waiting response Terminating early due to device reset failure 2022-09-28 12:46:48 ./run-tests.py ap_vlan_wpa2_radius_required DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:46:58 ./run-tests.py ap_wpa2_eap_aka_config DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:47:09 ./run-tests.py ap_wpa2_eap_fast_gtc_identity_change DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:47:19 ./run-tests.py ap_wpa2_eap_gpsk DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:47:29 ./run-tests.py ap_wpa2_eap_pwd_salt_sha512 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:47:40 ./run-tests.py ap_wpa2_eap_tls_ocsp_unknown_sign DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:47:50 ./run-tests.py ap_wpa2_eap_ttls_eap_vendor DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:48:01 ./run-tests.py ap_wpa2_ext_add_to_bridge DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:48:11 ./run-tests.py ap_wps_frag_ack_oom DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:48:21 ./run-tests.py ap_wps_reg_config_ext_processing DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:48:32 ./run-tests.py cert_check_dnsname DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:48:42 ./run-tests.py cert_check_dnsname_wildcard DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:48:52 ./run-tests.py concurrent_grpform_while_connecting3 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:49:03 ./run-tests.py dbus_p2p_autogo_legacy DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:49:13 ./run-tests.py discovery_and_interface_disabled DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:49:24 ./run-tests.py dpp_auto_connect_legacy_psk_sae_3 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:49:34 ./run-tests.py dpp_config_connector_error_expired_5 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:49:44 ./run-tests.py dpp_listen_continue DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:49:55 ./run-tests.py dpp_network_intro_version_missing_req DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:50:05 ./run-tests.py dpp_proto_auth_resp_invalid_i_bootstrap_key DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:50:16 ./run-tests.py dpp_proto_auth_resp_invalid_r_bootstrap_key DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:50:26 ./run-tests.py dpp_proto_conf_req_invalid_e_nonce DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:50:36 ./run-tests.py dpp_proto_conf_req_no_wrapped_data DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:50:47 ./run-tests.py dpp_qr_code_auth_broadcast DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:50:57 ./run-tests.py eap_proto_leap DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:51:08 ./run-tests.py eap_proto_pwd_invalid_element_peer DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:51:18 ./run-tests.py eap_teap_eap_mschapv2_id0 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:51:28 ./run-tests.py eap_teap_eap_mschapv2_user_and_machine DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:51:39 ./run-tests.py eap_teap_tls_cs_sha384 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:51:49 ./run-tests.py ext_password_interworking DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:51:59 ./run-tests.py fils_and_ft_over_air DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:52:10 ./run-tests.py fils_sk_erp_roam_diff_akm DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:52:20 ./run-tests.py fst_ap_config_llt_zero DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:52:31 ./run-tests.py fst_ap_remove_session_established DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:52:41 ./run-tests.py fst_disconnect_non_fst_sta DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:52:51 ./run-tests.py fst_session_respond_fail DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:53:02 ./run-tests.py fst_sta_initiate_session_bad_peer_addr DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:53:12 ./run-tests.py fst_sta_start_session_no_set_params DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:53:23 ./run-tests.py gas_anqp_get_no_scan DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:53:33 ./run-tests.py gas_comeback_resp_additional_delay DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:53:43 ./run-tests.py grpform_not_ready2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:53:54 ./run-tests.py he80_csa DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:54:04 ./run-tests.py he80b DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:54:15 ./run-tests.py ieee8021x_proto DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:54:25 ./run-tests.py macsec_psk_br2_same_prio DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:54:35 ./run-tests.py mbo_without_pmf DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:54:46 ./run-tests.py mesh_link_probe DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:54:56 ./run-tests.py multi_ap_wps_split DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:55:07 ./run-tests.py nfc_wps_handover_errors DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:55:17 ./run-tests.py olbc DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:55:27 ./run-tests.py owe_limited_group_set_pmf DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:55:38 ./run-tests.py owe_transition_mode_mismatch2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:55:48 ./run-tests.py p2ps_stale_group_removal2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:55:58 ./run-tests.py proxyarp_errors DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:56:09 ./run-tests.py rrm_beacon_req_table DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:56:19 ./run-tests.py rrm_neighbor_rep_req_not_supported DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:56:30 ./run-tests.py rrm_rep_parse_proto DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:56:40 ./run-tests.py sae_proto_hostapd_ffc DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:56:50 ./run-tests.py sae_pwe_group_14 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:57:01 ./run-tests.py scan DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:57:11 ./run-tests.py scan_multi_bssid DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:57:22 ./run-tests.py sigma_dut_ap_sae DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:57:32 ./run-tests.py sigma_dut_dpp_tcp_configurator_init_mutual DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:57:42 ./run-tests.py sigma_dut_preconfigured_profile DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:57:53 ./run-tests.py sigma_dut_psk_pmf_bip_gmac_256_mismatch DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:58:03 ./run-tests.py sigma_dut_sae_h2e_ap_h2e DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:58:14 ./run-tests.py sigma_dut_sae_pw_id_pwe_loop DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:58:24 ./run-tests.py sta_dynamic_random_mac_addr_keep_oui DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:58:34 ./run-tests.py tnc_peap_soh DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:58:45 ./run-tests.py wnm_bss_transition_mgmt DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:58:55 ./run-tests.py wpa2_ocv_ap_override_fils_assoc DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:59:06 ./run-tests.py wps_ext_m3_missing_e_hash1 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:59:16 ./run-tests.py wps_ext_proto_ack_m3_r_nonce_mismatch DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:59:26 ./run-tests.py wps_ext_proto_m2_no_public_key DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:59:37 ./run-tests.py wps_ext_proto_m4_invalid_pad_string DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 Failed to remove hostapd interface Timeout on waiting response 2022-09-28 12:59:47 ./stop.sh Waiting for ctrl_iface /var/run/hostapd-global to disappear Control interface file /var/run/hostapd-global exists - remove it