2022-09-19 00:06:19 export USER=root 2022-09-19 00:06:19 ./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-19 00:07:01 ./start.sh 2022-09-19 00:07:01 ./run-tests.py ap_ft_ap_oom3b 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_oom3b 1/1 Test: WPA2-PSK-FT and AP OOM 3b Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan4 PASS ap_ft_ap_oom3b 0.551751 2022-09-19 00:07:03.580399 passed all 1 test case(s) 2022-09-19 00:07:03 ./run-tests.py ap_ft_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 START ap_ft_sae 1/1 Test: WPA2-PSK-FT-SAE AP 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_sae 0.672833 2022-09-19 00:07:04.662792 passed all 1 test case(s) 2022-09-19 00:07:04 ./run-tests.py ap_ft_sae_over_ds_ptk_rekey0 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_over_ds_ptk_rekey0 1/1 Test: WPA2-PSK-FT-SAE AP over DS and PTK rekey triggered by station Starting AP wlan3 Starting AP wlan4 Connect to first AP Connect STA wlan0 to AP PASS ap_ft_sae_over_ds_ptk_rekey0 1.641628 2022-09-19 00:07:06.703846 passed all 1 test case(s) 2022-09-19 00:07:06 ./run-tests.py ap_ft_vlan_over_ds_many 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_vlan_over_ds_many 1/1 Test: WPA2-PSK-FT AP over DS with VLAN multiple times Starting AP wlan3 (old add_ap argument type) Starting AP wlan4 (old add_ap argument type) Connect to first AP Connect STA wlan0 to AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP Roam to the second AP Roam back to the first AP PASS ap_ft_vlan_over_ds_many 9.447158 2022-09-19 00:07:16.550137 passed all 1 test case(s) 2022-09-19 00:07:16 ./run-tests.py ap_hs20_eap_cert_unknown 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_eap_cert_unknown 1/1 Test: Hotspot 2.0 connection with certificate, but unknown EAP method Starting AP wlan3 PASS ap_hs20_eap_cert_unknown 0.212899 2022-09-19 00:07:17.160645 passed all 1 test case(s) 2022-09-19 00:07:17 ./run-tests.py ap_hs20_eap_ttls_chap 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_eap_ttls_chap 1/1 Test: Hotspot 2.0 connection with TTLS/CHAP Starting AP wlan3 PASS ap_hs20_eap_ttls_chap 0.449428 2022-09-19 00:07:18.004300 passed all 1 test case(s) 2022-09-19 00:07:18 ./run-tests.py ap_hs20_fetch_osu_single_ssid2 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_fetch_osu_single_ssid2 1/1 Test: Hotspot 2.0 OSU provider and single SSID (two OSU providers) Starting AP wlan3 OSU-PROVIDER 02:00:00:00:03:00 uri=https://example.com/osu/ methods=00000002 osu_ssid=HS 2.0 OSU open osu_ssid2=test-hs20 osu_nai2=osen@example.com friendly_name=eng:Test OSU friendly_name=fin:Testi-OSU desc=eng:Example services desc=fin:Esimerkkipalveluja OSU-PROVIDER 02:00:00:00:03:00 uri=https://another.example.com/osu/ methods=00000002 osu_ssid=HS 2.0 OSU open osu_ssid2=test-hs20 osu_nai2=osen@another.example.com PASS ap_hs20_fetch_osu_single_ssid2 3.921297 2022-09-19 00:07:22.318651 passed all 1 test case(s) 2022-09-19 00:07:22 ./run-tests.py ap_hs20_interworking_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 START ap_hs20_interworking_oom 1/1 Test: Hotspot 2.0 network selection and OOM Starting AP wlan3 PASS ap_hs20_interworking_oom 0.781957 2022-09-19 00:07:23.491304 passed all 1 test case(s) 2022-09-19 00:07:23 ./run-tests.py ap_hs20_min_bandwidth_home2 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_min_bandwidth_home2 1/1 Test: Hotspot 2.0 network selection with min bandwidth - special cases Starting AP wlan3 WAN link at capacity Downlink/Uplink Load was not measured Uplink and Downlink max values PASS ap_hs20_min_bandwidth_home2 0.385015 2022-09-19 00:07:24.265257 passed all 1 test case(s) 2022-09-19 00:07:24 ./run-tests.py ap_hs20_network_preference4 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_network_preference4 1/1 Test: Hotspot 2.0 network selection with username vs. SIM credential Starting AP wlan3 Starting AP wlan4 PASS ap_hs20_network_preference4 0.644178 2022-09-19 00:07:25.300073 passed all 1 test case(s) 2022-09-19 00:07:25 ./run-tests.py ap_hs20_sim_imsi_privacy 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_sim_imsi_privacy 1/1 Test: Hotspot 2.0 with simulated SIM and EAP-SIM with IMSI privacy Starting AP wlan3 PASS ap_hs20_sim_imsi_privacy 0.349275 2022-09-19 00:07:26.039588 passed all 1 test case(s) 2022-09-19 00:07:26 ./run-tests.py ap_hs20_sim_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 START ap_hs20_sim_oom 1/1 Test: Hotspot 2.0 with simulated SIM and EAP-SIM - OOM Starting AP wlan3 PASS ap_hs20_sim_oom 0.248313 2022-09-19 00:07:26.678388 passed all 1 test case(s) 2022-09-19 00:07:26 ./run-tests.py ap_open_poll_sta_no_ack 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_open_poll_sta_no_ack 1/1 Test: AP with open mode and STA poll without ACK Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_poll_sta_no_ack 1.237387 2022-09-19 00:07:28.303408 passed all 1 test case(s) 2022-09-19 00:07:28 ./run-tests.py ap_open_tdls_vht80 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_open_tdls_vht80 1/1 Test: Open AP and two stations using TDLS with VHT 80 Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Setup TDLS Station dump on dev[0]: Station 02:00:00:00:03:00 (on wlan0) inactive time: 61 ms rx bytes: 150775 rx packets: 172 tx bytes: 64715 tx packets: 54 tx retries: 0 tx failed: 0 beacon loss: 0 beacon rx: 25 rx drop misc: 30 signal: -27 dBm signal avg: -27 dBm beacon signal avg: -27 dBm tx bitrate: 13.0 MBit/s VHT-MCS 1 VHT-NSS 1 tx duration: 0 us rx bitrate: 486.0 MBit/s VHT-MCS 8 40MHz VHT-NSS 3 rx duration: 0 us expected throughput: 9.704Mbps authorized: yes authenticated: yes associated: yes preamble: long WMM/WME: yes MFP: no TDLS peer: no DTIM period: 2 beacon interval:100 short slot time:yes connected time: 2 seconds associated at [boottime]: 101.063s associated at: 1663546049202 ms current time: 1663546051713 ms Station 02:00:00:00:01:00 (on wlan0) inactive time: 105 ms rx bytes: 18306 rx packets: 16 tx bytes: 18306 tx packets: 14 tx retries: 0 tx failed: 0 beacon loss: 0 beacon rx: 25 rx drop misc: 0 signal: -27 dBm signal avg: -27 dBm beacon signal avg: -27 dBm tx bitrate: 13.0 MBit/s VHT-MCS 1 VHT-NSS 1 tx duration: 0 us rx bitrate: 13.0 MBit/s VHT-MCS 1 VHT-NSS 1 rx duration: 0 us expected throughput: 9.704Mbps authorized: yes authenticated: yes associated: yes preamble: long WMM/WME: yes MFP: no TDLS peer: yes DTIM period: 2 beacon interval:100 short slot time:yes connected time: 2 seconds associated at [boottime]: 101.370s associated at: 1663546049509 ms current time: 1663546051713 ms Station dump on dev[1]: Station 02:00:00:00:03:00 (on wlan0) inactive time: 80 ms rx bytes: 150775 rx packets: 172 tx bytes: 64715 tx packets: 54 tx retries: 0 tx failed: 0 beacon loss: 0 beacon rx: 25 rx drop misc: 30 signal: -27 dBm signal avg: -27 dBm beacon signal avg: -27 dBm tx bitrate: 13.0 MBit/s VHT-MCS 1 VHT-NSS 1 tx duration: 0 us rx bitrate: 486.0 MBit/s VHT-MCS 8 40MHz VHT-NSS 3 rx duration: 0 us expected throughput: 9.704Mbps authorized: yes authenticated: yes associated: yes preamble: long WMM/WME: yes MFP: no TDLS peer: no DTIM period: 2 beacon interval:100 short slot time:yes connected time: 2 seconds associated at [boottime]: 101.063s associated at: 1663546049202 ms current time: 1663546051723 ms Station 02:00:00:00:01:00 (on wlan0) inactive time: 115 ms rx bytes: 18306 rx packets: 16 tx bytes: 18306 tx packets: 14 tx retries: 0 tx failed: 0 beacon loss: 0 beacon rx: 25 rx drop misc: 0 signal: -27 dBm signal avg: -27 dBm beacon signal avg: -27 dBm tx bitrate: 13.0 MBit/s VHT-MCS 1 VHT-NSS 1 tx duration: 0 us rx bitrate: 13.0 MBit/s VHT-MCS 1 VHT-NSS 1 rx duration: 0 us expected throughput: 9.704Mbps authorized: yes authenticated: yes associated: yes preamble: long WMM/WME: yes MFP: no TDLS peer: yes DTIM period: 2 beacon interval:100 short slot time:yes connected time: 2 seconds associated at [boottime]: 101.370s associated at: 1663546049509 ms current time: 1663546051723 ms PASS ap_open_tdls_vht80 3.374866 2022-09-19 00:07:32.067497 passed all 1 test case(s) 2022-09-19 00:07:32 ./run-tests.py ap_pmf_assoc_comeback2 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_comeback2 1/1 Test: WPA2-PSK AP with PMF association comeback (using DROP_SA) Starting AP wlan3 Connect STA wlan0 to AP PASS ap_pmf_assoc_comeback2 1.461697 2022-09-19 00:07:33.920006 passed all 1 test case(s) 2022-09-19 00:07:33 ./run-tests.py ap_pmf_required_eap 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_required_eap 1/1 Test: WPA2-EAP AP with PMF required Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_pmf_required_eap 0.453892 2022-09-19 00:07:34.764852 passed all 1 test case(s) 2022-09-19 00:07:34 ./run-tests.py ap_tdls_chan_switch_prohibit 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_tdls_chan_switch_prohibit 1/1 Test: Open AP and TDLS channel switch prohibited Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Setup TDLS PASS ap_tdls_chan_switch_prohibit 1.823794 2022-09-19 00:07:36.982850 passed all 1 test case(s) 2022-09-19 00:07:37 ./run-tests.py ap_vht_csa_vht80p80 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_vht_csa_vht80p80 1/1 Test: VHT CSA with VHT80+80 getting enabled Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP SIGNAL_POLL(1): ['RSSI=-27', 'LINKSPEED=6', 'NOISE=-92', 'FREQUENCY=5180', 'WIDTH=80+80 MHz', 'CENTER_FRQ1=5210', 'CENTER_FRQ2=5775', 'AVG_RSSI=-27', 'AVG_BEACON_RSSI=-27'] SIGNAL_POLL(0): ['RSSI=-27', 'LINKSPEED=6', 'NOISE=9999', 'FREQUENCY=5180', 'WIDTH=40 MHz', 'CENTER_FRQ1=5190', 'AVG_RSSI=-26', 'AVG_BEACON_RSSI=-26'] PASS ap_vht_csa_vht80p80 1.875392 2022-09-19 00:07:39.249507 passed all 1 test case(s) 2022-09-19 00:07:39 ./run-tests.py ap_wds_sta_wep 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_wds_sta_wep 1/1 Test: WEP AP with STA using 4addr mode Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wds_sta_wep 0.70598 2022-09-19 00:07:40.344751 passed all 1 test case(s) 2022-09-19 00:07:40 ./run-tests.py ap_wmm_uapsd 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_wmm_uapsd 1/1 Test: AP with U-APSD advertisement Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wmm_uapsd 0.267761 2022-09-19 00:07:41.007159 passed all 1 test case(s) 2022-09-19 00:07:41 ./run-tests.py ap_wpa2_eap_fast_mschapv2_unauth_prov 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_wpa2_eap_fast_mschapv2_unauth_prov 1/1 Test: WPA2-Enterprise connection using EAP-FAST/MSCHAPv2 and unauthenticated provisioning Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_mschapv2_unauth_prov 0.560061 2022-09-19 00:07:41.962027 passed all 1 test case(s) 2022-09-19 00:07:42 ./run-tests.py ap_wpa2_eap_fast_prov 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_wpa2_eap_fast_prov 1/1 Test: EAP-FAST and provisioning options Starting AP wlan3 Provisioning attempt while server has provisioning disabled Connect STA wlan0 to AP Authenticated provisioning Provisioning disabled - using previously provisioned PAC Drop PAC and verify connection failure Anonymous provisioning Provisioning disabled - using previously provisioned PAC PASS ap_wpa2_eap_fast_prov 1.082516 2022-09-19 00:07:43.437534 passed all 1 test case(s) 2022-09-19 00:07:43 ./run-tests.py ap_wpa2_eap_no_workaround 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_wpa2_eap_no_workaround 1/1 Test: WPA2-Enterprise connection using EAP-TTLS and eap_workaround=0 Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_no_workaround 0.315583 2022-09-19 00:07:44.144598 passed all 1 test case(s) 2022-09-19 00:07:44 ./run-tests.py ap_wpa2_eap_sim 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_wpa2_eap_sim 1/1 Test: WPA2-Enterprise connection using EAP-SIM Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Negative test with incorrect key Connect STA wlan0 to AP Invalid GSM-Milenage key Connect STA wlan0 to AP Invalid GSM-Milenage key(2) Connect STA wlan0 to AP Invalid GSM-Milenage key(3) Connect STA wlan0 to AP Invalid GSM-Milenage key(4) Connect STA wlan0 to AP Missing key configuration Connect STA wlan0 to AP PASS ap_wpa2_eap_sim 0.86702 2022-09-19 00:07:45.401625 passed all 1 test case(s) 2022-09-19 00:07:45 ./run-tests.py ap_wpa2_eap_sim_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 START ap_wpa2_eap_sim_config 1/1 Test: EAP-SIM configuration options Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_wpa2_eap_sim_config 0.468287 2022-09-19 00:07:46.259609 passed all 1 test case(s) 2022-09-19 00:07:46 ./run-tests.py ap_wpa2_eap_tls_ocsp_invalid_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 START ap_wpa2_eap_tls_ocsp_invalid_data 1/1 Test: WPA2-Enterprise connection using EAP-TLS and invalid OCSP data Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_ocsp_invalid_data 0.257844 2022-09-19 00:07:46.911381 passed all 1 test case(s) 2022-09-19 00:07:46 ./run-tests.py ap_wpa2_eap_too_many_roundtrips 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_wpa2_eap_too_many_roundtrips 1/1 Test: WPA2-Enterprise connection resulting in too many EAP roundtrips Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_too_many_roundtrips 0.366221 2022-09-19 00:07:47.670238 passed all 1 test case(s) 2022-09-19 00:07:47 ./run-tests.py ap_wpa2_eap_ttls_eap_gtc 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_wpa2_eap_ttls_eap_gtc 1/1 Test: WPA2-Enterprise connection using EAP-TTLS/EAP-GTC Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_ttls_eap_gtc 0.368272 2022-09-19 00:07:48.431477 passed all 1 test case(s) 2022-09-19 00:07:48 ./run-tests.py ap_wpa2_eap_ttls_pap_subject_match 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_wpa2_eap_ttls_pap_subject_match 1/1 Test: WPA2-Enterprise connection using EAP-TTLS/PAP and (alt)subject_match Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_ttls_pap_subject_match 0.328486 2022-09-19 00:07:49.150059 passed all 1 test case(s) 2022-09-19 00:07:49 ./run-tests.py ap_wpa2_psk_supp_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 START ap_wpa2_psk_supp_proto 1/1 Test: WPA2-PSK 4-way handshake protocol testing for supplicant Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_psk_supp_proto 0.246171 2022-09-19 00:07:49.785025 passed all 1 test case(s) 2022-09-19 00:07:49 ./run-tests.py ap_wpa2_ptk_rekey 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_wpa2_ptk_rekey 1/1 Test: WPA2-PSK AP and PTK rekey enforced by station Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_ptk_rekey 1.393759 2022-09-19 00:07:51.570609 passed all 1 test case(s) 2022-09-19 00:07:51 ./run-tests.py ap_wps_authenticator_mismatch_m4 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_wps_authenticator_mismatch_m4 1/1 Test: WPS and Authenticator attribute mismatch in M4 Starting AP wlan3 PASS ap_wps_authenticator_mismatch_m4 0.296745 2022-09-19 00:07:52.256648 passed all 1 test case(s) 2022-09-19 00:07:52 ./run-tests.py ap_wps_auto_setup_with_config_file 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_wps_auto_setup_with_config_file 1/1 Test: WPS auto-setup with configuration file Starting BSS phy=phy3 ifname=wlan3 PASS ap_wps_auto_setup_with_config_file 0.418885 2022-09-19 00:07:53.067861 passed all 1 test case(s) 2022-09-19 00:07:53 ./run-tests.py ap_wps_config_without_wps 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_wps_config_without_wps 1/1 Test: AP configuration attempt using wps_config when WPS is disabled Starting AP wlan3 PASS ap_wps_config_without_wps 0.139932 2022-09-19 00:07:53.599810 passed all 1 test case(s) 2022-09-19 00:07:53 ./run-tests.py ap_wps_er_add_enrollee 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_wps_er_add_enrollee 1/1 Test: WPS ER configuring AP and adding a new enrollee using PIN Starting AP wlan3 WPS configuration step Start ER Learn AP configuration through UPnP Add Enrollee using ER Add a specific Enrollee using ER Verify registrar selection behavior Stop ER PASS ap_wps_er_add_enrollee 10.793191 2022-09-19 00:08:04.783507 passed all 1 test case(s) 2022-09-19 00:08:04 ./run-tests.py ap_wps_er_http_proto_no_control_url 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_wps_er_http_proto_no_control_url 1/1 Test: WPS ER HTTP protocol testing - no controlURL HTTP server received: GET /foo.xml HTTP/1.1 HTTP header: Cache-Control: no-cache HTTP header: Pragma: no-cache HTTP header: Accept: text/xml, application/xml HTTP header: User-Agent: wpa_supplicant HTTP header: Host: 127.0.0.1:12345 PASS ap_wps_er_http_proto_no_control_url 2.10843 2022-09-19 00:08:07.283117 passed all 1 test case(s) 2022-09-19 00:08:07 ./run-tests.py ap_wps_er_multi_add_enrollee 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_wps_er_multi_add_enrollee 1/1 Test: Multiple WPS ERs adding a new enrollee using PIN Starting AP wlan3 PASS ap_wps_er_multi_add_enrollee 2.091808 2022-09-19 00:08:09.766827 passed all 1 test case(s) 2022-09-19 00:08:09 ./run-tests.py ap_wps_m2_unknown_opcode 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_wps_m2_unknown_opcode 1/1 Test: WPS and M2 but unknown opcode Starting AP wlan3 PASS ap_wps_m2_unknown_opcode 0.356332 2022-09-19 00:08:10.515538 passed all 1 test case(s) 2022-09-19 00:08:10 ./run-tests.py ap_wps_pk_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 START ap_wps_pk_oom 1/1 Test: WPS and public key OOM Starting AP wlan3 PASS ap_wps_pk_oom 0.386973 2022-09-19 00:08:11.293049 passed all 1 test case(s) 2022-09-19 00:08:11 ./run-tests.py ap_wps_upnp_http_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 START ap_wps_upnp_http_proto 1/1 Test: WPS AP and UPnP/HTTP protocol testing Starting AP wlan3 PASS ap_wps_upnp_http_proto 1.389807 2022-09-19 00:08:13.073655 passed all 1 test case(s) 2022-09-19 00:08:13 ./run-tests.py authsrv_testing_options 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 authsrv_testing_options 1/1 Test: Authentication server and testing options Starting AP wlan4 Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP PASS authsrv_testing_options 1.08066 2022-09-19 00:08:14.544384 passed all 1 test case(s) 2022-09-19 00:08:14 ./run-tests.py autogo_join_before_found 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 autogo_join_before_found 1/1 Test: P2P client joining a group before having found GO Device Address Start autonomous GO wlan0 PASS autogo_join_before_found 0.457874 2022-09-19 00:08:15.389247 passed all 1 test case(s) 2022-09-19 00:08:15 ./run-tests.py dbus_autoscan 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 dbus_autoscan 1/1 Test: D-Bus Autoscan() PASS dbus_autoscan 0.107755 2022-09-19 00:08:15.886982 passed all 1 test case(s) 2022-09-19 00:08:15 ./run-tests.py dbus_p2p_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 START dbus_p2p_config 1/1 Test: D-Bus Get/Set P2PDeviceConfig PASS dbus_p2p_config 0.111919 2022-09-19 00:08:16.393123 passed all 1 test case(s) 2022-09-19 00:08:16 ./run-tests.py dbus_p2p_go_neg_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 dbus_p2p_go_neg_auth 1/1 Test: D-Bus P2P GO Negotiation authorized wlan1: Trying to discover peer 02:00:00:00:00:00 PASS dbus_p2p_go_neg_auth 1.156668 2022-09-19 00:08:17.941999 passed all 1 test case(s) 2022-09-19 00:08:17 ./run-tests.py discovery_dev_type 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 discovery_dev_type 1/1 Test: P2P device discovery with Device Type filter PASS discovery_dev_type 1.6599 2022-09-19 00:08:19.993931 passed all 1 test case(s) 2022-09-19 00:08:20 ./run-tests.py dpp_auth_req_stop_after_ack 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 dpp_auth_req_stop_after_ack 1/1 Test: DPP initiator stopping after ACK, but no response PASS dpp_auth_req_stop_after_ack 2.117643 2022-09-19 00:08:22.506710 passed all 1 test case(s) 2022-09-19 00:08:22 ./run-tests.py dpp_conf_file_update 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 dpp_conf_file_update 1/1 Test: DPP provisioning updating wpa_supplicant configuration file dev0 displays QR Code dev1 scans QR Code and initiates DPP Authentication PASS dpp_conf_file_update 0.233843 2022-09-19 00:08:23.129357 passed all 1 test case(s) 2022-09-19 00:08:23 ./run-tests.py dpp_config_connector_error_net_access_key_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 START dpp_config_connector_error_net_access_key_mismatch 1/1 Test: DPP Config Object connector error - netAccessKey mismatch r=28624a8ae324fc387dff019307fc95fff60a97d7df1494c8a3b7198e4f338f57 s=e8cf69c26ac2446f15fb186c633e147444fa186696570676d8cbb3c34a4c9876 dev0 displays QR Code dev1 scans QR Code and initiates DPP Authentication PASS dpp_config_connector_error_net_access_key_mismatch 0.122168 2022-09-19 00:08:23.642030 passed all 1 test case(s) 2022-09-19 00:08:23 ./run-tests.py dpp_config_dpp_gen_secp521r1_secp521r1 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 dpp_config_dpp_gen_secp521r1_secp521r1 1/1 Test: Generate DPP Config Object for DPP network (P-521 + P-521) dev0 displays QR Code dev1 scans QR Code and initiates DPP Authentication PASS dpp_config_dpp_gen_secp521r1_secp521r1 0.126142 2022-09-19 00:08:24.160213 passed all 1 test case(s) 2022-09-19 00:08:24 ./run-tests.py dpp_config_jwk_error_invalid_x 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 dpp_config_jwk_error_invalid_x 1/1 Test: DPP Config Object JWK error - invalid x dev0 displays QR Code dev1 scans QR Code and initiates DPP Authentication PASS dpp_config_jwk_error_invalid_x 0.114668 2022-09-19 00:08:24.665642 passed all 1 test case(s) 2022-09-19 00:08:24 ./run-tests.py dpp_config_jwk_error_no_kid 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 dpp_config_jwk_error_no_kid 1/1 Test: DPP Config Object JWK error - no kid dev0 displays QR Code dev1 scans QR Code and initiates DPP Authentication PASS dpp_config_jwk_error_no_kid 0.11877 2022-09-19 00:08:25.176634 passed all 1 test case(s) 2022-09-19 00:08:25 ./run-tests.py dpp_config_jws_error_prot_hdr_unexpected_kid 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 dpp_config_jws_error_prot_hdr_unexpected_kid 1/1 Test: DPP Config Object JWS error - protected header - unexpected kid dev0 displays QR Code dev1 scans QR Code and initiates DPP Authentication PASS dpp_config_jws_error_prot_hdr_unexpected_kid 0.11697 2022-09-19 00:08:25.684331 passed all 1 test case(s) 2022-09-19 00:08:25 ./run-tests.py dpp_config_save2 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 dpp_config_save2 1/1 Test: DPP configuration saving (2) dev0 displays QR Code dev1 scans QR Code and initiates DPP Authentication Saved configuration: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=adm update_config=1 dpp_config_processing=1 network={ ssid=012a psk="secret passphrase" key_mgmt=WPA-PSK FT-PSK WPA-PSK-SHA256 mesh_fwding=1 disabled=1 ieee80211w=1 } PASS dpp_config_save2 0.189978 2022-09-19 00:08:26.261341 passed all 1 test case(s) 2022-09-19 00:08:26 ./run-tests.py dpp_config_signed_connector_error_no_dot_1 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 dpp_config_signed_connector_error_no_dot_1 1/1 Test: DPP Config Object signedConnector error - no dot(1) dev0 displays QR Code dev1 scans QR Code and initiates DPP Authentication PASS dpp_config_signed_connector_error_no_dot_1 0.117377 2022-09-19 00:08:26.768671 passed all 1 test case(s) 2022-09-19 00:08:26 ./run-tests.py dpp_pkex_identifier_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 START dpp_pkex_identifier_mismatch2 1/1 Test: DPP and PKEX with initiator using identifier and the responder not PASS dpp_pkex_identifier_mismatch2 1.209718 2022-09-19 00:08:28.367651 passed all 1 test case(s) 2022-09-19 00:08:28 ./run-tests.py dpp_pkex_v2_hostapd_responder 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 dpp_pkex_v2_hostapd_responder 1/1 Test: DPP PKEXv2 with hostapd as responder Skip test case: DPP version 3 not supported SKIP dpp_pkex_v2_hostapd_responder 0.102295 2022-09-19 00:08:28.858170 passed all 0 test case(s) skipped 1 test case(s) 2022-09-19 00:08:28 ./run-tests.py dpp_proto_after_wrapped_data_conf_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 START dpp_proto_after_wrapped_data_conf_req 1/1 Test: DPP protocol testing - attribute after Wrapped Data in Conf Req PASS dpp_proto_after_wrapped_data_conf_req 0.114131 2022-09-19 00:08:29.362723 passed all 1 test case(s) 2022-09-19 00:08:29 ./run-tests.py dpp_proto_auth_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 START dpp_proto_auth_req_no_wrapped_data 1/1 Test: DPP protocol testing - no Wrapped Data in Auth Req PASS dpp_proto_auth_req_no_wrapped_data 0.210775 2022-09-19 00:08:29.965072 passed all 1 test case(s) 2022-09-19 00:08:30 ./run-tests.py dpp_proto_conf_resp_e_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 START dpp_proto_conf_resp_e_nonce_mismatch 1/1 Test: DPP protocol testing - E-nonce mismatch in Conf Resp PASS dpp_proto_conf_resp_e_nonce_mismatch 0.116737 2022-09-19 00:08:30.475309 passed all 1 test case(s) 2022-09-19 00:08:30 ./run-tests.py dpp_qr_code_curve_brainpoolP512r1 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 dpp_qr_code_curve_brainpoolP512r1 1/1 Test: DPP QR Code and curve brainpoolP512r1 dev0 displays QR Code dev1 scans QR Code and initiates DPP Authentication PASS dpp_qr_code_curve_brainpoolP512r1 0.130733 2022-09-19 00:08:30.994778 passed all 1 test case(s) 2022-09-19 00:08:31 ./run-tests.py eap_proto_pax 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 eap_proto_pax 1/1 Test: EAP-PAX protocol tests Starting AP wlan3 Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 02f200090175736572 Test: Missing payload Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 02cc00090175736572 Test: Minimum length payload Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 028800090175736572 Test: Unsupported MAC ID Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 021b00090175736572 Test: Unsupported DH Group ID Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 023f00090175736572 Test: Unsupported Public Key ID Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 02f200090175736572 Test: More fragments Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 020400090175736572 Test: Invalid ICV Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 02d600090175736572 Test: Invalid ICV in short frame Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 029500090175736572 Test: Correct ICV - unsupported op_code Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 027c00090175736572 Test: Correct ICV - CE flag in STD-1 Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 023500090175736572 Test: Correct ICV - too short STD-1 payload Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 02b000090175736572 Test: Correct ICV - incorrect A length in STD-1 Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 02ac00090175736572 Test: Correct ICV - extra data in STD-1 pax_handler - RX 020a00542e020001000000207fdb4338bf62496594420a4d0edbe52de3356cd1473792acb2bbae06838aaa8600047573657200106d5c9f7ebb89758d7d23c8331dc36b33e77a4a256e50fc249d37664c7c39dd22 Test: Unexpected STD-1 Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 023b00090175736572 Test: STD-1 pax_handler - RX 020a00542e02000100000020d365a271919b79b14e6acc5e51b6b177a7e50750e9eece28e3062451888980c40004757365720010ad9c168d9d54c998047a0170ade987e1bf2065e536b9701fdc4d2460b94e1b77 Test: MAC ID changed during session Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 024200090175736572 Test: STD-1 pax_handler - RX 020a00542e02000100000020bcaf5064b0725714cf77c40fc2b115c9278e185020f4a741508dd6eb08f06867000475736572001059c13f40d1065312733e210ae0440692636a35707ca9ba651356939ea4a86e4e Test: DH Group ID changed during session Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 023200090175736572 Test: STD-1 pax_handler - RX 020a00542e02000100000020ae7c6247e48bfad8d9145ccba5abb535e35510801cc8eb9f680777cead81c82f00047573657200108b5fac8c04dd4b2c1763818a596a4b827838becfd3e94ecf17c87892c356c252 Test: Public Key ID changed during session Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 023900090175736572 Test: Unexpected STD-3 Connect STA wlan0 to AP Waiting for EAP method to start pax_handler - RX 021700090175736572 Test: STD-1 pax_handler - RX 020a00542e02000100000020d95c1787654351b51e4969aaef964ecf718e47f01f2420cef2eb092af69127710004757365720010e6d7346dfe0296f5a7fec8664ea6e31a87c307377f3ff40d98fe027c07c06650 Test: STD-3 with CE flag Too short password Connect STA wlan0 to AP pax_handler - RX 024e00090175736572 Test: Default request pax_handler - RX 020c00060300 Test: Default EAP-Failure No password Connect STA wlan0 to AP pax_handler - RX 022b00090175736572 Test: Default request pax_handler - RX 020e00060300 Test: Default EAP-Failure PASS eap_proto_pax 2.132364 2022-09-19 00:08:33.525741 passed all 1 test case(s) 2022-09-19 00:08:33 ./run-tests.py eap_proto_pwd_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 START eap_proto_pwd_errors 1/1 Test: EAP-pwd local error cases Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Starting AP wlan4 Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP PASS eap_proto_pwd_errors 5.974938 2022-09-19 00:08:39.892628 passed all 1 test case(s) 2022-09-19 00:08:39 ./run-tests.py eap_proto_pwd_invalid_element 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 eap_proto_pwd_invalid_element 1/1 Test: EAP-pwd protocol tests - invalid server element Starting AP wlan3 Connect STA wlan0 to AP pwd_handler - RX 02a6000d017077642075736572 Test: Valid id exchange pwd_handler - RX 0202001734010013010100000000007077642075736572 Test: Commit payload with invalid element Starting AP wlan3 Connect STA wlan0 to AP pwd_handler - RX 0268000d017077642075736572 Test: Valid id exchange pwd_handler - RX 0202001734010013010100000000007077642075736572 Test: Commit payload with invalid element Starting AP wlan3 Connect STA wlan0 to AP pwd_handler - RX 02df000d017077642075736572 Test: Valid id exchange pwd_handler - RX 0202001734010013010100000000007077642075736572 Test: Commit payload with invalid element Starting AP wlan3 Connect STA wlan0 to AP pwd_handler - RX 02f1000d017077642075736572 Test: Valid id exchange pwd_handler - RX 0202001734010013010100000000007077642075736572 Test: Commit payload with invalid element Starting AP wlan3 Connect STA wlan0 to AP pwd_handler - RX 0296000d017077642075736572 Test: Valid id exchange pwd_handler - RX 0202001734010013010100000000007077642075736572 Test: Commit payload with invalid element Starting AP wlan3 Connect STA wlan0 to AP pwd_handler - RX 02ae000d017077642075736572 Test: Valid id exchange pwd_handler - RX 0202001734010013010100000000007077642075736572 Test: Commit payload with invalid element Starting AP wlan3 Connect STA wlan0 to AP pwd_handler - RX 0241000d017077642075736572 Test: Valid id exchange pwd_handler - RX 0202001734010013010100000000007077642075736572 Test: Commit payload with invalid element PASS eap_proto_pwd_invalid_element 2.080241 2022-09-19 00:08:42.368990 passed all 1 test case(s) 2022-09-19 00:08:42 ./run-tests.py eap_ttls_no_session_resumption 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 eap_ttls_no_session_resumption 1/1 Test: EAP-TTLS session resumption disabled on server Starting AP wlan3 Connect STA wlan0 to AP PASS eap_ttls_no_session_resumption 0.328719 2022-09-19 00:08:43.092779 passed all 1 test case(s) 2022-09-19 00:08:43 ./run-tests.py fils_sk_pfs_25 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 fils_sk_pfs_25 1/1 Test: FILS SK with PFS (DH group 25) Starting AP as-erp Starting AP wlan3 (old add_ap argument type) Connect STA wlan0 to AP PASS fils_sk_pfs_25 0.375759 2022-09-19 00:08:43.860308 passed all 1 test case(s) 2022-09-19 00:08:43 ./run-tests.py fils_sk_pfs_pmksa_caching 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 fils_sk_pfs_pmksa_caching 1/1 Test: FILS SK with PFS and PMKSA caching Starting AP as-erp Starting AP wlan3 (old add_ap argument type) Connect STA wlan0 to AP PASS fils_sk_pfs_pmksa_caching 0.72049 2022-09-19 00:08:44.969684 passed all 1 test case(s) 2022-09-19 00:08:45 ./run-tests.py fils_sk_pmksa_caching_and_cache_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 fils_sk_pmksa_caching_and_cache_id 1/1 Test: FILS SK and PMKSA caching with Cache Identifier Starting AP wlan3 (old add_ap argument type) Connect STA wlan0 to AP Starting AP wlan4 (old add_ap argument type) PASS fils_sk_pmksa_caching_and_cache_id 0.481356 2022-09-19 00:08:45.844203 passed all 1 test case(s) 2022-09-19 00:08:45 ./run-tests.py fst_ap_initiate_session_response_with_reject 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 fst_ap_initiate_session_response_with_reject 1/1 Test: FST AP initiate session - response with reject Starting AP wlan3 (old add_ap argument type) Starting AP wlan4 (old add_ap argument type) Connect STA wlan5 to AP Connect STA wlan6 to AP Success. Bad parameter was detected (Response with reject) PASS fst_ap_initiate_session_response_with_reject 0.580803 2022-09-19 00:08:46.817490 passed all 1 test case(s) 2022-09-19 00:08:46 ./run-tests.py fst_many_setup 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 fst_many_setup 1/1 Test: FST setup multiple times Starting AP wlan3 Starting AP wlan4 Connect STA wlan5 to AP Connect STA wlan6 to AP PASS fst_many_setup 1.085956 2022-09-19 00:08:48.292558 passed all 1 test case(s) 2022-09-19 00:08:48 ./run-tests.py fst_sta_tear_down_session_bad_fsts_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 fst_sta_tear_down_session_bad_fsts_id 1/1 Test: FST STA tear down session - bad fsts id Starting AP wlan3 (old add_ap argument type) Starting AP wlan4 (old add_ap argument type) Connect STA wlan5 to AP Connect STA wlan6 to AP Success. Bad parameter was detected (Bad fsts_id) PASS fst_sta_tear_down_session_bad_fsts_id 5.539195 2022-09-19 00:08:54.223222 passed all 1 test case(s) 2022-09-19 00:08:54 ./run-tests.py gas_max_pending 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 gas_max_pending 1/1 Test: GAS and maximum pending query limit Starting AP wlan3 PASS gas_max_pending 0.232503 2022-09-19 00:08:54.849150 passed all 1 test case(s) 2022-09-19 00:08:54 ./run-tests.py go_neg_peers_force_diff_freq 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 go_neg_peers_force_diff_freq 1/1 Test: P2P channel selection when peers for different frequency Start GO negotiation wlan0 -> wlan1 wlan0: Trying to discover peer 02:00:00:00:01:00 go_neg_init_pbc thread caught an exception from p2p_go_neg_init: P2P_CONNECT failed PASS go_neg_peers_force_diff_freq 15.131628 2022-09-19 00:09:10.373068 passed all 1 test case(s) 2022-09-19 00:09:10 ./run-tests.py grpform 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 grpform 1/1 Test: P2P group formation using PIN and authorized connection (init -> GO) Start GO negotiation wlan0 -> wlan1 wlan1: Trying to discover peer 02:00:00:00:00:00 wlan0: Trying to discover peer 02:00:00:00:01:00 Group formed PASS grpform 2.904639 2022-09-19 00:09:13.672863 passed all 1 test case(s) 2022-09-19 00:09:13 ./run-tests.py hapd_ctrl_attach_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 START hapd_ctrl_attach_errors 1/1 Test: hostapd ATTACH errors Starting AP wlan3 PASS hapd_ctrl_attach_errors 0.156188 2022-09-19 00:09:14.222863 passed all 1 test case(s) 2022-09-19 00:09:14 ./run-tests.py ieee8021x_eapol_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 START ieee8021x_eapol_key 1/1 Test: IEEE 802.1X connection and EAPOL-Key protocol tests Starting AP wlan3 Connect STA wlan0 to AP PASS ieee8021x_eapol_key 0.297919 2022-09-19 00:09:14.913423 passed all 1 test case(s) 2022-09-19 00:09:14 ./run-tests.py ieee8021x_wep40 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 ieee8021x_wep40 1/1 Test: IEEE 802.1X connection using dynamic WEP40 Starting AP wlan3 Connect STA wlan0 to AP PASS ieee8021x_wep40 0.335043 2022-09-19 00:09:15.643762 passed all 1 test case(s) 2022-09-19 00:09:15 ./run-tests.py macsec_hostapd_psk 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 macsec_hostapd_psk 1/1 Test: MACsec PSK with hostapd ip link: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth0: mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000 link/ether 00:22:4d:81:6e:ce brd ff:ff:ff:ff:ff:ff altname eno1 altname enp0s25 3: eth1: mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000 link/ether b4:96:91:2e:ca:0c brd ff:ff:ff:ff:ff:ff altname enp1s0f0 4: eth2: mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000 link/ether b4:96:91:2e:ca:0d brd ff:ff:ff:ff:ff:ff altname enp1s0f1 5: eth3: mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000 link/ether b4:96:91:2e:ca:0e brd ff:ff:ff:ff:ff:ff altname enp1s0f2 6: eth4: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether b4:96:91:2e:ca:0f brd ff:ff:ff:ff:ff:ff altname enp1s0f3 7: wlan0: mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000 link/ether 02:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 8: wlan1: mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000 link/ether 02:00:00:00:01:00 brd ff:ff:ff:ff:ff:ff 9: wlan2: mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000 link/ether 02:00:00:00:02:00 brd ff:ff:ff:ff:ff:ff 10: wlan3: mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000 link/ether 02:00:00:00:03:00 brd ff:ff:ff:ff:ff:ff 11: wlan4: mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000 link/ether 02:00:00:00:04:00 brd ff:ff:ff:ff:ff:ff 12: wlan5: mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000 link/ether 02:00:00:00:05:00 brd ff:ff:ff:ff:ff:ff 13: wlan6: mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000 link/ether 02:00:00:00:06:00 brd ff:ff:ff:ff:ff:ff 14: hwsim0: mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ieee802.11/radiotap 12:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff Skip test case: macsec supported (wpa_supplicant CONFIG_MACSEC, CONFIG_DRIVER_MACSEC_LINUX; kernel CONFIG_MACSEC) SKIP macsec_hostapd_psk 0.259075 2022-09-19 00:09:16.319037 passed all 0 test case(s) skipped 1 test case(s) 2022-09-19 00:09:16 ./run-tests.py mbo_anqp 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 mbo_anqp 1/1 Test: MBO ANQP Starting AP wlan3 PASS mbo_anqp 0.188278 2022-09-19 00:09:16.916606 passed all 1 test case(s) 2022-09-19 00:09:16 ./run-tests.py mesh_cnf_rcvd_event_cls_acpt 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 mesh_cnf_rcvd_event_cls_acpt 1/1 Test: Mesh peering management protocol testing - CLS_ACPT event in CNF_RCVD PASS mesh_cnf_rcvd_event_cls_acpt 0.953935 2022-09-19 00:09:18.260715 passed all 1 test case(s) 2022-09-19 00:09:18 ./run-tests.py mesh_secure_ccmp_256 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 mesh_secure_ccmp_256 1/1 Test: Secure mesh with CCMP-256 PASS mesh_secure_ccmp_256 0.702651 2022-09-19 00:09:19.356300 passed all 1 test case(s) 2022-09-19 00:09:19 ./run-tests.py multi_ap_disabled_on_ap 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 multi_ap_disabled_on_ap 1/1 Test: Multi-AP association attempt when disabled on AP Starting AP wlan3 Connect STA wlan0 to AP PASS multi_ap_disabled_on_ap 0.229909 2022-09-19 00:09:19.980505 passed all 1 test case(s) 2022-09-19 00:09:20 ./run-tests.py nfc_wps_password_token_ap 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 nfc_wps_password_token_ap 1/1 Test: WPS registrar configuring an AP using AP password token Starting AP wlan3 WPS configuration step PASS nfc_wps_password_token_ap 4.091655 2022-09-19 00:09:24.468883 passed all 1 test case(s) 2022-09-19 00:09:24 ./run-tests.py obss_coex_report_handling1 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 obss_coex_report_handling1 1/1 Test: Overlapping BSS scan report handling with obss_interval=1 Starting AP wlan3 Connect STA wlan0 to AP PASS obss_coex_report_handling1 6.647073 2022-09-19 00:09:31.512046 passed all 1 test case(s) 2022-09-19 00:09:31 ./run-tests.py openssl_ecdh_curves 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 openssl_ecdh_curves 1/1 Test: OpenSSL ECDH curve configuration Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP PASS openssl_ecdh_curves 0.717227 2022-09-19 00:09:32.620452 passed all 1 test case(s) 2022-09-19 00:09:32 ./run-tests.py p2p_channel_vht80p80_autogo 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 p2p_channel_vht80p80_autogo 1/1 Test: P2P autonomous GO and VHT 80+80 MHz channel PASS p2p_channel_vht80p80_autogo 1.015746 2022-09-19 00:09:34.027323 passed all 1 test case(s) 2022-09-19 00:09:34 ./run-tests.py p2p_device_grpform_timeout_go 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 p2p_device_grpform_timeout_go 1/1 Test: P2P group formation timeout on GO with cfg80211 P2P Device wlan0: Trying to discover peer 42:00:00:00:07:00 wlan7: Trying to discover peer 02:00:00:00:00:00 Remaining interfaces: p2p-dev-wlan7 wlan7 PASS p2p_device_grpform_timeout_go 11.026589 2022-09-19 00:09:45.447736 passed all 1 test case(s) 2022-09-19 00:09:45 ./run-tests.py p2p_device_incorrect_command_interface2 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 p2p_device_incorrect_command_interface2 1/1 Test: cfg80211 P2P Device and P2P_GROUP_ADD command on incorrect interface Group results: {'result': 'success', 'ifname': 'p2p-wlan7-0', 'role': 'GO', 'ssid': 'DIRECT-Cw', 'freq': '2412', 'persistent': False, 'passphrase': 'nFgNjYVp', 'go_dev_addr': '42:00:00:00:08:00'} PASS p2p_device_incorrect_command_interface2 0.348175 2022-09-19 00:09:46.188429 passed all 1 test case(s) 2022-09-19 00:09:46 ./run-tests.py p2p_msg_empty 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 p2p_msg_empty 1/1 Test: P2P protocol test: empty P2P Public Action frame Starting AP wlan3 PASS p2p_msg_empty 0.335357 2022-09-19 00:09:46.915124 passed all 1 test case(s) 2022-09-19 00:09:46 ./run-tests.py p2p_service_discovery_external 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 p2p_service_discovery_external 1/1 Test: P2P service discovery using external response wlan1: Trying to discover peer 02:00:00:00:00:00 wlan1: Trying to discover peer 02:00:00:00:00:00 PASS p2p_service_discovery_external 0.616994 2022-09-19 00:09:47.921808 passed all 1 test case(s) 2022-09-19 00:09:47 ./run-tests.py p2p_service_discovery_fragmentation 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 p2p_service_discovery_fragmentation 1/1 Test: P2P service discovery with fragmentation wlan1: Trying to discover peer 02:00:00:00:00:00 wlan1: Trying to discover peer 02:00:00:00:00:00 PASS p2p_service_discovery_fragmentation 1.651385 2022-09-19 00:09:49.964644 passed all 1 test case(s) 2022-09-19 00:09:50 ./run-tests.py p2ps_connect_p2ps_method_2 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 p2ps_connect_p2ps_method_2 1/1 Test: P2PS connection with P2PS method - group interface on dev0 PASS p2ps_connect_p2ps_method_2 0.950564 2022-09-19 00:09:51.306736 passed all 1 test case(s) 2022-09-19 00:09:51 ./run-tests.py p2ps_go_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 START p2ps_go_probe 1/1 Test: P2PS GO discoverability on operating channel PASS p2ps_go_probe 0.904817 2022-09-19 00:09:52.605140 passed all 1 test case(s) 2022-09-19 00:09:52 ./run-tests.py radius_failover 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 radius_failover 1/1 Test: RADIUS Authentication and Accounting server failover Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS radius_failover 21.397694 2022-09-19 00:10:14.397702 passed all 1 test case(s) 2022-09-19 00:10:14 ./run-tests.py radius_psk_invalid2 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 radius_psk_invalid2 1/1 Test: WPA2 with invalid PSK (hexstring) from RADIUS Starting AP wlan3 Connect STA wlan0 to AP Received authentication request PASS radius_psk_invalid2 1.223159 2022-09-19 00:10:16.011656 passed all 1 test case(s) 2022-09-19 00:10:16 ./run-tests.py rrm_beacon_req_active_no_ir 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 rrm_beacon_req_active_no_ir 1/1 Test: Beacon request - active scan mode and NO_IR channel Starting AP wlan3 Connect STA wlan0 to AP Beacon report: opclass=81 channel=1 start=0 duration=100 frame_info=7 rcpi=160 rsni=255 bssid=02:00:00:00:03:00 antenna_id=0 parent_tsf=2303594766 frame_body=0e114e89fce8050064000114000372726d010882848b960c1218240301012a010432043048606c460570000000003b0251002d1a0c001bffff0000000000000000000001000000000000000000003d16010000000000000000000000000000000000000000007f080400400200000040dd180050f2020101010003a4000027a4000042435e0062322f00 fragment_id=0100 PASS rrm_beacon_req_active_no_ir 0.395183 2022-09-19 00:10:16.802243 passed all 1 test case(s) 2022-09-19 00:10:16 ./run-tests.py rrm_beacon_req_active_single_channel 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 rrm_beacon_req_active_single_channel 1/1 Test: Beacon request - active scan mode with single channel Starting AP wlan3 Starting AP wlan4 Connect STA wlan0 to AP Received beacon report: opclass=81 channel=11 start=0 duration=100 frame_info=7 rcpi=160 rsni=255 bssid=02:00:00:00:04:00 antenna_id=0 parent_tsf=2304311515 frame_body=ace75989fce80500640001040007616e6f74686572010882848b960c12182403010b2a010432043048606c3b0251002d1a0c001bffff0000000000000000000001000000000000000000003d160b0000000000000000000000000000000000000000007f080400400200000040dd180050f2020101010003a4000027a4000042435e0062322f00 fragment_id=0100 PASS rrm_beacon_req_active_single_channel 0.371041 2022-09-19 00:10:17.582039 passed all 1 test case(s) 2022-09-19 00:10:17 ./run-tests.py rrm_lci_req_ap_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 START rrm_lci_req_ap_oom 1/1 Test: LCI report generation AP OOM and failure Starting AP wlan3 (old add_ap argument type) Connect STA wlan0 to AP PASS rrm_lci_req_ap_oom 0.249236 2022-09-19 00:10:18.241328 passed all 1 test case(s) 2022-09-19 00:10:18 ./run-tests.py rrm_lci_req_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 START rrm_lci_req_oom 1/1 Test: LCI report generation OOM Starting AP wlan3 (old add_ap argument type) Connect STA wlan0 to AP PASS rrm_lci_req_oom 0.236908 2022-09-19 00:10:18.887575 passed all 1 test case(s) 2022-09-19 00:10:18 ./run-tests.py sae_commit_override 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 sae_commit_override 1/1 Test: SAE commit override (hostapd) Starting AP wlan3 Connect STA wlan0 to AP PASS sae_commit_override 1.1788 2022-09-19 00:10:20.459970 passed all 1 test case(s) 2022-09-19 00:10:20 ./run-tests.py sae_confirm_immediate2 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 sae_confirm_immediate2 1/1 Test: SAE and AP sending Confirm message without waiting STA (2) Starting AP wlan3 Connect STA wlan0 to AP PASS sae_confirm_immediate2 0.282411 2022-09-19 00:10:21.134563 passed all 1 test case(s) 2022-09-19 00:10:21 ./run-tests.py sae_h2e_rsnxe_mismatch_ap 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 sae_h2e_rsnxe_mismatch_ap 1/1 Test: SAE H2E and RSNXE mismatch in EAPOL-Key msg 3/4 Starting AP wlan3 Connect STA wlan0 to AP PASS sae_h2e_rsnxe_mismatch_ap 0.25031 2022-09-19 00:10:21.774819 passed all 1 test case(s) 2022-09-19 00:10:21 ./run-tests.py sae_pk_group_20_sae_group_21 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 sae_pk_group_20_sae_group_21 1/1 Test: SAE-PK with group 20 with SAE group 21 Starting AP wlan3 Connect STA wlan0 to AP PASS sae_pk_group_20_sae_group_21 0.377547 2022-09-19 00:10:22.545227 passed all 1 test case(s) 2022-09-19 00:10:22 ./run-tests.py sigma_dut_ap_eap_osen 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 sigma_dut_ap_eap_osen 1/1 Test: sigma_dut controlled AP with EAP+OSEN Skip test case: sigma_dut not available SKIP sigma_dut_ap_eap_osen 0.145263 2022-09-19 00:10:23.084478 passed all 0 test case(s) skipped 1 test case(s) 2022-09-19 00:10:23 ./run-tests.py sigma_dut_ap_owe_transition_mode_2 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 sigma_dut_ap_owe_transition_mode_2 1/1 Test: sigma_dut controlled AP with OWE and transition mode (2) Skip test case: sigma_dut not available SKIP sigma_dut_ap_owe_transition_mode_2 0.145263 2022-09-19 00:10:23.622484 passed all 0 test case(s) skipped 1 test case(s) 2022-09-19 00:10:23 ./run-tests.py sigma_dut_dpp_self_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 START sigma_dut_dpp_self_config 1/1 Test: sigma_dut DPP Configurator enrolling an AP and using self-configuration Starting AP wlan3 Skip test case: sigma_dut not available SKIP sigma_dut_dpp_self_config 0.153047 2022-09-19 00:10:24.170003 passed all 0 test case(s) skipped 1 test case(s) 2022-09-19 00:10:24 ./run-tests.py sigma_dut_dpp_tcp_conf_resp 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 sigma_dut_dpp_tcp_conf_resp 1/1 Test: sigma_dut DPP TCP Configurator (Controller) as responder Skip test case: sigma_dut not available SKIP sigma_dut_dpp_tcp_conf_resp 0.10583 2022-09-19 00:10:24.667335 passed all 0 test case(s) skipped 1 test case(s) 2022-09-19 00:10:24 ./run-tests.py sigma_dut_ocv 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 sigma_dut_ocv 1/1 Test: sigma_dut controlled STA using OCV Skip test case: sigma_dut not available SKIP sigma_dut_ocv 0.105053 2022-09-19 00:10:25.166934 passed all 0 test case(s) skipped 1 test case(s) 2022-09-19 00:10:25 ./run-tests.py wep_he 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 wep_he 1/1 Test: WEP and HE Starting AP wlan3 Connect STA wlan0 to AP hostapd STATUS: {'state': 'ENABLED', 'phy': 'phy3', 'freq': '2412', 'num_sta_non_erp': '0', 'num_sta_no_short_slot_time': '0', 'num_sta_no_short_preamble': '0', 'olbc': '0', 'num_sta_ht_no_gf': '0', 'num_sta_no_ht': '1', 'num_sta_ht_20_mhz': '0', 'num_sta_ht40_intolerant': '0', 'olbc_ht': '0', 'ht_op_mode': '0x13', 'cac_time_seconds': '0', 'cac_time_left_seconds': 'N/A', 'channel': '1', 'edmg_enable': '0', 'edmg_channel': '0', 'secondary_channel': '0', 'ieee80211n': '0', 'ieee80211ac': '0', 'ieee80211ax': '0', 'ieee80211be': '0', 'beacon_int': '100', 'dtim_period': '2', 'supported_rates': '02 04 0b 16 0c 12 18 24 30 48 60 6c', 'max_txpower': '20', 'bss[0]': 'wlan3', 'bssid[0]': '02:00:00:00:03:00', 'ssid[0]': 'test-he-wep', 'num_sta[0]': '1'} PASS wep_he 0.382407 2022-09-19 00:10:25.943186 passed all 1 test case(s) 2022-09-19 00:10:25 ./run-tests.py wnm_bss_transition_mgmt_query_with_unknown_candidates 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 wnm_bss_transition_mgmt_query_with_unknown_candidates 1/1 Test: WNM BSS Transition Management query with unknown candidates Starting AP wlan3 Connect STA wlan0 to AP PASS wnm_bss_transition_mgmt_query_with_unknown_candidates 0.251661 2022-09-19 00:10:26.605021 passed all 1 test case(s) 2022-09-19 00:10:26 ./run-tests.py wnm_sleep_mode_rsn_pmf_key_workaround 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 wnm_sleep_mode_rsn_pmf_key_workaround 1/1 Test: WNM Sleep Mode - RSN with PMF and GTK/IGTK workaround Starting AP wlan3 Connect STA wlan0 to AP Going to WNM Sleep Mode Waking up from WNM Sleep Mode PASS wnm_sleep_mode_rsn_pmf_key_workaround 0.558935 2022-09-19 00:10:27.580781 passed all 1 test case(s) 2022-09-19 00:10:27 ./run-tests.py wpas_ctrl_enable_disable_network 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 wpas_ctrl_enable_disable_network 1/1 Test: wpa_supplicant ctrl_iface ENABLE/DISABLE_NETWORK Starting AP wlan3 Connect STA wlan0 to AP PASS wpas_ctrl_enable_disable_network 0.406651 2022-09-19 00:10:28.398827 passed all 1 test case(s) 2022-09-19 00:10:28 ./run-tests.py wpas_ctrl_pno 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 wpas_ctrl_pno 1/1 Test: wpa_supplicant ctrl_iface pno PASS wpas_ctrl_pno 0.116904 2022-09-19 00:10:28.922213 passed all 1 test case(s) 2022-09-19 00:10:28 ./run-tests.py wpas_ctrl_preauth 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 wpas_ctrl_preauth 1/1 Test: wpa_supplicant ctrl_iface preauth PASS wpas_ctrl_preauth 0.140118 2022-09-19 00:10:29.469492 passed all 1 test case(s) 2022-09-19 00:10:29 ./run-tests.py wpas_ctrl_set_tdls_trigger_control 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 wpas_ctrl_set_tdls_trigger_control 1/1 Test: wpa_supplicant SET tdls_trigger_control PASS wpas_ctrl_set_tdls_trigger_control 0.11203 2022-09-19 00:10:29.990416 passed all 1 test case(s) 2022-09-19 00:10:30 ./run-tests.py wps_ext_cred_proto_auth_type_missing 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 wps_ext_cred_proto_auth_type_missing 1/1 Test: WPS and Credential: Auth Type missing Starting AP wlan3 PASS wps_ext_cred_proto_auth_type_missing 0.330193 2022-09-19 00:10:30.730663 passed all 1 test case(s) 2022-09-19 00:10:30 ./stop.sh