* IWD 1.27 with brcmfmac not working for roaming @ 2024-10-09 9:43 Martin Petzold 2024-10-09 16:07 ` Denis Kenzior 0 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-09 9:43 UTC (permalink / raw) To: iwd@lists.linux.dev Hi PROBLEM We (still) have some trouble with IWD together with brcmfmac. We updated firmware for the chip (Infineon CYW43353) to latest version 11.171.0.24 and also IWD to 1.27. The situation became a lot more stable...until we tested roaming setups. It seems that for IWD 1.27 and maybe also later roaming is completely broken (at least for brcmfmac). It does not connect (No suitable BSSes found) or it connects but with wrong AP (poorer access point) or it just looses connection and does not re-connect (maybe even blacklists somehow wrong). I have also found several related issues [1,2] and also there are related change logs for IWD in several versions, up to 2.22 [3]. Will we actually get IWD with brcmfmac running? SETUP SoM: Variscite DART-IMX8M-PLUS SoC: NXP i.MX8M Plus Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) Antenna: Laird FlexPIFA RootFS: Debian bullseye Kernel: NXP Kernel 5.10.52 Driver: Laird 11.171.0.24 Network Daemon: systemd-networkd 252.x Wi-Fi Daemon: IWD 1.27 POTENTIAL SOLUTIONS 1. Switch to Debian bookworm rootfs in order to have IWD 2.3 -> however, this is only 2.3, will it solve all the roaming issues? 2. Update somehow to IWD 2.22 with Debian bookworm rootfs -> how can we do this? (IWD 2.22 is in sid/unstable, but required newer libc6 version than in bookworm) 3. Build IWD 2.22 from source (maybe using Debian sid source package?) -> how to do best and will this work with libc6 version 2.36? Missing libreadline8t64? 4. Switch back to NetworkManager (which is our actual legacy setup) -> would be a pitty and there we had issues on boot with systemd-timesyncd 5. Any other option? [1] https://lore.kernel.org/all/6679878.YKXMNv7jBj@mmm/T/ [2] https://lore.kernel.org/r/all/07f49420-74e8-4954-bd87-9ae3290e86d3@app.fastmail.com/T/ [3] https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog Thanks a lot! Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-09 9:43 IWD 1.27 with brcmfmac not working for roaming Martin Petzold @ 2024-10-09 16:07 ` Denis Kenzior 2024-10-09 16:50 ` Arend Van Spriel ` (3 more replies) 0 siblings, 4 replies; 68+ messages in thread From: Denis Kenzior @ 2024-10-09 16:07 UTC (permalink / raw) To: Martin Petzold, iwd@lists.linux.dev; +Cc: Arend Van Spriel Hi Martin, On 10/9/24 4:43 AM, Martin Petzold wrote: > Hi > > PROBLEM > > We (still) have some trouble with IWD together with brcmfmac. We updated > firmware for the chip (Infineon CYW43353) to latest version 11.171.0.24 and also Ugh :) That stuff is known to be problematic. You might want to involve Arend in this discussion. > IWD to 1.27. The situation became a lot more stable...until we tested roaming > setups. It seems that for IWD 1.27 and maybe also later roaming is completely > broken (at least for brcmfmac). It does not connect (No suitable BSSes found) or 'brcmfmac' -> Full MAC. Full MAC implies that all roaming is handled by the firmware and iwd is not (or hardly?) involved in roaming with such setups. > it connects but with wrong AP (poorer access point) or it just looses connection > and does not re-connect (maybe even blacklists somehow wrong). I have also found Reconnecting we can maybe fix. Do you have logs? > several related issues [1,2] and also there are related change logs for IWD in > several versions, up to 2.22 [3]. <snip> > 3. Build IWD 2.22 from source (maybe using Debian sid source package?) -> how to > do best and will this work with libc6 version 2.36? Missing libreadline8t64? I mean this is your only real solution. There is no 'long term support' model for iwd. You either run the latest or you're on your own. It is highly unlikely that any of the developers will look at logs (or attempt to fix) anything but the latest version. Regards, -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-09 16:07 ` Denis Kenzior @ 2024-10-09 16:50 ` Arend Van Spriel 2024-10-09 17:54 ` Martin Petzold 2024-10-10 8:06 ` Martin Petzold 2024-10-09 16:58 ` Arend Van Spriel ` (2 subsequent siblings) 3 siblings, 2 replies; 68+ messages in thread From: Arend Van Spriel @ 2024-10-09 16:50 UTC (permalink / raw) To: Denis Kenzior, Martin Petzold, iwd On October 9, 2024 6:07:16 PM Denis Kenzior <denkenz@gmail.com> wrote: > Hi Martin, > > On 10/9/24 4:43 AM, Martin Petzold wrote: >> Hi >> >> PROBLEM >> >> We (still) have some trouble with IWD together with brcmfmac. We updated >> firmware for the chip (Infineon CYW43353) to latest version 11.171.0.24 and >> also > > Ugh :) That stuff is known to be problematic. You might want to involve Arend > in this discussion. Is this specifically related to WPA3 or in general? The version does not tell me much and I don't have access to Infineon firmware to examine. I do know there are two variants floating around regarding WPA3-SAE support: 1) supplicant in firmware and 2) using EXT_AUTH. The latter is supported in downstream repo on github, but it has not been done in upstream linux-wireless. I did post patches for testing last month. Regards, Arend ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-09 16:50 ` Arend Van Spriel @ 2024-10-09 17:54 ` Martin Petzold 2024-10-10 8:06 ` Martin Petzold 1 sibling, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-09 17:54 UTC (permalink / raw) To: Arend Van Spriel; +Cc: Denis Kenzior, iwd Hi Arend, Am 09.10.24 um 18:50 schrieb Arend Van Spriel: > On October 9, 2024 6:07:16 PM Denis Kenzior <denkenz@gmail.com> wrote: > >> Hi Martin, >> >> On 10/9/24 4:43 AM, Martin Petzold wrote: >>> Hi >>> >>> PROBLEM >>> >>> We (still) have some trouble with IWD together with brcmfmac. We >>> updated >>> firmware for the chip (Infineon CYW43353) to latest version >>> 11.171.0.24 and also >> >> Ugh :) That stuff is known to be problematic. You might want to >> involve Arend >> in this discussion. > > Is this specifically related to WPA3 or in general? The version does > not tell me much and I don't have access to Infineon firmware to > examine. I do know there are two variants floating around regarding > WPA3-SAE support: 1) supplicant in firmware and 2) using EXT_AUTH. The > latter is supported in downstream repo on github, but it has not been > done in upstream linux-wireless. I did post patches for testing last > month. > This is my setup and roaming is completely broken (randomly connects to worse AP; drops connection; even does not connect at all to Cisco AP; a client switched to Cisco AP and now it does not connect at all any more; we have checked the AP setup of course): SoM: Variscite DART-IMX8M-PLUS SoC: NXP i.MX8M Plus Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) Antenna: Laird FlexPIFA RootFS: Debian bullseye Kernel: NXP Kernel 5.10.52 Firmware: Laird 11.171.0.24 (loaded using brcm-patchram-plus) Driver: brcmfmac Network Daemon: systemd-networkd 252.x Wi-Fi Daemon: IWD 1.27 Network: Open network with several APs roaming (no security); but also happens with WPA2 network and router+repeater (jumps to router sometimes). I did not configure anything regarding brcmfmac or firmware, except of: sed -i "s^ccode=.*^ccode=EU^" ${ROOTDIR}/lib/firmware/brcm/brcmfmac4339-sdio.txt sed -i "s^regrev=.*^regrev=116^" ${ROOTDIR}/lib/firmware/brcm/brcmfmac4339-sdio.txt and IWD: ----- [General] EnableNetworkConfiguration=true [Network] NameResolvingService=systemd EnableIPv6=false [Scan] InitialPeriodicScanInterval=10 MaximumPeriodicScanInterval=60 [Blacklist] InitialTimeout=60 MaximumTimeout=3600 ----- Just now trying to migrate to NXP Kernel 6.1.36 on Debian bookworm rootfs. There is newer brcmfmac driver then (from Kernel right?) and IWD (at least 2.3). Then I am getting closer most recent versions of everything. I will then check and also track all logs again. However, I was wondering if IWD + brcmfmac is actually working in general? Found some issues related [1,2]. [1] https://lore.kernel.org/all/6679878.YKXMNv7jBj@mmm/T/ [2] https://lore.kernel.org/r/all/07f49420-74e8-4954-bd87-9ae3290e86d3@app.fastmail.com/T/ Thanks, Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-09 16:50 ` Arend Van Spriel 2024-10-09 17:54 ` Martin Petzold @ 2024-10-10 8:06 ` Martin Petzold 2024-10-12 11:06 ` Martin Petzold 1 sibling, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-10 8:06 UTC (permalink / raw) To: Arend Van Spriel; +Cc: Denis Kenzior, iwd Hi Arend, Am 09.10.24 um 18:50 schrieb Arend Van Spriel: > On October 9, 2024 6:07:16 PM Denis Kenzior <denkenz@gmail.com> wrote: > >> Hi Martin, >> >> On 10/9/24 4:43 AM, Martin Petzold wrote: >>> Hi >>> >>> PROBLEM >>> >>> We (still) have some trouble with IWD together with brcmfmac. We >>> updated >>> firmware for the chip (Infineon CYW43353) to latest version >>> 11.171.0.24 and also >> >> Ugh :) That stuff is known to be problematic. You might want to >> involve Arend >> in this discussion. > > Is this specifically related to WPA3 or in general? The version does > not tell me much and I don't have access to Infineon firmware to > examine. I do know there are two variants floating around regarding > WPA3-SAE support: 1) supplicant in firmware and 2) using EXT_AUTH. The > latter is supported in downstream repo on github, but it has not been > done in upstream linux-wireless. I did post patches for testing last > month. I was able to migrate to NXP kernel 6.1.36 with Debian bookworm rootfs containing IWD 2.3. I will try also to build IWD 2.22 later. If this setup / configuration makes sense I would go to roaming environments again. However, I have the following questions and please find the configuration and logs below: 1. Why does brcmfmac report "Using regulatory domain US" even though I have set "ccode=EU" and "regrev=116" in /lib/firmware/brcm/brcmfmac4339-sdio.txt? 2. Is it the best approach to use firmware for Laird LWB5 / CYW43353 from their Git repository (laird-lwb5-etsi-firmware-11.171.0.24.tar.bz2)? 3. If you say roaming can be handled by firmware (driver?) OR daemon (IWD), what is the best approach and how to configure it? 4. Is it valid to always use brcm-patchram-plus to load the firmware on every boot? 5. I see the following error (more log below). What is going wrong? Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed with error -2 Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available 6. Anything wrong in setup / configuration? ##### Setup SoM: Variscite DART-IMX8M-PLUS SoC: NXP i.MX8M Plus Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) Antenna: Laird FlexPIFA RootFS: Debian bookworm Kernel: NXP Kernel 6.1.36 Firmware: Laird 11.171.0.24 Network Daemon: systemd-networkd 252.30-1~deb12u2 Wi-Fi Daemon: IWD 2.3-1+deb12u1 DNS Resolver: systemd-resolved 252.30-1~deb12u2 ##### Firmware configuration # Sample variables file for BCM94339 WLBGA with eTR,iPA, and eLNA. Laird Sterling-LWB5 CYW43353 NVRAMRev=$Rev: 410316 $ sromrev=11 boardrev=0x1203 boardtype=0x06c5 boardflags=0x00000c01 boardflags2=0x00002000 boardflags3=0x8101188 macaddr=00:90:4c:c5:12:38 cctl=0 ccode=EU regrev=116 antswitch=0 pdgain5g=7 pdgain2g=7 tworangetssi2g=0 tworangetssi5g=0 femctrl=7 vendid=0x14e4 devid=0x43ae manfid=0x2d0 nocrc=1 otpimagesize=502 xtalfreq=37400 extpagain2g=2 pdetrange2g=2 extpagain5g=2 pdetrange5g=2 rxgains2gelnagaina0=0 rxgains2gtrisoa0=7 rxgains2gtrelnabypa0=0 rxgains5gelnagaina0=0 rxgains5gtrisoa0=11 rxgains5gtrelnabypa0=0 rxchain=1 txchain=1 aa2g=1 aa5g=1 tssipos5g=0 tssipos2g=0 pa2ga0=-159,5841,-699 pa2gccka0=-162,6244,-755 pa5ga0=-185,5721,-690,-185,5693,-688,-193,5445,-670,-194,5352,-661 pa5gbw40a0=-188,5836,-710,-187,5839,-708,-173,5956,-714,-159,6022,-712 pa5gbw80a0=-184,5789,-700,-185,5784,-700,-175,5797,-699,-172,5749,-692 pdoffset40ma0=0 pdoffset80ma0=0 pdoffsetcckma0=0 maxp2ga0=0x4A maxp5ga0=0x4A,0x4A,0x4A,0x4A cckbw202gpo=0x0000 cckbw20ul2gpo=0x0000 mcsbw202gpo=0x66666666 mcsbw402gpo=0x66666666 dot11agofdmhrbw202gpo=0x4444 ofdmlrbw202gpo=0x4444 tssifloor2g=500 mcsbw205glpo=0x22222222 mcsbw405glpo=0x55555555 mcsbw805glpo=0xaaaaaaaa mcsbw1605glpo=0xffffffff mcsbw205gmpo=0x22222222 mcsbw405gmpo=0x55555555 mcsbw805gmpo=0xaaaaaaaa mcsbw1605gmpo=0xffffffff mcsbw205ghpo=0x22222222 mcsbw405ghpo=0x55555555 mcsbw805ghpo=0xaaaaaaaa mcsbw1605ghpo=0xffffffff mcslr5glpo=0x0000 mcslr5gmpo=0x0000 mcslr5ghpo=0x0000 sb20in40hrpo=0x0 sb20in80and160hr5glpo=0x0 sb40and80hr5glpo=0x0 sb20in80and160hr5gmpo=0x0 sb40and80hr5gmpo=0x0 sb20in80and160hr5ghpo=0x0 sb40and80hr5ghpo=0x0 sb20in40lrpo=0x0 sb20in80and160lr5glpo=0x0 sb40and80lr5glpo=0x0 sb20in80and160lr5gmpo=0x0 sb40and80lr5gmpo=0x0 sb20in80and160lr5ghpo=0x0 sb40and80lr5ghpo=0x0 dot11agduphrpo=0x0 dot11agduplrpo=0x0 phycal_tempdelta=25 cckdigfilttype=2 swctrlmap_5g=0x00000008,0x00000010,0x00000008,0x000000,0x038 swctrlmap_2g=0x00000001,0x00000002,0x00000001,0x040002,0x0ff swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 muxenab=0x11 rssicorrnorm_c0=3,3 rssicorrnorm5g_c0=2,3,4,2,3,3,0,1,2,0,1,2 paparambwver=1 AvVmid_c0=2,155,2,146,2,150,2,154,2,152 ed_thresh2g=-70 ed_thresh5g=-73 txidxcap2g=0 txidxcap5g=0 ##### IWD configuration (/etc/iwd/main.conf) [General] EnableNetworkConfiguration=true [Network] NameResolvingService=systemd EnableIPv6=false ##### systemd-networkd configuration (/etc/systemd/network/10-eth0.network) - no wifi device configured (handled by IWD only?!) [Match] Name=eth0 [Network] DHCP=ipv4 [Link] RequiredForOnline=no ##### WiFi startup tavla@tavla:~$ cat /lib/systemd/system/variscite-wifi.service [Unit] Description=Variscite WIFI service Before=network.target After=sysinit.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=/opt/variscite/bin/wifi start #ExecStop=/opt/variscite/bin/wifi stop [Install] WantedBy=network.target tavla@tavla:~$ cat /opt/variscite/bin/wifi #!/bin/sh -e # Include common wireless functions . /opt/variscite/bin/common # Start WIFI hardware wifi_start() { run_scripts "/opt/variscite/lib/wifi.d" "start" } # Stop WIFI hardware # Note that on DART-MX8M this also stops Ethernet wifi_stop() { run_scripts "/opt/variscite/lib/wifi.d" "stop" } ########################### # Execution starts here # ########################### case $1 in start) wifi_start ;; stop) wifi_stop ;; esac exit tavla@tavla:~$ cat /opt/variscite/lib/wifi.d/bcm43xx-wifi #!/bin/sh -e # # Activate WIFI on Variscite DART-MX8M-PLUS/VAR-SOM-MX8M-PLUS # # Include common functions . /opt/variscite/bin/common # GPIO pin to supply WIFI power on DART-MX8M-PLUS WIFI_PWR_GPIO_DART="gpiochip1 8" # GPIO pin to supply WIFI power on VAR-SOM-MX8M-PLUS WIFI_PWR_GPIO_SOM="gpiochip1 19" # GPIO pin to enable WIFI module on DART-MX8M-PLUS WIFI_EN_GPIO_DART="gpiochip1 7" # GPIO pin to enable WIFI module on VAR-SOM-MX8M-PLUS WIFI_EN_GPIO_SOM="gpiochip1 8" # GPIO pin to control routing of UART signals # to BT module or SOM connectoron DART-MX8M-PLUS BT_BUF_GPIO_DART="gpiochip1 9" # GPIO pin to control routing of UART signals # to BT module or SOM connectoron VAR-SOM-MX8M-PLUS BT_BUF_GPIO_SOM="gpiochip0 4" # GPIO pin to enable BT module on DART-MX8M-PLUS BT_EN_GPIO_DART="gpiochip1 6" # GPIO pin to enable BT module on VAR-SOM-MX8M-PLUS BT_EN_GPIO_SOM="gpiochip1 9" # WIFI MMC host WIFI_MMC_HOST=30b40000.mmc WIFI_MMC_PATH="/sys/bus/platform/drivers/sdhci-esdhc-imx" # Get the SOM revision get_somrev() { # Get the raw output raw_output=$(i2cget -f -y 0x0 0x52 0x1e) # Convert the output to decimal decimal_output=$(( $raw_output )) # Extract major and minor versions major=$(( ($decimal_output & 0xE0) >> 5 )) minor=$(( $decimal_output & 0x1F )) # Adjust the major version as per the specification major=$(( $major + 1 )) echo "$major.$minor" } # Check if wifi is bcm43xx wifi_is_bcm43xx() { somrev=$(get_somrev) if [ "$(echo "$somrev < 2.0" | bc)" -eq 1 ]; then return 0 else return 1 fi } # Return true if SOM is VAR-SOM-MX8M-PLUS som_is_var_som_mx8m_plus() { grep -q VAR-SOM-MX8M-PLUS /sys/devices/soc0/machine } # Configure VAR-SOM-MX8M-PLUS WIFI/BT pins config_pins() { if som_is_var_som_mx8m_plus; then WIFI_PWR_GPIO=${WIFI_PWR_GPIO_SOM} WIFI_EN_GPIO=${WIFI_EN_GPIO_SOM} BT_BUF_GPIO=${BT_BUF_GPIO_SOM} BT_EN_GPIO=${BT_EN_GPIO_SOM} else WIFI_PWR_GPIO=${WIFI_PWR_GPIO_DART} WIFI_EN_GPIO=${WIFI_EN_GPIO_DART} BT_BUF_GPIO=${BT_BUF_GPIO_DART} BT_EN_GPIO=${BT_EN_GPIO_DART} fi } # Power up WIFI chip wifi_up() { # Unbind WIFI device from MMC controller wifi_mmc_unbind ${WIFI_MMC_PATH} ${WIFI_MMC_HOST} # WIFI_PWR up gpioset ${WIFI_PWR_GPIO}=1 usleep 10000 # WLAN_EN up gpioset ${WIFI_EN_GPIO}=1 # BT_EN up gpioset ${BT_EN_GPIO}=1 # BT_BUF up gpioset ${BT_BUF_GPIO}=0 # Wait at least 150ms usleep 200000 # BT_BUF down gpioset ${BT_BUF_GPIO}=1 # BT_EN down gpioset ${BT_EN_GPIO}=0 # Bind WIFI device to MMC controller wifi_mmc_bind ${WIFI_MMC_PATH} ${WIFI_MMC_HOST} # Load WIFI driver modprobe brcmfmac } # Power down WIFI chip wifi_down() { # Unload WIFI driver modprobe -r brcmfmac # Unbind WIFI device from MMC controller wifi_mmc_unbind ${WIFI_MMC_PATH} ${WIFI_MMC_HOST} # Configure WIFI/BT pins config_pins # WIFI_EN down gpioset ${WIFI_EN_GPIO}=0 # BT_BUF down gpioset ${BT_BUF_GPIO}=1 # BT_EN down gpioset ${BT_EN_GPIO}=0 usleep 10000 # WIFI_PWR down gpioset ${WIFI_PWR_GPIO}=0 } # Return true if SOM has WIFI module assembled wifi_is_available() { # Read SOM options EEPROM field opt=$(i2cget -f -y 0x0 0x52 0x20) # Check WIFI bit in SOM options if [ $((opt & 0x1)) -eq 1 ]; then return 0 else return 1 fi } # Return true if WIFI should be started wifi_should_not_be_started() { if ! wifi_is_bcm43xx; then return 0 fi # Do not start WIFI if it is not available if ! wifi_is_available; then return 0 fi # Do not start WIFI if it is already started [ -d /sys/class/net/wlan0 ] && return 0 return 1 } # Return true if WIFI should not be stopped wifi_should_not_be_stopped() { if ! wifi_is_bcm43xx; then return 0 fi # Do not stop WIFI if it is not available if ! wifi_is_available; then return 0 fi return 1 } # Start WIFI hardware wifi_start() { # Exit if WIFI should not be started wifi_should_not_be_started && exit 0 # Configure WIFI/BT pins config_pins # Try starting WIFI hardware for i in $(seq 1 3); do # Up WIFI wifi_up # Exit if WIFI interface exists wifi_interface_exists "wlan0" && exit 0 # Down WIFI wifi_down # Wait enough time for discharge sleep 5 done exit 1 } # Stop WIFI hardware wifi_stop() { # Exit if WIFI should not be stopped wifi_should_not_be_stopped && exit 0 # Down WIFI wifi_down } ########################### # Execution starts here # ########################### case $1 in start) wifi_start ;; stop) wifi_stop ;; esac exit 0 ##### networkctl status tavla@tavla:~$ networkctl IDX LINK TYPE OPERATIONAL SETUP 1 lo loopback carrier unmanaged 2 eth0 ether routable configured 3 wlan0 wlan routable unmanaged 3 links listed. tavla@tavla:~$ networkctl status ● State: routable Online state: unknown Address: 192.168.178.149 on eth0 192.168.178.113 on wlan0 2a0a:a549:a304:0:fadc:7aff:fe67:2e4 on eth0 fe80::fadc:7aff:fe67:2e4 on eth0 fe80::c2ee:40ff:fe8a:dd62 on wlan0 Gateway: 192.168.178.1 on wlan0 192.168.178.1 on eth0 fe80::3a10:d5ff:fe37:2c79 on eth0 DNS: 192.168.178.1 NTP: 192.168.178.1 ##### IWD status tavla@tavla:~$ iwctl device list Devices -------------------------------------------------------------------------------- Name Address Powered Adapter Mode -------------------------------------------------------------------------------- wlan0 c0:ee:40:8a:dd:62 on phy0 station tavla@tavla:~$ iwctl device wlan0 show Device: wlan0 -------------------------------------------------------------------------------- Settable Property Value -------------------------------------------------------------------------------- Name wlan0 * Mode station * Powered on Address c0:ee:40:8a:dd:62 Adapter phy0 tavla@tavla:~$ iwctl station wlan0 show Station: wlan0 -------------------------------------------------------------------------------- Settable Property Value -------------------------------------------------------------------------------- Scanning no State connected Connected network TAVLA IPv4 address 192.168.178.113 ConnectedBss 38:10:d5:37:2c:7c Frequency 5260 Security WPA2-Personal RSSI -33 dBm TxBitrate 433300 Kbit/s RxBitrate 6000 Kbit/s ##### brcmfmac log Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2 Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed with error -2 Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4339/2 wl0: Aug 4 2023 08:42:14 version 6.37.39.141 (73212ff CY) Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_cfg80211_attach: Using regulatory domain US ##### IWD log Okt 10 09:38:16 tavla systemd[1]: Mounting var-lib-iwd.mount - /var/lib/iwd... Okt 10 09:38:16 tavla systemd[1]: Mounted var-lib-iwd.mount - /var/lib/iwd. Okt 10 09:38:18 tavla systemd[1]: Starting iwd.service - Wireless service... Okt 10 09:38:18 tavla iwd[386]: No Diffie-Hellman support found, WPS will not be available Okt 10 09:38:18 tavla iwd[386]: The following options are missing in the kernel: Okt 10 09:38:18 tavla iwd[386]: CONFIG_KEY_DH_OPERATIONS Okt 10 09:38:18 tavla iwd[386]: Wireless daemon version 2.3 Okt 10 09:38:18 tavla iwd[386]: Loaded configuration from /etc/iwd/main.conf Okt 10 09:38:18 tavla systemd[1]: Started iwd.service - Wireless service. Okt 10 09:38:19 tavla iwd[386]: Wiphy: 0, Name: phy0 Okt 10 09:38:19 tavla iwd[386]: Permanent Address: c0:ee:40:8a:dd:62 Okt 10 09:38:19 tavla iwd[386]: 2.4Ghz Band: Okt 10 09:38:19 tavla iwd[386]: Bitrates (non-HT): Okt 10 09:38:19 tavla iwd[386]: 1.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 2.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 5.5 Mbps Okt 10 09:38:19 tavla iwd[386]: 11.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 6.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 9.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 12.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 18.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 24.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 36.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 48.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 54.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 5Ghz Band: Okt 10 09:38:19 tavla iwd[386]: Bitrates (non-HT): Okt 10 09:38:19 tavla iwd[386]: 6.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 9.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 12.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 18.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 24.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 36.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 48.0 Mbps Okt 10 09:38:19 tavla iwd[386]: 54.0 Mbps Okt 10 09:38:19 tavla iwd[386]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP Okt 10 09:38:19 tavla iwd[386]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device Okt 10 09:38:19 tavla iwd[386]: Wiphy phy0 will only use the default interface Okt 10 09:38:19 tavla iwd[386]: No default interface for wiphy 0 Okt 10 09:38:19 tavla iwd[386]: Could not register frame watch type 00b0: -22 Okt 10 09:38:20 tavla iwd[386]: hardware_rekey not supported Okt 10 09:38:20 tavla iwd[386]: [DHCPv4] l_dhcp_client_start:1219 Entering state: DHCP_STATE_SELECTING Okt 10 09:38:20 tavla iwd[386]: [DHCPv4] dhcp_client_handle_offer:811 Entering state: DHCP_STATE_REQUESTING Okt 10 09:38:20 tavla iwd[386]: [DHCPv4] dhcp_client_rx_message:915 Entering state: DHCP_STATE_BOUND Okt 10 09:38:20 tavla iwd[386]: [DHCPv4] dhcp_client_rx_message:948 T1 expiring in 431999064 ms ##### systemd-networkd log Okt 10 09:38:14 tavla systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. Okt 10 09:38:15 tavla systemd[1]: Starting systemd-networkd.service - Network Configuration... Okt 10 09:38:15 tavla systemd-networkd[255]: lo: Link UP Okt 10 09:38:15 tavla systemd-networkd[255]: lo: Gained carrier Okt 10 09:38:15 tavla systemd-networkd[255]: Enumeration completed Okt 10 09:38:15 tavla systemd-networkd[255]: eth0: found matching network '/etc/systemd/network/10-eth0.network', based on potentially unpredictable interface name. Okt 10 09:38:15 tavla systemd-networkd[255]: eth0: Configuring with /etc/systemd/network/10-eth0.network. Okt 10 09:38:15 tavla systemd[1]: Started systemd-networkd.service - Network Configuration. Okt 10 09:38:15 tavla systemd-networkd[255]: eth0: Link UP Okt 10 09:38:19 tavla systemd-networkd[255]: wlan0: Link UP Okt 10 09:38:20 tavla systemd-networkd[255]: wlan0: Connected WiFi access point: TAVLA (38:10:d5:37:2c:7c) Okt 10 09:38:20 tavla systemd-networkd[255]: wlan0: Gained carrier Okt 10 09:38:21 tavla systemd-networkd[255]: eth0: Gained carrier Okt 10 09:38:21 tavla systemd-networkd[255]: eth0: found matching network '/etc/systemd/network/10-eth0.network', based on potentially unpredictable interface name. Okt 10 09:38:21 tavla systemd-networkd[255]: eth0: DHCPv4 address 192.168.178.149/24, gateway 192.168.178.1 acquired from 192.168.178.1 Okt 10 09:38:22 tavla systemd-networkd[255]: wlan0: Gained IPv6LL Okt 10 09:38:22 tavla systemd-networkd[255]: eth0: Gained IPv6LL ##### systemd-resolved log Okt 10 09:38:16 tavla systemd[1]: Starting systemd-resolved.service - Network Name Resolution... Okt 10 09:38:16 tavla systemd-resolved[312]: Positive Trust Anchors: Okt 10 09:38:16 tavla systemd-resolved[312]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d Okt 10 09:38:16 tavla systemd-resolved[312]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa corp home internal intranet lan local private test Okt 10 09:38:18 tavla systemd-resolved[312]: Using system hostname 'tavla'. Okt 10 09:38:18 tavla systemd[1]: Started systemd-resolved.service - Network Name Resolution. Okt 10 09:38:20 tavla systemd-resolved[312]: wlan0: Bus client set DNS server list to: 192.168.178.1 Okt 10 09:38:20 tavla systemd-resolved[312]: wlan0: Bus client set search domain list to: fritz.box Okt 10 09:38:20 tavla systemd-resolved[312]: Detected conflict on tavla IN A 192.168.178.113 Okt 10 09:38:20 tavla systemd-resolved[312]: Hostname conflict, changing published hostname from 'tavla' to 'tavla11'. Okt 10 09:38:21 tavla systemd-resolved[312]: Clock change detected. Flushing caches. Okt 10 09:38:21 tavla systemd-resolved[312]: Detected conflict on tavla11 IN A 192.168.178.113 Okt 10 09:38:21 tavla systemd-resolved[312]: Hostname conflict, changing published hostname from 'tavla11' to 'tavla18'. Okt 10 09:38:45 tavla systemd-resolved[312]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.178.1. Okt 10 09:41:28 tavla sudo[1307]: tavla : TTY=pts/0 ; PWD=/home/tavla ; USER=root ; COMMAND=/usr/bin/systemctl status systemd-resolved ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-10 8:06 ` Martin Petzold @ 2024-10-12 11:06 ` Martin Petzold 2024-10-12 11:51 ` Arend van Spriel 0 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-12 11:06 UTC (permalink / raw) To: Arend Van Spriel; +Cc: Denis Kenzior, iwd Hi Arend, Am 10.10.24 um 10:06 schrieb Martin Petzold: > Hi Arend, > > Am 09.10.24 um 18:50 schrieb Arend Van Spriel: >> On October 9, 2024 6:07:16 PM Denis Kenzior <denkenz@gmail.com> wrote: >> >>> Hi Martin, >>> >>> On 10/9/24 4:43 AM, Martin Petzold wrote: >>>> Hi >>>> >>>> PROBLEM >>>> >>>> We (still) have some trouble with IWD together with brcmfmac. We >>>> updated >>>> firmware for the chip (Infineon CYW43353) to latest version >>>> 11.171.0.24 and also >>> >>> Ugh :) That stuff is known to be problematic. You might want to >>> involve Arend >>> in this discussion. >> >> Is this specifically related to WPA3 or in general? The version does >> not tell me much and I don't have access to Infineon firmware to >> examine. I do know there are two variants floating around regarding >> WPA3-SAE support: 1) supplicant in firmware and 2) using EXT_AUTH. >> The latter is supported in downstream repo on github, but it has not >> been done in upstream linux-wireless. I did post patches for testing >> last month. > > I was able to migrate to NXP kernel 6.1.36 with Debian bookworm rootfs > containing IWD 2.3. I will try also to build IWD 2.22 later. If this > setup / configuration makes sense I would go to roaming environments > again. However, I have the following questions and please find the > configuration and logs below: > > 1. Why does brcmfmac report "Using regulatory domain US" even though I > have set "ccode=EU" and "regrev=116" in > /lib/firmware/brcm/brcmfmac4339-sdio.txt? I had an entry in the device tree (laird,regdomain = "US"), which seems to be stronger than the value in the brcmfmac4339-sdio.txt. Can you confirm? Now I don't get any output like "Using regulatory domain ..." any more. How can I now be sure that EU (ETSI) is used? > 2. Is it the best approach to use firmware for Laird LWB5 / CYW43353 > from their Git repository (laird-lwb5-etsi-firmware-11.171.0.24.tar.bz2)? Here I switched to newer version 12.29.0.22. I assume this firmware is the correct one and should work with the Kernel brcmfmac driver (6.1.36), right? > 3. If you say roaming can be handled by firmware (driver?) OR daemon > (IWD), what is the best approach and how to configure it? This question is still open for me. In general the question, will brcmfmac work with the laird firmware and IWD stable (really good) also for roaming? > 4. Is it valid to always use brcm-patchram-plus to load the firmware > on every boot? > 5. I see the following error (more log below). What is going wrong? > > Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware > load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed > with error -2 > Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware > load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 > Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no > clm_blob available (err=-2), device may have limited channels available What about the "clm_blob". Is it required in file system for 4339? (I don't want to have limited channels) Thanks, Martin > > 6. Anything wrong in setup / configuration? > > ##### Setup > > SoM: Variscite DART-IMX8M-PLUS > SoC: NXP i.MX8M Plus > Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) > Antenna: Laird FlexPIFA > RootFS: Debian bookworm > Kernel: NXP Kernel 6.1.36 > Firmware: Laird 11.171.0.24 > Network Daemon: systemd-networkd 252.30-1~deb12u2 > Wi-Fi Daemon: IWD 2.3-1+deb12u1 > DNS Resolver: systemd-resolved 252.30-1~deb12u2 > > ##### Firmware configuration > > # Sample variables file for BCM94339 WLBGA with eTR,iPA, and eLNA. > Laird Sterling-LWB5 CYW43353 > NVRAMRev=$Rev: 410316 $ > sromrev=11 > boardrev=0x1203 > boardtype=0x06c5 > boardflags=0x00000c01 > boardflags2=0x00002000 > boardflags3=0x8101188 > macaddr=00:90:4c:c5:12:38 > cctl=0 > ccode=EU > regrev=116 > antswitch=0 > pdgain5g=7 > pdgain2g=7 > tworangetssi2g=0 > tworangetssi5g=0 > femctrl=7 > vendid=0x14e4 > devid=0x43ae > manfid=0x2d0 > nocrc=1 > otpimagesize=502 > xtalfreq=37400 > extpagain2g=2 > pdetrange2g=2 > extpagain5g=2 > pdetrange5g=2 > rxgains2gelnagaina0=0 > rxgains2gtrisoa0=7 > rxgains2gtrelnabypa0=0 > rxgains5gelnagaina0=0 > rxgains5gtrisoa0=11 > rxgains5gtrelnabypa0=0 > rxchain=1 > txchain=1 > aa2g=1 > aa5g=1 > tssipos5g=0 > tssipos2g=0 > pa2ga0=-159,5841,-699 > pa2gccka0=-162,6244,-755 > pa5ga0=-185,5721,-690,-185,5693,-688,-193,5445,-670,-194,5352,-661 > pa5gbw40a0=-188,5836,-710,-187,5839,-708,-173,5956,-714,-159,6022,-712 > pa5gbw80a0=-184,5789,-700,-185,5784,-700,-175,5797,-699,-172,5749,-692 > pdoffset40ma0=0 > pdoffset80ma0=0 > pdoffsetcckma0=0 > maxp2ga0=0x4A > maxp5ga0=0x4A,0x4A,0x4A,0x4A > cckbw202gpo=0x0000 > cckbw20ul2gpo=0x0000 > mcsbw202gpo=0x66666666 > mcsbw402gpo=0x66666666 > dot11agofdmhrbw202gpo=0x4444 > ofdmlrbw202gpo=0x4444 > tssifloor2g=500 > mcsbw205glpo=0x22222222 > mcsbw405glpo=0x55555555 > mcsbw805glpo=0xaaaaaaaa > mcsbw1605glpo=0xffffffff > mcsbw205gmpo=0x22222222 > mcsbw405gmpo=0x55555555 > mcsbw805gmpo=0xaaaaaaaa > mcsbw1605gmpo=0xffffffff > mcsbw205ghpo=0x22222222 > mcsbw405ghpo=0x55555555 > mcsbw805ghpo=0xaaaaaaaa > mcsbw1605ghpo=0xffffffff > mcslr5glpo=0x0000 > mcslr5gmpo=0x0000 > mcslr5ghpo=0x0000 > sb20in40hrpo=0x0 > sb20in80and160hr5glpo=0x0 > sb40and80hr5glpo=0x0 > sb20in80and160hr5gmpo=0x0 > sb40and80hr5gmpo=0x0 > sb20in80and160hr5ghpo=0x0 > sb40and80hr5ghpo=0x0 > sb20in40lrpo=0x0 > sb20in80and160lr5glpo=0x0 > sb40and80lr5glpo=0x0 > sb20in80and160lr5gmpo=0x0 > sb40and80lr5gmpo=0x0 > sb20in80and160lr5ghpo=0x0 > sb40and80lr5ghpo=0x0 > dot11agduphrpo=0x0 > dot11agduplrpo=0x0 > phycal_tempdelta=25 > cckdigfilttype=2 > swctrlmap_5g=0x00000008,0x00000010,0x00000008,0x000000,0x038 > swctrlmap_2g=0x00000001,0x00000002,0x00000001,0x040002,0x0ff > swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 > swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 > muxenab=0x11 > rssicorrnorm_c0=3,3 > rssicorrnorm5g_c0=2,3,4,2,3,3,0,1,2,0,1,2 > paparambwver=1 > AvVmid_c0=2,155,2,146,2,150,2,154,2,152 > ed_thresh2g=-70 > ed_thresh5g=-73 > txidxcap2g=0 > txidxcap5g=0 > > ##### IWD configuration (/etc/iwd/main.conf) > > [General] > EnableNetworkConfiguration=true > > [Network] > NameResolvingService=systemd > EnableIPv6=false > > ##### systemd-networkd configuration > (/etc/systemd/network/10-eth0.network) - no wifi device configured > (handled by IWD only?!) > > [Match] > Name=eth0 > > [Network] > DHCP=ipv4 > > [Link] > RequiredForOnline=no > > ##### WiFi startup > > tavla@tavla:~$ cat /lib/systemd/system/variscite-wifi.service > [Unit] > Description=Variscite WIFI service > Before=network.target > After=sysinit.target > > [Service] > Type=oneshot > > RemainAfterExit=yes > > ExecStart=/opt/variscite/bin/wifi start > #ExecStop=/opt/variscite/bin/wifi stop > > [Install] > WantedBy=network.target > > tavla@tavla:~$ cat /opt/variscite/bin/wifi > #!/bin/sh -e > > # Include common wireless functions > . /opt/variscite/bin/common > > # Start WIFI hardware > wifi_start() > { > run_scripts "/opt/variscite/lib/wifi.d" "start" > } > > # Stop WIFI hardware > # Note that on DART-MX8M this also stops Ethernet > wifi_stop() > { > run_scripts "/opt/variscite/lib/wifi.d" "stop" > } > > ########################### > # Execution starts here # > ########################### > case $1 in > start) > wifi_start > ;; > stop) > wifi_stop > ;; > esac > > exit > > tavla@tavla:~$ cat /opt/variscite/lib/wifi.d/bcm43xx-wifi > #!/bin/sh -e > # > # Activate WIFI on Variscite DART-MX8M-PLUS/VAR-SOM-MX8M-PLUS > # > > # Include common functions > . /opt/variscite/bin/common > > # GPIO pin to supply WIFI power on DART-MX8M-PLUS > WIFI_PWR_GPIO_DART="gpiochip1 8" > > # GPIO pin to supply WIFI power on VAR-SOM-MX8M-PLUS > WIFI_PWR_GPIO_SOM="gpiochip1 19" > > # GPIO pin to enable WIFI module on DART-MX8M-PLUS > WIFI_EN_GPIO_DART="gpiochip1 7" > > # GPIO pin to enable WIFI module on VAR-SOM-MX8M-PLUS > WIFI_EN_GPIO_SOM="gpiochip1 8" > > # GPIO pin to control routing of UART signals > # to BT module or SOM connectoron DART-MX8M-PLUS > BT_BUF_GPIO_DART="gpiochip1 9" > > # GPIO pin to control routing of UART signals > # to BT module or SOM connectoron VAR-SOM-MX8M-PLUS > BT_BUF_GPIO_SOM="gpiochip0 4" > > # GPIO pin to enable BT module on DART-MX8M-PLUS > BT_EN_GPIO_DART="gpiochip1 6" > > # GPIO pin to enable BT module on VAR-SOM-MX8M-PLUS > BT_EN_GPIO_SOM="gpiochip1 9" > > # WIFI MMC host > WIFI_MMC_HOST=30b40000.mmc > WIFI_MMC_PATH="/sys/bus/platform/drivers/sdhci-esdhc-imx" > > # Get the SOM revision > get_somrev() { > # Get the raw output > raw_output=$(i2cget -f -y 0x0 0x52 0x1e) > > # Convert the output to decimal > decimal_output=$(( $raw_output )) > > # Extract major and minor versions > major=$(( ($decimal_output & 0xE0) >> 5 )) > minor=$(( $decimal_output & 0x1F )) > > # Adjust the major version as per the specification > major=$(( $major + 1 )) > > echo "$major.$minor" > } > > # Check if wifi is bcm43xx > wifi_is_bcm43xx() { > somrev=$(get_somrev) > > if [ "$(echo "$somrev < 2.0" | bc)" -eq 1 ]; then > return 0 > else > return 1 > fi > } > > # Return true if SOM is VAR-SOM-MX8M-PLUS > som_is_var_som_mx8m_plus() > { > grep -q VAR-SOM-MX8M-PLUS /sys/devices/soc0/machine > } > > # Configure VAR-SOM-MX8M-PLUS WIFI/BT pins > config_pins() > { > if som_is_var_som_mx8m_plus; then > WIFI_PWR_GPIO=${WIFI_PWR_GPIO_SOM} > WIFI_EN_GPIO=${WIFI_EN_GPIO_SOM} > BT_BUF_GPIO=${BT_BUF_GPIO_SOM} > BT_EN_GPIO=${BT_EN_GPIO_SOM} > else > WIFI_PWR_GPIO=${WIFI_PWR_GPIO_DART} > WIFI_EN_GPIO=${WIFI_EN_GPIO_DART} > BT_BUF_GPIO=${BT_BUF_GPIO_DART} > BT_EN_GPIO=${BT_EN_GPIO_DART} > fi > } > > # Power up WIFI chip > wifi_up() > { > # Unbind WIFI device from MMC controller > wifi_mmc_unbind ${WIFI_MMC_PATH} ${WIFI_MMC_HOST} > > # WIFI_PWR up > gpioset ${WIFI_PWR_GPIO}=1 > usleep 10000 > > # WLAN_EN up > gpioset ${WIFI_EN_GPIO}=1 > > # BT_EN up > gpioset ${BT_EN_GPIO}=1 > > # BT_BUF up > gpioset ${BT_BUF_GPIO}=0 > > # Wait at least 150ms > usleep 200000 > > # BT_BUF down > gpioset ${BT_BUF_GPIO}=1 > > # BT_EN down > gpioset ${BT_EN_GPIO}=0 > > # Bind WIFI device to MMC controller > wifi_mmc_bind ${WIFI_MMC_PATH} ${WIFI_MMC_HOST} > > # Load WIFI driver > modprobe brcmfmac > } > > # Power down WIFI chip > wifi_down() > { > # Unload WIFI driver > modprobe -r brcmfmac > > # Unbind WIFI device from MMC controller > wifi_mmc_unbind ${WIFI_MMC_PATH} ${WIFI_MMC_HOST} > > # Configure WIFI/BT pins > config_pins > > # WIFI_EN down > gpioset ${WIFI_EN_GPIO}=0 > > # BT_BUF down > gpioset ${BT_BUF_GPIO}=1 > > # BT_EN down > gpioset ${BT_EN_GPIO}=0 > usleep 10000 > > # WIFI_PWR down > gpioset ${WIFI_PWR_GPIO}=0 > } > > # Return true if SOM has WIFI module assembled > wifi_is_available() > { > # Read SOM options EEPROM field > opt=$(i2cget -f -y 0x0 0x52 0x20) > > # Check WIFI bit in SOM options > if [ $((opt & 0x1)) -eq 1 ]; then > return 0 > else > return 1 > fi > } > > # Return true if WIFI should be started > wifi_should_not_be_started() > { > if ! wifi_is_bcm43xx; then > return 0 > fi > > # Do not start WIFI if it is not available > if ! wifi_is_available; then > return 0 > fi > > # Do not start WIFI if it is already started > [ -d /sys/class/net/wlan0 ] && return 0 > > return 1 > } > > # Return true if WIFI should not be stopped > wifi_should_not_be_stopped() > { > if ! wifi_is_bcm43xx; then > return 0 > fi > > # Do not stop WIFI if it is not available > if ! wifi_is_available; then > return 0 > fi > > return 1 > } > > # Start WIFI hardware > wifi_start() > { > # Exit if WIFI should not be started > wifi_should_not_be_started && exit 0 > > # Configure WIFI/BT pins > config_pins > > # Try starting WIFI hardware > for i in $(seq 1 3); do > # Up WIFI > wifi_up > > # Exit if WIFI interface exists > wifi_interface_exists "wlan0" && exit 0 > > # Down WIFI > wifi_down > > # Wait enough time for discharge > sleep 5 > done > > exit 1 > } > > # Stop WIFI hardware > wifi_stop() > { > # Exit if WIFI should not be stopped > wifi_should_not_be_stopped && exit 0 > > # Down WIFI > wifi_down > } > > ########################### > # Execution starts here # > ########################### > case $1 in > start) > wifi_start > ;; > stop) > wifi_stop > ;; > esac > > exit 0 > > ##### networkctl status > > tavla@tavla:~$ networkctl > IDX LINK TYPE OPERATIONAL SETUP > 1 lo loopback carrier unmanaged > 2 eth0 ether routable configured > 3 wlan0 wlan routable unmanaged > > 3 links listed. > tavla@tavla:~$ networkctl status > ● State: routable > Online state: unknown > Address: 192.168.178.149 on eth0 > 192.168.178.113 on wlan0 > 2a0a:a549:a304:0:fadc:7aff:fe67:2e4 on eth0 > fe80::fadc:7aff:fe67:2e4 on eth0 > fe80::c2ee:40ff:fe8a:dd62 on wlan0 > Gateway: 192.168.178.1 on wlan0 > 192.168.178.1 on eth0 > fe80::3a10:d5ff:fe37:2c79 on eth0 > DNS: 192.168.178.1 > NTP: 192.168.178.1 > > ##### IWD status > > tavla@tavla:~$ iwctl device list > Devices > -------------------------------------------------------------------------------- > > Name Address Powered Adapter Mode > -------------------------------------------------------------------------------- > > wlan0 c0:ee:40:8a:dd:62 on phy0 station > > tavla@tavla:~$ iwctl device wlan0 show > Device: wlan0 > -------------------------------------------------------------------------------- > > Settable Property Value > -------------------------------------------------------------------------------- > > Name wlan0 > * Mode station > * Powered on > Address c0:ee:40:8a:dd:62 > Adapter phy0 > > tavla@tavla:~$ iwctl station wlan0 show > Station: wlan0 > -------------------------------------------------------------------------------- > > Settable Property Value > -------------------------------------------------------------------------------- > > Scanning no > State connected > Connected network TAVLA > IPv4 address 192.168.178.113 > ConnectedBss 38:10:d5:37:2c:7c > Frequency 5260 > Security WPA2-Personal > RSSI -33 dBm > TxBitrate 433300 Kbit/s > RxBitrate 6000 Kbit/s > > ##### brcmfmac log > > Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_fw_alloc_request: using > brcm/brcmfmac4339-sdio for chip BCM4339/2 > Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware > load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed > with error -2 > Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware > load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 > Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no > clm_blob available (err=-2), device may have limited channels available > Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_c_preinit_dcmds: > Firmware: BCM4339/2 wl0: Aug 4 2023 08:42:14 version 6.37.39.141 > (73212ff CY) > Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_cfg80211_attach: Using > regulatory domain US > > ##### IWD log > > Okt 10 09:38:16 tavla systemd[1]: Mounting var-lib-iwd.mount - > /var/lib/iwd... > Okt 10 09:38:16 tavla systemd[1]: Mounted var-lib-iwd.mount - > /var/lib/iwd. > Okt 10 09:38:18 tavla systemd[1]: Starting iwd.service - Wireless > service... > Okt 10 09:38:18 tavla iwd[386]: No Diffie-Hellman support found, WPS > will not be available > Okt 10 09:38:18 tavla iwd[386]: The following options are missing in > the kernel: > Okt 10 09:38:18 tavla iwd[386]: CONFIG_KEY_DH_OPERATIONS > Okt 10 09:38:18 tavla iwd[386]: Wireless daemon version 2.3 > Okt 10 09:38:18 tavla iwd[386]: Loaded configuration from > /etc/iwd/main.conf > Okt 10 09:38:18 tavla systemd[1]: Started iwd.service - Wireless service. > Okt 10 09:38:19 tavla iwd[386]: Wiphy: 0, Name: phy0 > Okt 10 09:38:19 tavla iwd[386]: Permanent Address: > c0:ee:40:8a:dd:62 > Okt 10 09:38:19 tavla iwd[386]: 2.4Ghz Band: > Okt 10 09:38:19 tavla iwd[386]: Bitrates (non-HT): > Okt 10 09:38:19 tavla iwd[386]: 1.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 2.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 5.5 Mbps > Okt 10 09:38:19 tavla iwd[386]: 11.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 6.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 9.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 12.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 18.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 24.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 36.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 48.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 54.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 5Ghz Band: > Okt 10 09:38:19 tavla iwd[386]: Bitrates (non-HT): > Okt 10 09:38:19 tavla iwd[386]: 6.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 9.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 12.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 18.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 24.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 36.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 48.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: 54.0 Mbps > Okt 10 09:38:19 tavla iwd[386]: Ciphers: BIP-CMAC-128 CCMP-128 > TKIP > Okt 10 09:38:19 tavla iwd[386]: Supported iftypes: ad-hoc > station ap p2p-client p2p-go p2p-device > Okt 10 09:38:19 tavla iwd[386]: Wiphy phy0 will only use the default > interface > Okt 10 09:38:19 tavla iwd[386]: No default interface for wiphy 0 > Okt 10 09:38:19 tavla iwd[386]: Could not register frame watch type > 00b0: -22 > Okt 10 09:38:20 tavla iwd[386]: hardware_rekey not supported > Okt 10 09:38:20 tavla iwd[386]: [DHCPv4] l_dhcp_client_start:1219 > Entering state: DHCP_STATE_SELECTING > Okt 10 09:38:20 tavla iwd[386]: [DHCPv4] dhcp_client_handle_offer:811 > Entering state: DHCP_STATE_REQUESTING > Okt 10 09:38:20 tavla iwd[386]: [DHCPv4] dhcp_client_rx_message:915 > Entering state: DHCP_STATE_BOUND > Okt 10 09:38:20 tavla iwd[386]: [DHCPv4] dhcp_client_rx_message:948 T1 > expiring in 431999064 ms > > ##### systemd-networkd log > > Okt 10 09:38:14 tavla systemd[1]: Listening on systemd-networkd.socket > - Network Service Netlink Socket. > Okt 10 09:38:15 tavla systemd[1]: Starting systemd-networkd.service - > Network Configuration... > Okt 10 09:38:15 tavla systemd-networkd[255]: lo: Link UP > Okt 10 09:38:15 tavla systemd-networkd[255]: lo: Gained carrier > Okt 10 09:38:15 tavla systemd-networkd[255]: Enumeration completed > Okt 10 09:38:15 tavla systemd-networkd[255]: eth0: found matching > network '/etc/systemd/network/10-eth0.network', based on potentially > unpredictable interface name. > Okt 10 09:38:15 tavla systemd-networkd[255]: eth0: Configuring with > /etc/systemd/network/10-eth0.network. > Okt 10 09:38:15 tavla systemd[1]: Started systemd-networkd.service - > Network Configuration. > Okt 10 09:38:15 tavla systemd-networkd[255]: eth0: Link UP > Okt 10 09:38:19 tavla systemd-networkd[255]: wlan0: Link UP > Okt 10 09:38:20 tavla systemd-networkd[255]: wlan0: Connected WiFi > access point: TAVLA (38:10:d5:37:2c:7c) > Okt 10 09:38:20 tavla systemd-networkd[255]: wlan0: Gained carrier > Okt 10 09:38:21 tavla systemd-networkd[255]: eth0: Gained carrier > Okt 10 09:38:21 tavla systemd-networkd[255]: eth0: found matching > network '/etc/systemd/network/10-eth0.network', based on potentially > unpredictable interface name. > Okt 10 09:38:21 tavla systemd-networkd[255]: eth0: DHCPv4 address > 192.168.178.149/24, gateway 192.168.178.1 acquired from 192.168.178.1 > Okt 10 09:38:22 tavla systemd-networkd[255]: wlan0: Gained IPv6LL > Okt 10 09:38:22 tavla systemd-networkd[255]: eth0: Gained IPv6LL > > ##### systemd-resolved log > > Okt 10 09:38:16 tavla systemd[1]: Starting systemd-resolved.service - > Network Name Resolution... > Okt 10 09:38:16 tavla systemd-resolved[312]: Positive Trust Anchors: > Okt 10 09:38:16 tavla systemd-resolved[312]: . IN DS 20326 8 2 > e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d > Okt 10 09:38:16 tavla systemd-resolved[312]: Negative trust anchors: > home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa > 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa > 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa > 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa > 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa > 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa > 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa > ipv4only.arpa corp home internal intranet lan local private test > Okt 10 09:38:18 tavla systemd-resolved[312]: Using system hostname > 'tavla'. > Okt 10 09:38:18 tavla systemd[1]: Started systemd-resolved.service - > Network Name Resolution. > Okt 10 09:38:20 tavla systemd-resolved[312]: wlan0: Bus client set DNS > server list to: 192.168.178.1 > Okt 10 09:38:20 tavla systemd-resolved[312]: wlan0: Bus client set > search domain list to: fritz.box > Okt 10 09:38:20 tavla systemd-resolved[312]: Detected conflict on > tavla IN A 192.168.178.113 > Okt 10 09:38:20 tavla systemd-resolved[312]: Hostname conflict, > changing published hostname from 'tavla' to 'tavla11'. > Okt 10 09:38:21 tavla systemd-resolved[312]: Clock change detected. > Flushing caches. > Okt 10 09:38:21 tavla systemd-resolved[312]: Detected conflict on > tavla11 IN A 192.168.178.113 > Okt 10 09:38:21 tavla systemd-resolved[312]: Hostname conflict, > changing published hostname from 'tavla11' to 'tavla18'. > Okt 10 09:38:45 tavla systemd-resolved[312]: Using degraded feature > set UDP instead of UDP+EDNS0 for DNS server 192.168.178.1. > Okt 10 09:41:28 tavla sudo[1307]: tavla : TTY=pts/0 ; > PWD=/home/tavla ; USER=root ; COMMAND=/usr/bin/systemctl status > systemd-resolved > > > -- Martin Petzold (Inhaber & Geschäftsführer) TAVLA Technology GmbH Im Dau 14 50678 Köln Deutschland Telefon: +49 (0)221 / 3466 0885 Mobil: +49 (0)179 / 9220154 E-Mail: martin.petzold@tavla.de ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-12 11:06 ` Martin Petzold @ 2024-10-12 11:51 ` Arend van Spriel 2024-10-13 15:43 ` Martin Petzold 2024-10-30 19:19 ` Martin Petzold 0 siblings, 2 replies; 68+ messages in thread From: Arend van Spriel @ 2024-10-12 11:51 UTC (permalink / raw) To: Martin Petzold; +Cc: Denis Kenzior, iwd On 10/12/2024 1:06 PM, Martin Petzold wrote: > Hi Arend, > > Am 10.10.24 um 10:06 schrieb Martin Petzold: >> Hi Arend, >> >> Am 09.10.24 um 18:50 schrieb Arend Van Spriel: >>> On October 9, 2024 6:07:16 PM Denis Kenzior <denkenz@gmail.com> wrote: >>> >>>> Hi Martin, >>>> >>>> On 10/9/24 4:43 AM, Martin Petzold wrote: >>>>> Hi >>>>> >>>>> PROBLEM >>>>> >>>>> We (still) have some trouble with IWD together with brcmfmac. We >>>>> updated >>>>> firmware for the chip (Infineon CYW43353) to latest version >>>>> 11.171.0.24 and also >>>> >>>> Ugh :) That stuff is known to be problematic. You might want to >>>> involve Arend >>>> in this discussion. >>> >>> Is this specifically related to WPA3 or in general? The version does >>> not tell me much and I don't have access to Infineon firmware to >>> examine. I do know there are two variants floating around regarding >>> WPA3-SAE support: 1) supplicant in firmware and 2) using EXT_AUTH. >>> The latter is supported in downstream repo on github, but it has not >>> been done in upstream linux-wireless. I did post patches for testing >>> last month. >> >> I was able to migrate to NXP kernel 6.1.36 with Debian bookworm rootfs >> containing IWD 2.3. I will try also to build IWD 2.22 later. If this >> setup / configuration makes sense I would go to roaming environments >> again. However, I have the following questions and please find the >> configuration and logs below: >> >> 1. Why does brcmfmac report "Using regulatory domain US" even though I >> have set "ccode=EU" and "regrev=116" in /lib/firmware/brcm/ >> brcmfmac4339-sdio.txt? > > I had an entry in the device tree (laird,regdomain = "US"), which seems > to be stronger than the value in the brcmfmac4339-sdio.txt. Can you > confirm? > > Now I don't get any output like "Using regulatory domain ..." any more. > How can I now be sure that EU (ETSI) is used? I really have no clue. This is not in the upstream driver so I assume you are also using some Infineon flavor of the brcmfmac driver. That device tree entry is definitely not in the bindings specification. >> 2. Is it the best approach to use firmware for Laird LWB5 / CYW43353 >> from their Git repository (laird-lwb5-etsi-firmware-11.171.0.24.tar.bz2)? > > Here I switched to newer version 12.29.0.22. I assume this firmware is > the correct one and should work with the Kernel brcmfmac driver > (6.1.36), right? Sorry. No answer to that. I have no knowledge about distribution packages from Laird. >> 3. If you say roaming can be handled by firmware (driver?) OR daemon >> (IWD), what is the best approach and how to configure it? > > This question is still open for me. In general the question, will > brcmfmac work with the laird firmware and IWD stable (really good) also > for roaming? In general it is best to let firmware take care of roaming. You can try using the module parameter 'roam_off' and see how well IWD takes care of roaming. I have never used IWD. >> 4. Is it valid to always use brcm-patchram-plus to load the firmware >> on every boot? What is brcm-patchram-plus? >> 5. I see the following error (more log below). What is going wrong? >> >> Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware >> load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed >> with error -2 >> Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware >> load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 >> Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no >> clm_blob available (err=-2), device may have limited channels available Nothing wrong here except that it does not find a clm_blob file. > What about the "clm_blob". Is it required in file system for 4339? (I > don't want to have limited channels) What channels are reported if you use the iw utility? Regards, Arend ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-12 11:51 ` Arend van Spriel @ 2024-10-13 15:43 ` Martin Petzold 2024-10-30 19:19 ` Martin Petzold 1 sibling, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-13 15:43 UTC (permalink / raw) To: Arend van Spriel; +Cc: Denis Kenzior, iwd Hi Arend, Am 12.10.24 um 13:51 schrieb Arend van Spriel: > On 10/12/2024 1:06 PM, Martin Petzold wrote: >> Hi Arend, >> >> Am 10.10.24 um 10:06 schrieb Martin Petzold: >>> Hi Arend, >>> >>> Am 09.10.24 um 18:50 schrieb Arend Van Spriel: >>> >>> I was able to migrate to NXP kernel 6.1.36 with Debian bookworm >>> rootfs containing IWD 2.3. I will try also to build IWD 2.22 later. >>> If this setup / configuration makes sense I would go to roaming >>> environments again. However, I have the following questions and >>> please find the configuration and logs below: >>> >>> 1. Why does brcmfmac report "Using regulatory domain US" even though >>> I have set "ccode=EU" and "regrev=116" in /lib/firmware/brcm/ >>> brcmfmac4339-sdio.txt? >> >> I had an entry in the device tree (laird,regdomain = "US"), which >> seems to be stronger than the value in the brcmfmac4339-sdio.txt. Can >> you confirm? >> >> Now I don't get any output like "Using regulatory domain ..." any >> more. How can I now be sure that EU (ETSI) is used? > > I really have no clue. This is not in the upstream driver so I assume > you are also using some Infineon flavor of the brcmfmac driver. That > device tree entry is definitely not in the bindings specification. We are using "community kernel 6.1.36 + minor patches to use latest firmware (Laird) and reg domain control from the dts [2]" (I assume community kernel refers to NXP kernel, which is derived from mainline) [1, 2]. I have now removed the device tree entry and I assume then the reg domain should be used from brcmfmac4339-sdio.txt. [1] https://github.com/varigit/linux-imx/commits/lf-6.1.y_var03/drivers/net/wireless/broadcom/brcm80211/brcmfmac [2] https://github.com/varigit/linux-imx/commit/aa055e53527e1321276a44b5105eef2910655da4 > >>> 2. Is it the best approach to use firmware for Laird LWB5 / CYW43353 >>> from their Git repository >>> (laird-lwb5-etsi-firmware-11.171.0.24.tar.bz2)? >> >> Here I switched to newer version 12.29.0.22. I assume this firmware >> is the correct one and should work with the Kernel brcmfmac driver >> (6.1.36), right? > > Sorry. No answer to that. I have no knowledge about distribution > packages from Laird. Okay, so you would recommend to use upstream firmware [3,4] with your mainline driver, right? Also for the Laird Sterling-LWB5 (Infineon CYW43353)? SOM vendor tells me: "mainline firmware are not validated by Laird, mainline firmware are usually older than those provided by Laird". How is the regulatory domain configured for Infineon CYW43353 if I use YOUR mainline driver and firmware? [3] https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git [4] https://packages.debian.org/bookworm-backports/firmware-brcm80211 > >>> 3. If you say roaming can be handled by firmware (driver?) OR daemon >>> (IWD), what is the best approach and how to configure it? >> >> This question is still open for me. In general the question, will >> brcmfmac work with the laird firmware and IWD stable (really good) >> also for roaming? > > In general it is best to let firmware take care of roaming. You can > try using the module parameter 'roam_off' and see how well IWD takes > care of roaming. I have never used IWD. IMHO it seems IWD is getting some adoption. For me it seems to be a really good alternative together with systemd-networkd. We wanted to migrate from NetworkManager to IWD together with 6.1.36 kernel. Of course I know IWD is coming from Intel and you are working for Broadcom, there could be some political / strategic issues then. However, I think it would be quite important to have brcmfmac driver work well and be tested with IWD. > >>> 4. Is it valid to always use brcm-patchram-plus to load the firmware >>> on every boot? > > What is brcm-patchram-plus? It is a tool built by Broadcom to load the firmware to the chip: https://github.com/varigit/meta-variscite-bsp-common/blob/mickledore-var02/recipes-connectivity/brcm-patchram-plus/brcm-patchram-plus/brcm_patchram_plus.c This is what our SOM vendor (Variscite) suggests to do: Blacklist "brcmfmac" and then there are scripts to load the firmware (from Laird) to the chip and then enable the "brcmfmac" driver module. Bad idea? Maybe this is some legacy for older kernels or non mainline drivers? Is this actually also handled by your kernel driver? I mean the firmware loading if I switch to mainline? > >>> 5. I see the following error (more log below). What is going wrong? >>> >>> Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware >>> load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed >>> with error -2 >>> Okt 10 09:38:19 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware >>> load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 >>> Okt 10 09:38:19 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no >>> clm_blob available (err=-2), device may have limited channels available > > Nothing wrong here except that it does not find a clm_blob file. > >> What about the "clm_blob". Is it required in file system for 4339? (I >> don't want to have limited channels) > > What channels are reported if you use the iw utility? I get the following output, which seems to be wrong (or can't I trust IW): ----- tavla@tavla:~$ sudo journalctl --boot --no-pager | grep brcm Okt 13 16:53:35 tavla kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2 Okt 13 16:53:35 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed with error -2 Okt 13 16:53:35 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 Okt 13 16:53:36 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available Okt 13 16:53:36 tavla kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4339/2 wl0: Aug 4 2023 08:42:14 version 6.37.39.141 (73212ff CY) Okt 13 16:53:36 tavla kernel: ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0x5, action 0x4 Okt 13 16:53:54 tavla kernel: ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0x5, action 0x4 tavla@tavla:~$ sudo iw reg get global country 00: DFS-UNSET (2402 - 2472 @ 40), (6, 20), (N/A) (2457 - 2482 @ 20), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN (2474 - 2494 @ 20), (6, 20), (N/A), NO-OFDM, PASSIVE-SCAN (5170 - 5250 @ 80), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN (5250 - 5330 @ 80), (6, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN (5490 - 5730 @ 160), (6, 20), (0 ms), DFS, PASSIVE-SCAN (5735 - 5835 @ 80), (6, 20), (N/A), PASSIVE-SCAN (57240 - 63720 @ 2160), (N/A, 0), (N/A) phy#0 country 99: DFS-UNSET (2402 - 2482 @ 40), (6, 20), (N/A) (2474 - 2494 @ 20), (6, 20), (N/A) (5140 - 5360 @ 160), (6, 20), (N/A) (5460 - 5860 @ 160), (6, 20), (N/A) tavla@tavla:~$ cat /lib/firmware/brcm/brcmfmac4339-sdio.txt # Sample variables file for BCM94339 WLBGA with eTR,iPA, and eLNA. Sterling-LWB5 CYW43353 NVRAMRev=$Rev: 410316 $ sromrev=11 boardrev=0x1203 boardtype=0x06c5 boardflags=0x00000c01 boardflags2=0x00002000 boardflags3=0x8101188 macaddr=00:90:4c:c5:12:38 cctl=0 ccode=EU regrev=116 antswitch=0 pdgain5g=7 pdgain2g=7 tworangetssi2g=0 tworangetssi5g=0 femctrl=7 vendid=0x14e4 devid=0x43ae manfid=0x2d0 nocrc=1 otpimagesize=502 xtalfreq=37400 extpagain2g=2 pdetrange2g=2 extpagain5g=2 pdetrange5g=2 rxgains2gelnagaina0=0 rxgains2gtrisoa0=7 rxgains2gtrelnabypa0=0 rxgains5gelnagaina0=0 rxgains5gtrisoa0=11 rxgains5gtrelnabypa0=0 rxchain=1 txchain=1 aa2g=1 aa5g=1 tssipos5g=0 tssipos2g=0 pa2ga0=-159,5841,-699 pa2gccka0=-162,6244,-755 pa5ga0=-185,5721,-690,-185,5693,-688,-193,5445,-670,-194,5352,-661 pa5gbw40a0=-188,5836,-710,-187,5839,-708,-173,5956,-714,-159,6022,-712 pa5gbw80a0=-184,5789,-700,-185,5784,-700,-175,5797,-699,-172,5749,-692 pdoffset40ma0=0 pdoffset80ma0=0 pdoffsetcckma0=0 maxp2ga0=0x4A maxp5ga0=0x4A,0x4A,0x4A,0x4A cckbw202gpo=0x0000 cckbw20ul2gpo=0x0000 mcsbw202gpo=0x66666666 mcsbw402gpo=0x66666666 dot11agofdmhrbw202gpo=0x4444 ofdmlrbw202gpo=0x4444 tssifloor2g=500 mcsbw205glpo=0x22222222 mcsbw405glpo=0x55555555 mcsbw805glpo=0xaaaaaaaa mcsbw1605glpo=0xffffffff mcsbw205gmpo=0x22222222 mcsbw405gmpo=0x55555555 mcsbw805gmpo=0xaaaaaaaa mcsbw1605gmpo=0xffffffff mcsbw205ghpo=0x22222222 mcsbw405ghpo=0x55555555 mcsbw805ghpo=0xaaaaaaaa mcsbw1605ghpo=0xffffffff mcslr5glpo=0x0000 mcslr5gmpo=0x0000 mcslr5ghpo=0x0000 sb20in40hrpo=0x0 sb20in80and160hr5glpo=0x0 sb40and80hr5glpo=0x0 sb20in80and160hr5gmpo=0x0 sb40and80hr5gmpo=0x0 sb20in80and160hr5ghpo=0x0 sb40and80hr5ghpo=0x0 sb20in40lrpo=0x0 sb20in80and160lr5glpo=0x0 sb40and80lr5glpo=0x0 sb20in80and160lr5gmpo=0x0 sb40and80lr5gmpo=0x0 sb20in80and160lr5ghpo=0x0 sb40and80lr5ghpo=0x0 dot11agduphrpo=0x0 dot11agduplrpo=0x0 phycal_tempdelta=25 cckdigfilttype=2 swctrlmap_5g=0x00000008,0x00000010,0x00000008,0x000000,0x038 swctrlmap_2g=0x00000001,0x00000002,0x00000001,0x040002,0x0ff swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 muxenab=0x11 rssicorrnorm_c0=3,3 rssicorrnorm5g_c0=2,3,4,2,3,3,0,1,2,0,1,2 paparambwver=1 AvVmid_c0=2,155,2,146,2,150,2,154,2,152 ed_thresh2g=-70 ed_thresh5g=-73 txidxcap2g=0 txidxcap5g=0 ----- ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-12 11:51 ` Arend van Spriel 2024-10-13 15:43 ` Martin Petzold @ 2024-10-30 19:19 ` Martin Petzold 2024-10-30 19:23 ` James Prestwood 1 sibling, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-30 19:19 UTC (permalink / raw) To: James Prestwood; +Cc: Denis Kenzior, iwd, Arend van Spriel Dear James, I am still investigating several things. Also it seems the related roaming environment is quite a challenge. Maybe if we manage this one, others won't be a problem. Am 12.10.24 um 13:51 schrieb Arend van Spriel: > On 10/12/2024 1:06 PM, Martin Petzold wrote: >>> 3. If you say roaming can be handled by firmware (driver?) OR daemon >>> (IWD), what is the best approach and how to configure it? >> >> This question is still open for me. In general the question, will >> brcmfmac work with the laird firmware and IWD stable (really good) >> also for roaming? > > In general it is best to let firmware take care of roaming. You can > try using the module parameter 'roam_off' and see how well IWD takes > care of roaming. I have never used IWD. What will happen if I use 'roam_off' to switch off roaming in firmware (I understand roaming is done in firmware and not brcmfmac driver)? Would you expect it to work? And IWD taking over as it should? Additional question: Could there be any power_save enabled in my setup? (btw. some online sources tell the parameter 'roamoff' and not 'roam_off') Thanks, Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-30 19:19 ` Martin Petzold @ 2024-10-30 19:23 ` James Prestwood 0 siblings, 0 replies; 68+ messages in thread From: James Prestwood @ 2024-10-30 19:23 UTC (permalink / raw) To: Martin Petzold; +Cc: Denis Kenzior, iwd, Arend van Spriel On 10/30/24 12:19 PM, Martin Petzold wrote: > Dear James, > > I am still investigating several things. Also it seems the related > roaming environment is quite a challenge. Maybe if we manage this one, > others won't be a problem. > > Am 12.10.24 um 13:51 schrieb Arend van Spriel: >> On 10/12/2024 1:06 PM, Martin Petzold wrote: >>>> 3. If you say roaming can be handled by firmware (driver?) OR >>>> daemon (IWD), what is the best approach and how to configure it? >>> >>> This question is still open for me. In general the question, will >>> brcmfmac work with the laird firmware and IWD stable (really good) >>> also for roaming? >> >> In general it is best to let firmware take care of roaming. You can >> try using the module parameter 'roam_off' and see how well IWD takes >> care of roaming. I have never used IWD. > > What will happen if I use 'roam_off' to switch off roaming in firmware > (I understand roaming is done in firmware and not brcmfmac driver)? > > Would you expect it to work? And IWD taking over as it should? > > Additional question: Could there be any power_save enabled in my setup? > > (btw. some online sources tell the parameter 'roamoff' and not > 'roam_off') IWD is not going to be able to roam because full mac cards don't expose the ability for userspace to control that, or didn't at least when fullmac support was added to IWD. It seems like this might be changing, but at this time IWD likely won't roam. And if the driver doesn't support CMD_AUTHENTICATE and CMD_ASSOCIATE its entirely not possible for userspace to initiate a roam on those drivers. > > Thanks, > > Martin > ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-09 16:07 ` Denis Kenzior 2024-10-09 16:50 ` Arend Van Spriel @ 2024-10-09 16:58 ` Arend Van Spriel 2024-10-10 13:20 ` Martin Petzold 2024-10-15 14:43 ` Martin Petzold 3 siblings, 0 replies; 68+ messages in thread From: Arend Van Spriel @ 2024-10-09 16:58 UTC (permalink / raw) To: Denis Kenzior, Martin Petzold, iwd On October 9, 2024 6:07:16 PM Denis Kenzior <denkenz@gmail.com> wrote: > Hi Martin, > > On 10/9/24 4:43 AM, Martin Petzold wrote: >> Hi >> >> PROBLEM [...] >> IWD to 1.27. The situation became a lot more stable...until we tested roaming >> setups. It seems that for IWD 1.27 and maybe also later roaming is completely >> broken (at least for brcmfmac). It does not connect (No suitable BSSes >> found) or > > 'brcmfmac' -> Full MAC. Full MAC implies that all roaming is handled by the > firmware and iwd is not (or hardly?) involved in roaming with such setups. There is a module parameter to disable roaming support in firmware, but it is enabled by default. Regards, Arend ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-09 16:07 ` Denis Kenzior 2024-10-09 16:50 ` Arend Van Spriel 2024-10-09 16:58 ` Arend Van Spriel @ 2024-10-10 13:20 ` Martin Petzold 2024-10-10 13:36 ` James Prestwood 2024-10-15 14:43 ` Martin Petzold 3 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-10 13:20 UTC (permalink / raw) To: Denis Kenzior; +Cc: iwd@lists.linux.dev Hi Denis, Am 09.10.24 um 18:07 schrieb Denis Kenzior: > [...] > >> 3. Build IWD 2.22 from source (maybe using Debian sid source >> package?) -> how to do best and will this work with libc6 version >> 2.36? Missing libreadline8t64? > > I mean this is your only real solution. There is no 'long term > support' model for iwd. You either run the latest or you're on your > own. It is highly unlikely that any of the developers will look at > logs (or attempt to fix) anything but the latest version. > > Why does the following build fail. I did not install 'python-docutils' package because is is not available for Debian bookworm (only a source package). How should I proceed? Maybe the documentation should be fixed then for Debian bookworm. ---------- $ make GEN ell/shared GEN ell/internal GEN ell/ell.h GEN src/builtin.h make --no-print-directory all-am CC client/main.o CC client/adapter.o CC client/agent.o CC client/agent-manager.o CC client/ad-hoc.o CC client/ap.o CC client/command.o CC client/dbus-proxy.o CC client/device.o CC client/display.o CC client/known-networks.o CC client/network.o CC client/properties.o CC client/wsc.o CC client/station.o CC client/diagnostic.o CC client/daemon.o CC client/dpp.o CC client/dpp-pkex.o CC client/station-debug.o CC client/bss.o CC src/util.o CC src/band.o CC ell/util.lo CC ell/test.lo CC ell/strv.lo CC ell/utf8.lo CC ell/queue.lo CC ell/hashmap.lo CC ell/string.lo CC ell/settings.lo CC ell/main.lo CC ell/idle.lo CC ell/signal.lo CC ell/timeout.lo CC ell/io.lo CC ell/ringbuf.lo CC ell/log.lo CC ell/checksum.lo CC ell/netlink.lo CC ell/genl.lo CC ell/rtnl.lo CC ell/dbus.lo CC ell/dbus-message.lo CC ell/dbus-util.lo CC ell/dbus-service.lo CC ell/dbus-client.lo CC ell/dbus-name-cache.lo CC ell/dbus-filter.lo CC ell/gvariant-util.lo CC ell/siphash.lo CC ell/hwdb.lo CC ell/cipher.lo CC ell/random.lo CC ell/uintset.lo CC ell/base64.lo CC ell/pem.lo CC ell/tls.lo CC ell/tls-record.lo CC ell/tls-suites.lo CC ell/tls-extensions.lo CC ell/uuid.lo CC ell/key.lo CC ell/file.lo CC ell/dir.lo CC ell/net.lo CC ell/dhcp.lo CC ell/dhcp-transport.lo CC ell/dhcp-lease.lo CC ell/dhcp-util.lo CC ell/dhcp-server.lo CC ell/cert.lo CC ell/cert-crypto.lo CC ell/ecc-external.lo CC ell/ecc.lo CC ell/ecdh.lo CC ell/time.lo CC ell/path.lo CC ell/dhcp6.lo CC ell/icmp6.lo CC ell/dhcp6-lease.lo CC ell/dhcp6-transport.lo CC ell/acd.lo CC ell/netconfig.lo CC ell/sysctl.lo CC ell/notifylist.lo CCLD ell/libell-internal.la CCLD client/iwctl CC monitor/main.o CC monitor/nlmon.o CC monitor/pcap.o CC monitor/display.o CC src/ie.o CC src/wscutil.o CC src/mpdu.o CC src/crypto.o CC src/watchlist.o CC src/eapolutil.o CC src/nl80211cmd.o CC src/p2putil.o CC src/anqputil.o CCLD monitor/iwmon CC src/main.o CC src/netdev.o CC src/wiphy.o CC src/device.o CC src/station.o CC src/dbus.o CC src/eapol.o CC src/handshake.o CC src/scan.o CC src/common.o CC src/agent.o CC src/storage.o CC src/network.o CC src/wsc.o CC src/backtrace.o CC src/knownnetworks.o CC src/rfkill.o CC src/ft.o CC src/ap.o CC src/adhoc.o CC src/sae.o CC src/nl80211util.o CC src/owe.o CC src/blacklist.o CC src/manager.o CC src/erp.o CC src/fils.o CC src/anqp.o CC src/netconfig.o CC src/netconfig-commit.o CC src/resolve.o CC src/hotspot.o CC src/p2p.o CC src/module.o CC src/rrm.o CC src/frame-xchg.o CC src/eap-wsc.o CC src/diagnostic.o CC src/ip-pool.o CC src/sysfs.o CC src/offchannel.o CC src/dpp-util.o CC src/json.o CC src/dpp.o CC src/udev.o CC src/eap.o src/eap.c: In function ‘eap_rx_packet’: src/eap.c:419:57: warning: ‘vendor_type’ may be used uninitialized [-Wmaybe-uninitialized] 419 | (type == EAP_TYPE_EXPANDED && vendor_id == (id) && vendor_type == (t)) | ^~ src/eap.c:429:18: note: ‘vendor_type’ was declared here 429 | uint32_t vendor_type; | ^~~~~~~~~~~ src/eap.c:419:49: warning: ‘vendor_id’ may be used uninitialized [-Wmaybe-uninitialized] 419 | (type == EAP_TYPE_EXPANDED && vendor_id == (id) && vendor_type == (t)) | ^~ src/eap.c:428:18: note: ‘vendor_id’ was declared here 428 | uint32_t vendor_id; | ^~~~~~~~~ CC src/eap-md5.o CC src/eap-tls.o CC src/eap-ttls.o CC src/eap-mschapv2.o CC src/eap-sim.o CC src/eap-aka.o CC src/eap-peap.o CC src/eap-gtc.o CC src/eap-pwd.o CC src/simutil.o CC src/simauth.o CC src/eap-tls-common.o CC src/mschaputil.o CCLD src/iwd CC tools/probe-req.o CCLD tools/probe-req CC tools/iwd-decrypt-profile.o CCLD tools/iwd-decrypt-profile GEN src/iwd.8 Generated manual page src/iwd.8 does not exist make[1]: *** [Makefile:4106: src/iwd.8] Fehler 1 make: *** [Makefile:1746: all] Fehler 2 ---------- Thanks, Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-10 13:20 ` Martin Petzold @ 2024-10-10 13:36 ` James Prestwood 2024-10-10 13:47 ` Martin Petzold 0 siblings, 1 reply; 68+ messages in thread From: James Prestwood @ 2024-10-10 13:36 UTC (permalink / raw) To: Martin Petzold, Denis Kenzior; +Cc: iwd@lists.linux.dev On 10/10/24 6:20 AM, Martin Petzold wrote: > Hi Denis, > > Am 09.10.24 um 18:07 schrieb Denis Kenzior: >> [...] >> >>> 3. Build IWD 2.22 from source (maybe using Debian sid source >>> package?) -> how to do best and will this work with libc6 version >>> 2.36? Missing libreadline8t64? >> >> I mean this is your only real solution. There is no 'long term >> support' model for iwd. You either run the latest or you're on your >> own. It is highly unlikely that any of the developers will look at >> logs (or attempt to fix) anything but the latest version. >> >> > Why does the following build fail. I did not install 'python-docutils' > package because is is not available for Debian bookworm (only a source > package). How should I proceed? Maybe the documentation should be > fixed then for Debian bookworm. You need to use an updated version of ELL. IWD and ELL get released in tandem in case of any API/behavior changes. > > ---------- > > $ make > GEN ell/shared > GEN ell/internal > GEN ell/ell.h > GEN src/builtin.h > make --no-print-directory all-am > CC client/main.o > CC client/adapter.o > CC client/agent.o > CC client/agent-manager.o > CC client/ad-hoc.o > CC client/ap.o > CC client/command.o > CC client/dbus-proxy.o > CC client/device.o > CC client/display.o > CC client/known-networks.o > CC client/network.o > CC client/properties.o > CC client/wsc.o > CC client/station.o > CC client/diagnostic.o > CC client/daemon.o > CC client/dpp.o > CC client/dpp-pkex.o > CC client/station-debug.o > CC client/bss.o > CC src/util.o > CC src/band.o > CC ell/util.lo > CC ell/test.lo > CC ell/strv.lo > CC ell/utf8.lo > CC ell/queue.lo > CC ell/hashmap.lo > CC ell/string.lo > CC ell/settings.lo > CC ell/main.lo > CC ell/idle.lo > CC ell/signal.lo > CC ell/timeout.lo > CC ell/io.lo > CC ell/ringbuf.lo > CC ell/log.lo > CC ell/checksum.lo > CC ell/netlink.lo > CC ell/genl.lo > CC ell/rtnl.lo > CC ell/dbus.lo > CC ell/dbus-message.lo > CC ell/dbus-util.lo > CC ell/dbus-service.lo > CC ell/dbus-client.lo > CC ell/dbus-name-cache.lo > CC ell/dbus-filter.lo > CC ell/gvariant-util.lo > CC ell/siphash.lo > CC ell/hwdb.lo > CC ell/cipher.lo > CC ell/random.lo > CC ell/uintset.lo > CC ell/base64.lo > CC ell/pem.lo > CC ell/tls.lo > CC ell/tls-record.lo > CC ell/tls-suites.lo > CC ell/tls-extensions.lo > CC ell/uuid.lo > CC ell/key.lo > CC ell/file.lo > CC ell/dir.lo > CC ell/net.lo > CC ell/dhcp.lo > CC ell/dhcp-transport.lo > CC ell/dhcp-lease.lo > CC ell/dhcp-util.lo > CC ell/dhcp-server.lo > CC ell/cert.lo > CC ell/cert-crypto.lo > CC ell/ecc-external.lo > CC ell/ecc.lo > CC ell/ecdh.lo > CC ell/time.lo > CC ell/path.lo > CC ell/dhcp6.lo > CC ell/icmp6.lo > CC ell/dhcp6-lease.lo > CC ell/dhcp6-transport.lo > CC ell/acd.lo > CC ell/netconfig.lo > CC ell/sysctl.lo > CC ell/notifylist.lo > CCLD ell/libell-internal.la > CCLD client/iwctl > CC monitor/main.o > CC monitor/nlmon.o > CC monitor/pcap.o > CC monitor/display.o > CC src/ie.o > CC src/wscutil.o > CC src/mpdu.o > CC src/crypto.o > CC src/watchlist.o > CC src/eapolutil.o > CC src/nl80211cmd.o > CC src/p2putil.o > CC src/anqputil.o > CCLD monitor/iwmon > CC src/main.o > CC src/netdev.o > CC src/wiphy.o > CC src/device.o > CC src/station.o > CC src/dbus.o > CC src/eapol.o > CC src/handshake.o > CC src/scan.o > CC src/common.o > CC src/agent.o > CC src/storage.o > CC src/network.o > CC src/wsc.o > CC src/backtrace.o > CC src/knownnetworks.o > CC src/rfkill.o > CC src/ft.o > CC src/ap.o > CC src/adhoc.o > CC src/sae.o > CC src/nl80211util.o > CC src/owe.o > CC src/blacklist.o > CC src/manager.o > CC src/erp.o > CC src/fils.o > CC src/anqp.o > CC src/netconfig.o > CC src/netconfig-commit.o > CC src/resolve.o > CC src/hotspot.o > CC src/p2p.o > CC src/module.o > CC src/rrm.o > CC src/frame-xchg.o > CC src/eap-wsc.o > CC src/diagnostic.o > CC src/ip-pool.o > CC src/sysfs.o > CC src/offchannel.o > CC src/dpp-util.o > CC src/json.o > CC src/dpp.o > CC src/udev.o > CC src/eap.o > src/eap.c: In function ‘eap_rx_packet’: > src/eap.c:419:57: warning: ‘vendor_type’ may be used uninitialized > [-Wmaybe-uninitialized] > 419 | (type == EAP_TYPE_EXPANDED && vendor_id == (id) && > vendor_type == (t)) > | ^~ > src/eap.c:429:18: note: ‘vendor_type’ was declared here > 429 | uint32_t vendor_type; > | ^~~~~~~~~~~ > src/eap.c:419:49: warning: ‘vendor_id’ may be used uninitialized > [-Wmaybe-uninitialized] > 419 | (type == EAP_TYPE_EXPANDED && vendor_id == (id) && > vendor_type == (t)) > | ^~ > src/eap.c:428:18: note: ‘vendor_id’ was declared here > 428 | uint32_t vendor_id; > | ^~~~~~~~~ > CC src/eap-md5.o > CC src/eap-tls.o > CC src/eap-ttls.o > CC src/eap-mschapv2.o > CC src/eap-sim.o > CC src/eap-aka.o > CC src/eap-peap.o > CC src/eap-gtc.o > CC src/eap-pwd.o > CC src/simutil.o > CC src/simauth.o > CC src/eap-tls-common.o > CC src/mschaputil.o > CCLD src/iwd > CC tools/probe-req.o > CCLD tools/probe-req > CC tools/iwd-decrypt-profile.o > CCLD tools/iwd-decrypt-profile > GEN src/iwd.8 > Generated manual page src/iwd.8 does not exist > make[1]: *** [Makefile:4106: src/iwd.8] Fehler 1 > make: *** [Makefile:1746: all] Fehler 2 > > ---------- > > Thanks, > > Martin > > ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-10 13:36 ` James Prestwood @ 2024-10-10 13:47 ` Martin Petzold 2024-10-10 13:55 ` James Prestwood 0 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-10 13:47 UTC (permalink / raw) To: James Prestwood; +Cc: iwd@lists.linux.dev, Denis Kenzior Hi James, Am 10.10.24 um 15:36 schrieb James Prestwood: > > On 10/10/24 6:20 AM, Martin Petzold wrote: >> Hi Denis, >> >> Am 09.10.24 um 18:07 schrieb Denis Kenzior: >>> [...] >>> >>>> 3. Build IWD 2.22 from source (maybe using Debian sid source >>>> package?) -> how to do best and will this work with libc6 version >>>> 2.36? Missing libreadline8t64? >>> >>> I mean this is your only real solution. There is no 'long term >>> support' model for iwd. You either run the latest or you're on your >>> own. It is highly unlikely that any of the developers will look at >>> logs (or attempt to fix) anything but the latest version. >>> >>> >> Why does the following build fail. I did not install >> 'python-docutils' package because is is not available for Debian >> bookworm (only a source package). How should I proceed? Maybe the >> documentation should be fixed then for Debian bookworm. > You need to use an updated version of ELL. IWD and ELL get released in > tandem in case of any API/behavior changes. I used for both git HEAD repository (how can I get both in line?): tavla@tavla:~/iwd$ make clean rm -f client/iwctl monitor/iwmon test -z "src/iwd.service wired/ead.service" || rm -f src/iwd.service wired/ead.service rm -f src/iwd rm -rf .libs _libs rm -rf client/.libs client/_libs rm -rf ell/.libs ell/_libs rm -rf monitor/.libs monitor/_libs rm -rf src/.libs src/_libs rm -rf tools/.libs tools/_libs rm -rf unit/.libs unit/_libs rm -rf wired/.libs wired/_libs quiet --directory . -z /bin/bash: Zeile 1: quiet: Kommando nicht gefunden. make: [Makefile:4113: gcov-clean] Fehler 127 (ignoriert) rm -rf "./iwd-coverage.info" "./gcov" find . -name "*.gcda" -o -name "*.gcov" -o -name "*.gcno" -delete rm -f unit/cert-*.pem unit/cert-*.csr unit/cert-*.srl unit/*-settings.8021x test -z "ell/libell-internal.la" || rm -f ell/libell-internal.la rm -f ell/so_locations rm -f tools/probe-req tools/iwd-decrypt-profile rm -f *.o rm -f client/*.o rm -f ell/*.o rm -f ell/*.lo rm -f monitor/*.o rm -f src/*.o rm -f tools/*.o rm -f unit/*.o rm -f wired/*.o test -z "unit/test-cmac-aes.log unit/test-hmac-md5.log unit/test-hmac-sha1.log unit/test-hmac-sha256.log unit/test-prf-sha1.log unit/test-kdf-sha256.log unit/test-crypto.log unit/test-eapol.log unit/test-mpdu.log unit/test-ie.log unit/test-util.log unit/test-ssid-security.log unit/test-arc4.log unit/test-wsc.log unit/test-eap-mschapv2.log unit/test-eap-sim.log unit/test-sae.log unit/test-p2p.log unit/test-band.log unit/test-dpp.log unit/test-json.log unit/test-nl80211util.log unit/test-client.log" || rm -f unit/test-cmac-aes.log unit/test-hmac-md5.log unit/test-hmac-sha1.log unit/test-hmac-sha256.log unit/test-prf-sha1.log unit/test-kdf-sha256.log unit/test-crypto.log unit/test-eapol.log unit/test-mpdu.log unit/test-ie.log unit/test-util.log unit/test-ssid-security.log unit/test-arc4.log unit/test-wsc.log unit/test-eap-mschapv2.log unit/test-eap-sim.log unit/test-sae.log unit/test-p2p.log unit/test-band.log unit/test-dpp.log unit/test-json.log unit/test-nl80211util.log unit/test-client.log test -z "unit/test-cmac-aes.trs unit/test-hmac-md5.trs unit/test-hmac-sha1.trs unit/test-hmac-sha256.trs unit/test-prf-sha1.trs unit/test-kdf-sha256.trs unit/test-crypto.trs unit/test-eapol.trs unit/test-mpdu.trs unit/test-ie.trs unit/test-util.trs unit/test-ssid-security.trs unit/test-arc4.trs unit/test-wsc.trs unit/test-eap-mschapv2.trs unit/test-eap-sim.trs unit/test-sae.trs unit/test-p2p.trs unit/test-band.trs unit/test-dpp.trs unit/test-json.trs unit/test-nl80211util.trs unit/test-client.trs" || rm -f unit/test-cmac-aes.trs unit/test-hmac-md5.trs unit/test-hmac-sha1.trs unit/test-hmac-sha256.trs unit/test-prf-sha1.trs unit/test-kdf-sha256.trs unit/test-crypto.trs unit/test-eapol.trs unit/test-mpdu.trs unit/test-ie.trs unit/test-util.trs unit/test-ssid-security.trs unit/test-arc4.trs unit/test-wsc.trs unit/test-eap-mschapv2.trs unit/test-eap-sim.trs unit/test-sae.trs unit/test-p2p.trs unit/test-band.trs unit/test-dpp.trs unit/test-json.trs unit/test-nl80211util.trs unit/test-client.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo tavla@tavla:~/iwd$ tavla@tavla:~/iwd$ tavla@tavla:~/iwd$ ./bootstrap libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: linking file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux'. libtoolize: linking file 'build-aux/libtool.m4' libtoolize: linking file 'build-aux/ltoptions.m4' libtoolize: linking file 'build-aux/ltsugar.m4' libtoolize: linking file 'build-aux/ltversion.m4' libtoolize: linking file 'build-aux/lt~obsolete.m4' configure.ac:23: installing 'build-aux/compile' configure.ac:8: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' tavla@tavla:~/iwd$ ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-systemd-service checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking whether gcc accepts -fPIE... yes checking whether gcc accepts -fsanitize=address... yes checking whether gcc accepts -fsanitize=leak... yes checking whether gcc accepts -fsanitize=undefined... yes checking whether gcc accepts -fprofile-arcs... yes checking whether gcc accepts -ftest_coverage... yes checking whether ln -s works... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for _init in -lasan... yes checking for _init in -llsan... yes checking for _init in -lubsan... yes checking for explicit_bzero... yes checking for rawmemchr... yes checking for reallocarray... yes checking for linux/types.h... yes checking for linux/if_alg.h... yes checking for readline... yes checking D-Bus data directory... /usr/share checking for rst2man... no checking for rst2man.py... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands iwd 2.22 tavla@tavla:~/iwd$ make GEN ell/shared GEN ell/internal GEN ell/ell.h GEN src/builtin.h make --no-print-directory all-am CC client/main.o CC client/adapter.o CC client/agent.o CC client/agent-manager.o CC client/ad-hoc.o CC client/ap.o CC client/command.o CC client/dbus-proxy.o CC client/device.o CC client/display.o CC client/known-networks.o CC client/network.o CC client/properties.o CC client/wsc.o CC client/station.o CC client/diagnostic.o CC client/daemon.o CC client/dpp.o CC client/dpp-pkex.o CC client/station-debug.o CC client/bss.o CC src/util.o CC src/band.o CC ell/util.lo CC ell/test.lo CC ell/strv.lo CC ell/utf8.lo CC ell/queue.lo CC ell/hashmap.lo CC ell/string.lo CC ell/settings.lo CC ell/main.lo CC ell/idle.lo CC ell/signal.lo CC ell/timeout.lo CC ell/io.lo CC ell/ringbuf.lo CC ell/log.lo CC ell/checksum.lo CC ell/netlink.lo CC ell/genl.lo CC ell/rtnl.lo CC ell/dbus.lo CC ell/dbus-message.lo CC ell/dbus-util.lo CC ell/dbus-service.lo CC ell/dbus-client.lo CC ell/dbus-name-cache.lo CC ell/dbus-filter.lo CC ell/gvariant-util.lo CC ell/siphash.lo CC ell/hwdb.lo CC ell/cipher.lo CC ell/random.lo CC ell/uintset.lo CC ell/base64.lo CC ell/pem.lo CC ell/tls.lo CC ell/tls-record.lo CC ell/tls-suites.lo CC ell/tls-extensions.lo CC ell/uuid.lo CC ell/key.lo CC ell/file.lo CC ell/dir.lo CC ell/net.lo CC ell/dhcp.lo CC ell/dhcp-transport.lo CC ell/dhcp-lease.lo CC ell/dhcp-util.lo CC ell/dhcp-server.lo CC ell/cert.lo CC ell/cert-crypto.lo CC ell/ecc-external.lo CC ell/ecc.lo CC ell/ecdh.lo CC ell/time.lo CC ell/path.lo CC ell/dhcp6.lo CC ell/icmp6.lo CC ell/dhcp6-lease.lo CC ell/dhcp6-transport.lo CC ell/acd.lo CC ell/netconfig.lo CC ell/sysctl.lo CC ell/notifylist.lo CCLD ell/libell-internal.la CCLD client/iwctl CC monitor/main.o CC monitor/nlmon.o CC monitor/pcap.o CC monitor/display.o CC src/ie.o CC src/wscutil.o CC src/mpdu.o CC src/crypto.o CC src/watchlist.o CC src/eapolutil.o CC src/nl80211cmd.o CC src/p2putil.o CC src/anqputil.o CCLD monitor/iwmon CC src/main.o CC src/netdev.o CC src/wiphy.o CC src/device.o CC src/station.o CC src/dbus.o CC src/eapol.o CC src/handshake.o CC src/scan.o CC src/common.o CC src/agent.o CC src/storage.o CC src/network.o CC src/wsc.o CC src/backtrace.o CC src/knownnetworks.o CC src/rfkill.o CC src/ft.o CC src/ap.o CC src/adhoc.o CC src/sae.o CC src/nl80211util.o CC src/owe.o CC src/blacklist.o CC src/manager.o CC src/erp.o CC src/fils.o CC src/anqp.o CC src/netconfig.o CC src/netconfig-commit.o CC src/resolve.o CC src/hotspot.o CC src/p2p.o CC src/module.o CC src/rrm.o CC src/frame-xchg.o CC src/eap-wsc.o CC src/diagnostic.o CC src/ip-pool.o CC src/sysfs.o CC src/offchannel.o CC src/dpp-util.o CC src/json.o CC src/dpp.o CC src/udev.o CC src/eap.o src/eap.c: In function ‘eap_rx_packet’: src/eap.c:419:57: warning: ‘vendor_type’ may be used uninitialized [-Wmaybe-uninitialized] 419 | (type == EAP_TYPE_EXPANDED && vendor_id == (id) && vendor_type == (t)) | ^~ src/eap.c:429:18: note: ‘vendor_type’ was declared here 429 | uint32_t vendor_type; | ^~~~~~~~~~~ src/eap.c:419:49: warning: ‘vendor_id’ may be used uninitialized [-Wmaybe-uninitialized] 419 | (type == EAP_TYPE_EXPANDED && vendor_id == (id) && vendor_type == (t)) | ^~ src/eap.c:428:18: note: ‘vendor_id’ was declared here 428 | uint32_t vendor_id; | ^~~~~~~~~ CC src/eap-md5.o CC src/eap-tls.o CC src/eap-ttls.o CC src/eap-mschapv2.o CC src/eap-sim.o CC src/eap-aka.o CC src/eap-peap.o CC src/eap-gtc.o CC src/eap-pwd.o CC src/simutil.o CC src/simauth.o CC src/eap-tls-common.o CC src/mschaputil.o CCLD src/iwd CC tools/probe-req.o CCLD tools/probe-req CC tools/iwd-decrypt-profile.o CCLD tools/iwd-decrypt-profile GEN src/iwd.8 Generated manual page src/iwd.8 does not exist make[1]: *** [Makefile:4106: src/iwd.8] Fehler 1 make: *** [Makefile:1746: all] Fehler 2 ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-10 13:47 ` Martin Petzold @ 2024-10-10 13:55 ` James Prestwood 2024-10-11 8:35 ` Martin Petzold 0 siblings, 1 reply; 68+ messages in thread From: James Prestwood @ 2024-10-10 13:55 UTC (permalink / raw) To: Martin Petzold; +Cc: iwd@lists.linux.dev, Denis Kenzior Hi Martin, On 10/10/24 6:47 AM, Martin Petzold wrote: > Hi James, > > Am 10.10.24 um 15:36 schrieb James Prestwood: >> >> On 10/10/24 6:20 AM, Martin Petzold wrote: >>> Hi Denis, >>> >>> Am 09.10.24 um 18:07 schrieb Denis Kenzior: >>>> [...] >>>> >>>>> 3. Build IWD 2.22 from source (maybe using Debian sid source >>>>> package?) -> how to do best and will this work with libc6 version >>>>> 2.36? Missing libreadline8t64? >>>> >>>> I mean this is your only real solution. There is no 'long term >>>> support' model for iwd. You either run the latest or you're on >>>> your own. It is highly unlikely that any of the developers will >>>> look at logs (or attempt to fix) anything but the latest version. >>>> >>>> >>> Why does the following build fail. I did not install >>> 'python-docutils' package because is is not available for Debian >>> bookworm (only a source package). How should I proceed? Maybe the >>> documentation should be fixed then for Debian bookworm. >> You need to use an updated version of ELL. IWD and ELL get released >> in tandem in case of any API/behavior changes. > > I used for both git HEAD repository (how can I get both in line?): Sorry, I just glanced over the error and assumed incorrectly. It looks like -Werror isn't enabled (?) so that warning should be fine. But the issue, as you said, is docs related. You could try to configure with --disable-manual-pages > src/eap.c: In function ‘eap_rx_packet’: > src/eap.c:419:57: warning: ‘vendor_type’ may be used uninitialized > [-Wmaybe-uninitialized] > 419 | (type == EAP_TYPE_EXPANDED && vendor_id == (id) && > vendor_type == (t)) > | ^~ > src/eap.c:429:18: note: ‘vendor_type’ was declared here > 429 | uint32_t vendor_type; > | ^~~~~~~~~~~ > src/eap.c:419:49: warning: ‘vendor_id’ may be used uninitialized > [-Wmaybe-uninitialized] > 419 | (type == EAP_TYPE_EXPANDED && vendor_id == (id) && > vendor_type == (t)) > | ^~ > src/eap.c:428:18: note: ‘vendor_id’ was declared here > 428 | uint32_t vendor_id; > | ^~~~~~~~~ > CC src/eap-md5.o > CC src/eap-tls.o > CC src/eap-ttls.o > CC src/eap-mschapv2.o > CC src/eap-sim.o > CC src/eap-aka.o > CC src/eap-peap.o > CC src/eap-gtc.o > CC src/eap-pwd.o > CC src/simutil.o > CC src/simauth.o > CC src/eap-tls-common.o > CC src/mschaputil.o > CCLD src/iwd > CC tools/probe-req.o > CCLD tools/probe-req > CC tools/iwd-decrypt-profile.o > CCLD tools/iwd-decrypt-profile > GEN src/iwd.8 > Generated manual page src/iwd.8 does not exist > make[1]: *** [Makefile:4106: src/iwd.8] Fehler 1 > make: *** [Makefile:1746: all] Fehler 2 > ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-10 13:55 ` James Prestwood @ 2024-10-11 8:35 ` Martin Petzold 2024-10-11 10:46 ` Martin Petzold 0 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-11 8:35 UTC (permalink / raw) To: James Prestwood; +Cc: iwd@lists.linux.dev, Denis Kenzior Hi James, Am 10.10.24 um 15:55 schrieb James Prestwood: > Hi Martin, > > On 10/10/24 6:47 AM, Martin Petzold wrote: >> Hi James, >> >> Am 10.10.24 um 15:36 schrieb James Prestwood: >>> >>> On 10/10/24 6:20 AM, Martin Petzold wrote: >>>> Hi Denis, >>>> >>>> Am 09.10.24 um 18:07 schrieb Denis Kenzior: >>>>> [...] >>>>> >>>>>> 3. Build IWD 2.22 from source (maybe using Debian sid source >>>>>> package?) -> how to do best and will this work with libc6 version >>>>>> 2.36? Missing libreadline8t64? >>>>> >>>>> I mean this is your only real solution. There is no 'long term >>>>> support' model for iwd. You either run the latest or you're on >>>>> your own. It is highly unlikely that any of the developers will >>>>> look at logs (or attempt to fix) anything but the latest version. >>>>> >>>>> >>>> Why does the following build fail. I did not install >>>> 'python-docutils' package because is is not available for Debian >>>> bookworm (only a source package). How should I proceed? Maybe the >>>> documentation should be fixed then for Debian bookworm. >>> You need to use an updated version of ELL. IWD and ELL get released >>> in tandem in case of any API/behavior changes. >> >> I used for both git HEAD repository (how can I get both in line?): > > Sorry, I just glanced over the error and assumed incorrectly. It looks > like -Werror isn't enabled (?) so that warning should be fine. But the > issue, as you said, is docs related. You could try to configure with > --disable-manual-pages That helps, thanks. Maybe should be added to the documentation. Now using a cross-build make install does not respect my "--prefix=/scratch/root/usr" for installation of files to "share". It should install to "/scratch/root/usr/share/dbus-1/system-services". Already searching for the correct parameters. But maybe you know why and maybe also should be added to the documentation? 2024/10/10 18:47:08 iwd 'development' 'amd64' | + ./configure --prefix=/scratch/root/usr --localstatedir=/var --sysconfdir=/etc --disable-manual-pages 2024/10/10 18:47:10 iwd 'development' 'amd64' | checking for a BSD-compatible install... /usr/bin/install -c [...] 2024/10/10 18:53:00 iwd 'development' 'amd64' | CC tools/iwd-decrypt-profile.o 2024/10/10 18:53:01 iwd 'development' 'amd64' | CCLD tools/iwd-decrypt-profile 2024/10/10 18:53:03 iwd 'development' 'amd64' | + make install 2024/10/10 18:53:03 iwd 'development' 'amd64' | make --no-print-directory install-am 2024/10/10 18:53:04 iwd 'development' 'amd64' | /usr/bin/mkdir -p '/scratch/root/usr/bin' 2024/10/10 18:53:04 iwd 'development' 'amd64' | /bin/bash ./libtool --mode=install /usr/bin/install -c client/iwctl monitor/iwmon '/scratch/root/usr/bin' 2024/10/10 18:53:04 iwd 'development' 'amd64' | libtool: install: /usr/bin/install -c client/iwctl /scratch/root/usr/bin/iwctl 2024/10/10 18:53:04 iwd 'development' 'amd64' | libtool: install: /usr/bin/install -c monitor/iwmon /scratch/root/usr/bin/iwmon 2024/10/10 18:53:04 iwd 'development' 'amd64' | /usr/bin/mkdir -p '/scratch/root/usr/libexec' 2024/10/10 18:53:04 iwd 'development' 'amd64' | /bin/bash ./libtool --mode=install /usr/bin/install -c src/iwd '/scratch/root/usr/libexec' 2024/10/10 18:53:04 iwd 'development' 'amd64' | libtool: install: /usr/bin/install -c src/iwd /scratch/root/usr/libexec/iwd 2024/10/10 18:53:05 iwd 'development' 'amd64' | /usr/bin/mkdir -p '/usr/share/dbus-1/system-services' 2024/10/10 18:53:05 iwd 'development' 'amd64' | /usr/bin/install -c -m 644 src/net.connman.iwd.service '/usr/share/dbus-1/system-services' 2024/10/10 18:53:05 iwd 'development' 'amd64' | /usr/bin/install: cannot create regular file '/usr/share/dbus-1/system-services/net.connman.iwd.service': Permission denied 2024/10/10 18:53:05 iwd 'development' 'amd64' | make[2]: *** [Makefile:2798: install-dbus_busDATA] Error 1 2024/10/10 18:53:05 iwd 'development' 'amd64' | make[1]: *** [Makefile:3466: install-am] Error 2 2024/10/10 18:53:05 iwd 'development' 'amd64' | make: *** [Makefile:3459: install] Error 2 ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-11 8:35 ` Martin Petzold @ 2024-10-11 10:46 ` Martin Petzold 2024-10-12 10:59 ` Martin Petzold 0 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-11 10:46 UTC (permalink / raw) To: James Prestwood; +Cc: iwd@lists.linux.dev, Denis Kenzior Hi all, Am 11.10.24 um 10:35 schrieb Martin Petzold: > Hi James, > > Am 10.10.24 um 15:55 schrieb James Prestwood: >> Hi Martin, >> >> On 10/10/24 6:47 AM, Martin Petzold wrote: >>> Hi James, >>> >>> Am 10.10.24 um 15:36 schrieb James Prestwood: >>>> >>>> On 10/10/24 6:20 AM, Martin Petzold wrote: >>>>> Hi Denis, >>>>> >>>>> Am 09.10.24 um 18:07 schrieb Denis Kenzior: >>>>>> [...] >>>>>> >>>>>>> 3. Build IWD 2.22 from source (maybe using Debian sid source >>>>>>> package?) -> how to do best and will this work with libc6 >>>>>>> version 2.36? Missing libreadline8t64? >>>>>> >>>>>> I mean this is your only real solution. There is no 'long term >>>>>> support' model for iwd. You either run the latest or you're on >>>>>> your own. It is highly unlikely that any of the developers will >>>>>> look at logs (or attempt to fix) anything but the latest version. >>>>>> >>>>>> >>>>> Why does the following build fail. I did not install >>>>> 'python-docutils' package because is is not available for Debian >>>>> bookworm (only a source package). How should I proceed? Maybe the >>>>> documentation should be fixed then for Debian bookworm. >>>> You need to use an updated version of ELL. IWD and ELL get released >>>> in tandem in case of any API/behavior changes. >>> >>> I used for both git HEAD repository (how can I get both in line?): >> >> Sorry, I just glanced over the error and assumed incorrectly. It >> looks like -Werror isn't enabled (?) so that warning should be fine. >> But the issue, as you said, is docs related. You could try to >> configure with --disable-manual-pages > > That helps, thanks. Maybe should be added to the documentation. > > Now using a cross-build make install does not respect my > "--prefix=/scratch/root/usr" for installation of files to "share". It > should install to "/scratch/root/usr/share/dbus-1/system-services". > Already searching for the correct parameters. But maybe you know why > and maybe also should be added to the documentation? > > 2024/10/10 18:47:08 iwd 'development' 'amd64' | + ./configure > --prefix=/scratch/root/usr --localstatedir=/var --sysconfdir=/etc > --disable-manual-pages > 2024/10/10 18:47:10 iwd 'development' 'amd64' | checking for a > BSD-compatible install... /usr/bin/install -c > [...] > 2024/10/10 18:53:00 iwd 'development' 'amd64' | CC > tools/iwd-decrypt-profile.o > 2024/10/10 18:53:01 iwd 'development' 'amd64' | CCLD > tools/iwd-decrypt-profile > 2024/10/10 18:53:03 iwd 'development' 'amd64' | + make install > 2024/10/10 18:53:03 iwd 'development' 'amd64' | make > --no-print-directory install-am > 2024/10/10 18:53:04 iwd 'development' 'amd64' | /usr/bin/mkdir -p > '/scratch/root/usr/bin' > 2024/10/10 18:53:04 iwd 'development' 'amd64' | /bin/bash > ./libtool --mode=install /usr/bin/install -c client/iwctl > monitor/iwmon '/scratch/root/usr/bin' > 2024/10/10 18:53:04 iwd 'development' 'amd64' | libtool: install: > /usr/bin/install -c client/iwctl /scratch/root/usr/bin/iwctl > 2024/10/10 18:53:04 iwd 'development' 'amd64' | libtool: install: > /usr/bin/install -c monitor/iwmon /scratch/root/usr/bin/iwmon > 2024/10/10 18:53:04 iwd 'development' 'amd64' | /usr/bin/mkdir -p > '/scratch/root/usr/libexec' > 2024/10/10 18:53:04 iwd 'development' 'amd64' | /bin/bash > ./libtool --mode=install /usr/bin/install -c src/iwd > '/scratch/root/usr/libexec' > 2024/10/10 18:53:04 iwd 'development' 'amd64' | libtool: install: > /usr/bin/install -c src/iwd /scratch/root/usr/libexec/iwd > 2024/10/10 18:53:05 iwd 'development' 'amd64' | /usr/bin/mkdir -p > '/usr/share/dbus-1/system-services' > 2024/10/10 18:53:05 iwd 'development' 'amd64' | /usr/bin/install -c > -m 644 src/net.connman.iwd.service '/usr/share/dbus-1/system-services' > 2024/10/10 18:53:05 iwd 'development' 'amd64' | /usr/bin/install: > cannot create regular file > '/usr/share/dbus-1/system-services/net.connman.iwd.service': > Permission denied > 2024/10/10 18:53:05 iwd 'development' 'amd64' | make[2]: *** > [Makefile:2798: install-dbus_busDATA] Error 1 > 2024/10/10 18:53:05 iwd 'development' 'amd64' | make[1]: *** > [Makefile:3466: install-am] Error 2 > 2024/10/10 18:53:05 iwd 'development' 'amd64' | make: *** > [Makefile:3459: install] Error 2 > > All the following is elaborated for Debian (12) based systems. The build works using a specific location with: ./configure --prefix=${ROOTDIR}/usr --localstatedir=${ROOTDIR}/var --sysconfdir=${ROOTDIR}/etc --with-dbus-datadir=${ROOTDIR}/usr/share --with-dbus-busdir=${ROOTDIR}/usr/share/dbus-1/system-services --with-systemd-unitdir=${ROOTDIR}/lib/systemd/system --with-systemd-networkdir=${ROOTDIR}/lib/systemd/network --with-systemd-modloaddir=${ROOTDIR}/usr/lib/modules-load.d --disable-manual-pages make install Another work-around (without respecting correct path detection during configure): ./configure --prefix=${ROOTDIR}/usr --localstatedir=${ROOTDIR}/var --sysconfdir=${ROOTDIR}/etc --disable-manual-pages DESTDIR=${ROOTDIR} PREFIX=/usr make install If I understand right, in the configure script the $(prefix) is not used for d-bus and the other "--with-*" parameters. Maybe also not for "localstatedir" and "sysconfdir". This can have several side-effects (files build against wrong location / installed to wrong location). IMHO the script should be cleaned-up to respect "--prefix" in all cases as recommended in: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html However, this only works for Linux systems with "/usr/lib", "/usr/share" etc. I am not sure about this, but isn't this the default? IMHO the script should be fixed to build and install with: ./configure --prefix=/usr --disable-manual-pages make install AND (for cross-build): ./configure --prefix=${ROOTDIR}/usr --disable-manual-pages make install Then there could be parameters to be used for systems without default locations for "lib", "share" etc. Is there somewhere an issue board for IWD? ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-11 10:46 ` Martin Petzold @ 2024-10-12 10:59 ` Martin Petzold 0 siblings, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-12 10:59 UTC (permalink / raw) To: James Prestwood; +Cc: iwd@lists.linux.dev, Denis Kenzior Hi all, Am 11.10.24 um 12:46 schrieb Martin Petzold: > Hi all, > > Am 11.10.24 um 10:35 schrieb Martin Petzold: >> Hi James, >> >> Am 10.10.24 um 15:55 schrieb James Prestwood: >>> Hi Martin, >>> >>> On 10/10/24 6:47 AM, Martin Petzold wrote: >>>> Hi James, >>>> >>>> Am 10.10.24 um 15:36 schrieb James Prestwood: >>>>> >>>>> On 10/10/24 6:20 AM, Martin Petzold wrote: >>>>>> Hi Denis, >>>>>> >>>>>> Am 09.10.24 um 18:07 schrieb Denis Kenzior: >>>>>>> [...] >>>>>>> >>>>>>>> 3. Build IWD 2.22 from source (maybe using Debian sid source >>>>>>>> package?) -> how to do best and will this work with libc6 >>>>>>>> version 2.36? Missing libreadline8t64? >>>>>>> >>>>>>> I mean this is your only real solution. There is no 'long term >>>>>>> support' model for iwd. You either run the latest or you're on >>>>>>> your own. It is highly unlikely that any of the developers will >>>>>>> look at logs (or attempt to fix) anything but the latest version. >>>>>>> >>>>>>> >>>>>> Why does the following build fail. I did not install >>>>>> 'python-docutils' package because is is not available for Debian >>>>>> bookworm (only a source package). How should I proceed? Maybe the >>>>>> documentation should be fixed then for Debian bookworm. >>>>> You need to use an updated version of ELL. IWD and ELL get >>>>> released in tandem in case of any API/behavior changes. >>>> >>>> I used for both git HEAD repository (how can I get both in line?): >>> >>> Sorry, I just glanced over the error and assumed incorrectly. It >>> looks like -Werror isn't enabled (?) so that warning should be fine. >>> But the issue, as you said, is docs related. You could try to >>> configure with --disable-manual-pages >> >> That helps, thanks. Maybe should be added to the documentation. >> >> Now using a cross-build make install does not respect my >> "--prefix=/scratch/root/usr" for installation of files to "share". It >> should install to "/scratch/root/usr/share/dbus-1/system-services". >> Already searching for the correct parameters. But maybe you know why >> and maybe also should be added to the documentation? >> >> 2024/10/10 18:47:08 iwd 'development' 'amd64' | + ./configure >> --prefix=/scratch/root/usr --localstatedir=/var --sysconfdir=/etc >> --disable-manual-pages >> 2024/10/10 18:47:10 iwd 'development' 'amd64' | checking for a >> BSD-compatible install... /usr/bin/install -c >> [...] >> 2024/10/10 18:53:00 iwd 'development' 'amd64' | CC >> tools/iwd-decrypt-profile.o >> 2024/10/10 18:53:01 iwd 'development' 'amd64' | CCLD >> tools/iwd-decrypt-profile >> 2024/10/10 18:53:03 iwd 'development' 'amd64' | + make install >> 2024/10/10 18:53:03 iwd 'development' 'amd64' | make >> --no-print-directory install-am >> 2024/10/10 18:53:04 iwd 'development' 'amd64' | /usr/bin/mkdir -p >> '/scratch/root/usr/bin' >> 2024/10/10 18:53:04 iwd 'development' 'amd64' | /bin/bash >> ./libtool --mode=install /usr/bin/install -c client/iwctl >> monitor/iwmon '/scratch/root/usr/bin' >> 2024/10/10 18:53:04 iwd 'development' 'amd64' | libtool: install: >> /usr/bin/install -c client/iwctl /scratch/root/usr/bin/iwctl >> 2024/10/10 18:53:04 iwd 'development' 'amd64' | libtool: install: >> /usr/bin/install -c monitor/iwmon /scratch/root/usr/bin/iwmon >> 2024/10/10 18:53:04 iwd 'development' 'amd64' | /usr/bin/mkdir -p >> '/scratch/root/usr/libexec' >> 2024/10/10 18:53:04 iwd 'development' 'amd64' | /bin/bash >> ./libtool --mode=install /usr/bin/install -c src/iwd >> '/scratch/root/usr/libexec' >> 2024/10/10 18:53:04 iwd 'development' 'amd64' | libtool: install: >> /usr/bin/install -c src/iwd /scratch/root/usr/libexec/iwd >> 2024/10/10 18:53:05 iwd 'development' 'amd64' | /usr/bin/mkdir -p >> '/usr/share/dbus-1/system-services' >> 2024/10/10 18:53:05 iwd 'development' 'amd64' | /usr/bin/install -c >> -m 644 src/net.connman.iwd.service '/usr/share/dbus-1/system-services' >> 2024/10/10 18:53:05 iwd 'development' 'amd64' | /usr/bin/install: >> cannot create regular file >> '/usr/share/dbus-1/system-services/net.connman.iwd.service': >> Permission denied >> 2024/10/10 18:53:05 iwd 'development' 'amd64' | make[2]: *** >> [Makefile:2798: install-dbus_busDATA] Error 1 >> 2024/10/10 18:53:05 iwd 'development' 'amd64' | make[1]: *** >> [Makefile:3466: install-am] Error 2 >> 2024/10/10 18:53:05 iwd 'development' 'amd64' | make: *** >> [Makefile:3459: install] Error 2 >> >> > All the following is elaborated for Debian (12) based systems. The > build works using a specific location with: > > ./configure --prefix=${ROOTDIR}/usr --localstatedir=${ROOTDIR}/var > --sysconfdir=${ROOTDIR}/etc --with-dbus-datadir=${ROOTDIR}/usr/share > --with-dbus-busdir=${ROOTDIR}/usr/share/dbus-1/system-services > --with-systemd-unitdir=${ROOTDIR}/lib/systemd/system > --with-systemd-networkdir=${ROOTDIR}/lib/systemd/network > --with-systemd-modloaddir=${ROOTDIR}/usr/lib/modules-load.d > --disable-manual-pages > > make install > > Another work-around (without respecting correct path detection during > configure): > > ./configure --prefix=${ROOTDIR}/usr --localstatedir=${ROOTDIR}/var > --sysconfdir=${ROOTDIR}/etc --disable-manual-pages > > DESTDIR=${ROOTDIR} PREFIX=/usr make install > > If I understand right, in the configure script the $(prefix) is not > used for d-bus and the other "--with-*" parameters. Maybe also not for > "localstatedir" and "sysconfdir". This can have several side-effects > (files build against wrong location / installed to wrong location). > IMHO the script should be cleaned-up to respect "--prefix" in all > cases as recommended in: > https://www.gnu.org/prep/standards/html_node/Directory-Variables.html > > However, this only works for Linux systems with > "/usr/lib", "/usr/share" etc. I am not sure about this, but isn't this > the default? > > IMHO the script should be fixed to build and install with: > > ./configure --prefix=/usr --disable-manual-pages > > make install > > AND (for cross-build): > > ./configure --prefix=${ROOTDIR}/usr --disable-manual-pages > > make install Additional fix of the execution path is required for cross-build: sudo sed -i "s^ExecStart=.*^ExecStart=/usr/libexec/iwd^" ${ROOTDIR}/lib/systemd/system/iwd.service ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-09 16:07 ` Denis Kenzior ` (2 preceding siblings ...) 2024-10-10 13:20 ` Martin Petzold @ 2024-10-15 14:43 ` Martin Petzold 2024-10-15 15:17 ` Denis Kenzior 3 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-15 14:43 UTC (permalink / raw) To: Denis Kenzior; +Cc: Arend Van Spriel, iwd@lists.linux.dev Hi Denis, Am 09.10.24 um 18:07 schrieb Denis Kenzior: > Hi Martin, > > On 10/9/24 4:43 AM, Martin Petzold wrote: >> [...] >> 3. Build IWD 2.22 from source (maybe using Debian sid source >> package?) -> how to do best and will this work with libc6 version >> 2.36? Missing libreadline8t64? > > I mean this is your only real solution. There is no 'long term > support' model for iwd. You either run the latest or you're on your > own. It is highly unlikely that any of the developers will look at > logs (or attempt to fix) anything but the latest version. > Okay, I build IWD from source and am now using HEAD (c459dc75c080dcbff6f9b9389344e11328dec411). Please find below the new setup. I think the regulatory domain issue is fixed. It seems that 99 is correct (because it is handled in firmware). We see far better signal and data rates at a site where we had problems. It seems the general setup is far better now for simple setups. We removed the configuration from device tree and then it may have used the configuration from brcmfmac4339-sdio.txt (device tree stuff was something the SOM vendor added for some reason). However, I have now already seen at one of our testing sites, that it connected to the router instead of the repeater (which is far closer and has far far better signal: -67 vs. -29 dBm). It also did not switch to the repeater after several hours (both FritzBox - so consumer grade and we don't know the exact configuration). After a reboot, it connected to the repeater and until now it remains there. I will switch to more complex roaming environment, however, this is more sensitive because it is at a clients site. This first impression gave me not much confidence... What do you think about the idea to disable roaming in the firmware / driver? (if I understand Arend right, this is setting "roam_off" in brcmfmac4339-sdio.txt) Will IWD smoothly take over the roaming? How can I check who is handling the roaming? What would you suggest? Roaming via firmware or roaming via daemon? What do you think about the option to switch to Kernel / Debian firmware package instead of Laird? SETUP: SoM: Variscite DART-IMX8M-PLUS SoC: NXP i.MX8M Plus Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) Antenna: Laird FlexPIFA RootFS: Debian bookworm Kernel: NXP Kernel 6.1.36 (with Variscite patches) Driver: brcmfmac (from Kernel, only minor patches - device tree) Firmware: Laird 12.29.0.22 (loaded via scripts) Network Daemon: systemd-networkd 252.30 Wi-Fi Daemon: IWD 2.22+ (HEAD) + ELL 0.69 (HEAD) ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-15 14:43 ` Martin Petzold @ 2024-10-15 15:17 ` Denis Kenzior 2024-10-15 19:13 ` Arend van Spriel 0 siblings, 1 reply; 68+ messages in thread From: Denis Kenzior @ 2024-10-15 15:17 UTC (permalink / raw) To: Martin Petzold; +Cc: Arend Van Spriel, iwd@lists.linux.dev Hi Martin, > > I think the regulatory domain issue is fixed. It seems that 99 is correct > (because it is handled in firmware). We see far better signal and data rates at > a site where we had problems. It seems the general setup is far better now for > simple setups. We removed the configuration from device tree and then it may > have used the configuration from brcmfmac4339-sdio.txt (device tree stuff was > something the SOM vendor added for some reason). Sounds like you're getting somewhere. > > However, I have now already seen at one of our testing sites, that it connected > to the router instead of the repeater (which is far closer and has far far > better signal: -67 vs. -29 dBm). It also did not switch to the repeater after You may have to revise your expectations here. Most implementations do not trigger roaming unless signal quality reaches a certain threshold. This includes many of the firmware roaming implementations I've seen. For iwd this threshold is -70 dbm on 2.4G and -76 dbm on 5/6G by default. Parking at the AP with good signal (-67 is good) is just fine and I see nothing inherently wrong here. And remember, the firmware is responsible for roaming in the case of brcmfmac. One may question why -67 AP was preferred over -29 one? We'd need logs to answer that question. It could be the -29 one was simply not seen in the scan results at the time of the initial scan / connection. > several hours (both FritzBox - so consumer grade and we don't know the exact > configuration). After a reboot, it connected to the repeater and until now it So that's... good? > remains there. I will switch to more complex roaming environment, however, this > is more sensitive because it is at a clients site. This first impression gave me > not much confidence... > > What do you think about the idea to disable roaming in the firmware / driver? > (if I understand Arend right, this is setting "roam_off" in brcmfmac4339-sdio.txt) You can certainly give it a try. It is not something we have tested explicitly, but it should (mostly?) work. However, note that trying to make a FullMAC card roam from userspace in such a manner is inherently limited. iwd cannot utilize advanced roaming features such as FT with such a setup (I can get into the technical details if you care). Having said that, roaming behavior is a frequent complaint for many fullmac implementations. > > Will IWD smoothly take over the roaming? How can I check who is handling the > roaming? iwd looks at the NL80211_ATTR_ROAM_SUPPORT flag. If such a flag is reported by the wifi driver, iwd will let the firmware handle roaming. Otherwise it will try to handle roaming itself with the (rather limited in the case of fullmac) tools that it has access to. Taking a peek at the brcmfmac driver, looks like it is doing the right thing in setting/not setting this flag based on the "roam_off" parameter. Regards, -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-15 15:17 ` Denis Kenzior @ 2024-10-15 19:13 ` Arend van Spriel 2024-10-16 2:04 ` Denis Kenzior 0 siblings, 1 reply; 68+ messages in thread From: Arend van Spriel @ 2024-10-15 19:13 UTC (permalink / raw) To: Denis Kenzior, Martin Petzold; +Cc: iwd@lists.linux.dev On 10/15/2024 5:17 PM, Denis Kenzior wrote: > Hi Martin, > >> >> I think the regulatory domain issue is fixed. It seems that 99 is >> correct (because it is handled in firmware). We see far better signal >> and data rates at a site where we had problems. It seems the general >> setup is far better now for simple setups. We removed the >> configuration from device tree and then it may have used the >> configuration from brcmfmac4339-sdio.txt (device tree stuff was >> something the SOM vendor added for some reason). > > Sounds like you're getting somewhere. The firmware pretty much has its own regulatory rules or they are provided separately through the CLM blob. The fact that you can use any channels without the CLM blob indicates the firmware indeed has regulatory rules in place. If the SOM vendor did not provide one my guess is that the in-firmware rules are sufficient for this wifi module. In firmware the rules in use are determined by {country_code,revision} but the kernel only uses country_code. Hence brcmfmac supports configuration of a mapping between those. This may be done through the device tree (see brcm,ccode-map and brcm,ccode-map-trivial in [1]). >> >> However, I have now already seen at one of our testing sites, that it >> connected to the router instead of the repeater (which is far closer >> and has far far better signal: -67 vs. -29 dBm). It also did not >> switch to the repeater after > > You may have to revise your expectations here. Most implementations do > not trigger roaming unless signal quality reaches a certain threshold. > This includes many of the firmware roaming implementations I've seen. > > For iwd this threshold is -70 dbm on 2.4G and -76 dbm on 5/6G by > default. Parking at the AP with good signal (-67 is good) is just fine > and I see nothing inherently wrong here. And remember, the firmware is > responsible for roaming in the case of brcmfmac. > > One may question why -67 AP was preferred over -29 one? We'd need logs > to answer that question. It could be the -29 one was simply not seen in > the scan results at the time of the initial scan / connection. The roaming algorithm is not that intuitive. Roaming and rate selection are not based on signal strength alone. They may look at PER (packet error ratio) to decide. -29 dBm might actually be too strong. I always try to get between -40 and -60 dBm. The nl80211 API actually offer the possibility to affect the BSS selection. The NL80211_CMD_CONNECT command can have the attribute NL80211_ATTR_BSS_SELECT for that [2]. When not provided the firmware will obviously use its default behavior whatever that is. Not sure if IWD or wpa_supplicant support this, but I am fairly sure brcmfmac supports it. However I do not know if it also applies to roaming. >> several hours (both FritzBox - so consumer grade and we don't know the >> exact configuration). After a reboot, it connected to the repeater and >> until now it > > So that's... good? > >> remains there. I will switch to more complex roaming environment, >> however, this is more sensitive because it is at a clients site. This >> first impression gave me not much confidence... >> >> What do you think about the idea to disable roaming in the firmware / >> driver? (if I understand Arend right, this is setting "roam_off" in >> brcmfmac4339-sdio.txt) > > You can certainly give it a try. It is not something we have tested > explicitly, but it should (mostly?) work. However, note that trying to > make a FullMAC card roam from userspace in such a manner is inherently > limited. iwd cannot utilize advanced roaming features such as FT with > such a setup (I can get into the technical details if you care). Having > said that, roaming behavior is a frequent complaint for many fullmac > implementations. AFAIK it is a module parameter. >> >> Will IWD smoothly take over the roaming? How can I check who is >> handling the roaming? > > iwd looks at the NL80211_ATTR_ROAM_SUPPORT flag. If such a flag is > reported by the wifi driver, iwd will let the firmware handle roaming. > Otherwise it will try to handle roaming itself with the (rather limited > in the case of fullmac) tools that it has access to. Taking a peek at > the brcmfmac driver, looks like it is doing the right thing in setting/ > not setting this flag based on the "roam_off" parameter. *phew* ;-) Regards, Arend [1] https://elixir.bootlin.com/linux/v6.11.3/source/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml [2] https://elixir.bootlin.com/linux/v6.11.3/source/include/uapi/linux/nl80211.h#L2443 ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-15 19:13 ` Arend van Spriel @ 2024-10-16 2:04 ` Denis Kenzior 2024-10-16 8:32 ` Arend van Spriel 2024-10-17 10:58 ` Martin Petzold 0 siblings, 2 replies; 68+ messages in thread From: Denis Kenzior @ 2024-10-16 2:04 UTC (permalink / raw) To: Arend van Spriel, Martin Petzold; +Cc: iwd@lists.linux.dev Hi Arend, >> >> One may question why -67 AP was preferred over -29 one? We'd need logs to >> answer that question. It could be the -29 one was simply not seen in the scan >> results at the time of the initial scan / connection. > > The roaming algorithm is not that intuitive. Roaming and rate selection are not > based on signal strength alone. They may look at PER (packet error ratio) to > decide. -29 dBm might actually be too strong. I always try to get between -40 > and -60 dBm. I was mostly thinking of the initial BSS selection which iwd can influence at initial CMD_CONNECT. iwd sorts APs according to highest expected throughput, but that generally means that if 2 APs are identical, the one with better RSSI wins. Still, without logs there's no way of knowing why the lower rssi one was picked. I'm curious: what are the downsides to using RSSI above -40 dBm? > > The nl80211 API actually offer the possibility to affect the BSS selection. The > NL80211_CMD_CONNECT command can have the attribute NL80211_ATTR_BSS_SELECT for > that [2]. When not provided the firmware will obviously use its default behavior > whatever that is. Not sure if IWD or wpa_supplicant support this, but I am > fairly sure brcmfmac supports it. However I do not know if it also applies to > roaming. iwd does not. Doesn't look like wpa_s does either. Regards, -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-16 2:04 ` Denis Kenzior @ 2024-10-16 8:32 ` Arend van Spriel 2024-10-17 10:58 ` Martin Petzold 1 sibling, 0 replies; 68+ messages in thread From: Arend van Spriel @ 2024-10-16 8:32 UTC (permalink / raw) To: Denis Kenzior, Martin Petzold; +Cc: iwd@lists.linux.dev On 10/16/2024 4:04 AM, Denis Kenzior wrote: > Hi Arend, > >>> >>> One may question why -67 AP was preferred over -29 one? We'd need >>> logs to answer that question. It could be the -29 one was simply not >>> seen in the scan results at the time of the initial scan / connection. >> >> The roaming algorithm is not that intuitive. Roaming and rate >> selection are not based on signal strength alone. They may look at PER >> (packet error ratio) to decide. -29 dBm might actually be too strong. >> I always try to get between -40 and -60 dBm. > > I was mostly thinking of the initial BSS selection which iwd can > influence at initial CMD_CONNECT. iwd sorts APs according to highest > expected throughput, but that generally means that if 2 APs are > identical, the one with better RSSI wins. Still, without logs there's > no way of knowing why the lower rssi one was picked. Right. The firmware is probably release version so it will only have error prints and that kinda details are not showing. If brcmfmac is compiled with CONFIG_BRCMDBG you can enable firmware console logging (FWCON) with the 'debug' module parameter [1]. > I'm curious: what are the downsides to using RSSI above -40 dBm? ear damage ;-) Not entirely joking though. Too strong signal can affect reception as well. However, I am not sure at what level those issues would show. So my -40 dBm is not backed by technical data. Maybe my co-workers doing phy stuff have a better explanation. >> >> The nl80211 API actually offer the possibility to affect the BSS >> selection. The NL80211_CMD_CONNECT command can have the attribute >> NL80211_ATTR_BSS_SELECT for that [2]. When not provided the firmware >> will obviously use its default behavior whatever that is. Not sure if >> IWD or wpa_supplicant support this, but I am fairly sure brcmfmac >> supports it. However I do not know if it also applies to roaming. > > iwd does not. Doesn't look like wpa_s does either. Should have done that when I added the nl80211 api change ;-) Regards, Arend [1] https://elixir.bootlin.com/linux/v6.11.3/source/drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-16 2:04 ` Denis Kenzior 2024-10-16 8:32 ` Arend van Spriel @ 2024-10-17 10:58 ` Martin Petzold 2024-10-19 14:04 ` Martin Petzold 1 sibling, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-17 10:58 UTC (permalink / raw) To: Denis Kenzior; +Cc: iwd@lists.linux.dev, Arend van Spriel Hi Denis, Am 16.10.24 um 04:04 schrieb Denis Kenzior: > Hi Arend, > >>> >>> One may question why -67 AP was preferred over -29 one? We'd need >>> logs to answer that question. It could be the -29 one was simply >>> not seen in the scan results at the time of the initial scan / >>> connection. >> >> The roaming algorithm is not that intuitive. Roaming and rate >> selection are not based on signal strength alone. They may look at >> PER (packet error ratio) to decide. -29 dBm might actually be too >> strong. I always try to get between -40 and -60 dBm. > > I was mostly thinking of the initial BSS selection which iwd can > influence at initial CMD_CONNECT. iwd sorts APs according to highest > expected throughput, but that generally means that if 2 APs are > identical, the one with better RSSI wins. Still, without logs there's > no way of knowing why the lower rssi one was picked. > I think you should have a look at the initial selection. Because the connection to the router instead of repeater was on the initial boot and thus very first connect. I know this for sure, because we use our own OTA image upgrades and have our own remote device management with telemetry data. I also know about the place of the two at this site (repeater very close to our device). Later on, also after reboots, until now the device is always connected to the stronger repeater (glad about that). This is actually quite important issue for us, because our devices usually upgrades the image, boots once, and connects once. In the most common scenario the device will "never" reboot or re-connect again. This is all about consumer grade router and repeater setup (I have no idea if there is any roaming protocol implemented on these devices). At the moment I can't provide logs, with significant overhead it would be possible to get them. Just now I can also not do another upgrade, however this may be the case next week again. On Monday we will deploy to a Cisco enterprise grade roaming environment. Of course here also the APs and the roaming protocols will play an important role (802.11k/v/r right - and I have no clue about these protocols; I assume these are implemented in the firmware or brcmfmac driver, right?!). The building has quite thick walls and thus selection of best AP is uttermost important and was completely broken - however, this was older driver, older IWD and unfortunately with US configured as regulatory domain (we are in Germany). However, it was newest Laird firmware. Thanks, Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-17 10:58 ` Martin Petzold @ 2024-10-19 14:04 ` Martin Petzold 2024-10-19 14:41 ` Denis Kenzior 0 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-19 14:04 UTC (permalink / raw) To: Denis Kenzior; +Cc: iwd@lists.linux.dev, Arend van Spriel Hi Denis, Am 17.10.24 um 12:58 schrieb Martin Petzold: > Hi Denis, > > Am 16.10.24 um 04:04 schrieb Denis Kenzior: >> Hi Arend, >> >>>> >>>> One may question why -67 AP was preferred over -29 one? We'd need >>>> logs to answer that question. It could be the -29 one was simply >>>> not seen in the scan results at the time of the initial scan / >>>> connection. >>> >>> The roaming algorithm is not that intuitive. Roaming and rate >>> selection are not based on signal strength alone. They may look at >>> PER (packet error ratio) to decide. -29 dBm might actually be too >>> strong. I always try to get between -40 and -60 dBm. >> >> I was mostly thinking of the initial BSS selection which iwd can >> influence at initial CMD_CONNECT. iwd sorts APs according to highest >> expected throughput, but that generally means that if 2 APs are >> identical, the one with better RSSI wins. Still, without logs >> there's no way of knowing why the lower rssi one was picked. >> > I think you should have a look at the initial selection. Because the > connection to the router instead of repeater was on the initial boot > and thus very first connect. I know this for sure, because we use our > own OTA image upgrades and have our own remote device management with > telemetry data. I also know about the place of the two at this site > (repeater very close to our device). Later on, also after reboots, > until now the device is always connected to the stronger repeater > (glad about that). This is actually quite important issue for us, > because our devices usually upgrades the image, boots once, and > connects once. In the most common scenario the device will "never" > reboot or re-connect again. > > This is all about consumer grade router and repeater setup (I have no > idea if there is any roaming protocol implemented on these devices). > At the moment I can't provide logs, with significant overhead it would > be possible to get them. Just now I can also not do another upgrade, > however this may be the case next week again. > Additional information about our setup: We do OTA rootfs image upgrades. So the whole rootfs (including /var) is replaced. AND after reboot we always have a fresh setup an initial boot again (systemd "firstboot"). Here also machine id and other things are re-created. We ONLY preserve the "/var/lib/iwd" directory (and bluetooth etc.) on a separate partition and use bind mounts (in fstab) to include this path under "/". So maybe for IWD it is uncommon to find a "known-network" on firstboot (typically not possible). Or maybe some kind of BSS information is cached and then gone because of our rootfs upgrade. Or it is about the change of machine id (MAC address in our case remains the same, because it comes from the chip). Maybe if you have a known-network, you assume the BSS cache has to exist (been built) already. No ideas, something like this... This is a more or less common setup for embedded environments. Would be glad if you could double-check if this could cause wrong initial connection (weaker AP). I will let you know about further tests next week. Thanks, Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-19 14:04 ` Martin Petzold @ 2024-10-19 14:41 ` Denis Kenzior 2024-10-21 13:34 ` Martin Petzold 0 siblings, 1 reply; 68+ messages in thread From: Denis Kenzior @ 2024-10-19 14:41 UTC (permalink / raw) To: Martin Petzold; +Cc: iwd@lists.linux.dev, Arend van Spriel Hi Martin, > Additional information about our setup: We do OTA rootfs image upgrades. So the > whole rootfs (including /var) is replaced. AND after reboot we always have a > fresh setup an initial boot again (systemd "firstboot"). Here also machine id > and other things are re-created. We ONLY preserve the "/var/lib/iwd" directory > (and bluetooth etc.) on a separate partition and use bind mounts (in fstab) to > include this path under "/". What you describe is standard practice. > > So maybe for IWD it is uncommon to find a "known-network" on firstboot > (typically not possible). Or maybe some kind of BSS information is cached and > then gone because of our rootfs upgrade. Or it is about the change of machine id > (MAC address in our case remains the same, because it comes from the chip). > Maybe if you have a known-network, you assume the BSS cache has to exist (been > built) already. No ideas, something like this... iwd does not make any such assumptions. No information is kept outside of /var/lib/iwd. The only cache iwd keeps is of frequencies for known networks kept in /var/lib/iwd/.known_network.freq which is used to speed up the initial scan. If the file doesn't exist, iwd simply falls back to a full scan. > > This is a more or less common setup for embedded environments. Would be glad if > you could double-check if this could cause wrong initial connection (weaker AP). We can't help you unless you provide logs. Regards, -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-19 14:41 ` Denis Kenzior @ 2024-10-21 13:34 ` Martin Petzold 2024-10-21 14:40 ` Arend Van Spriel 0 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-21 13:34 UTC (permalink / raw) To: Denis Kenzior; +Cc: iwd@lists.linux.dev, Arend van Spriel [-- Attachment #1: Type: text/plain, Size: 1724 bytes --] Hi Denis, Am 19.10.24 um 16:41 schrieb Denis Kenzior: > >> >> This is a more or less common setup for embedded environments. Would >> be glad if you could double-check if this could cause wrong initial >> connection (weaker AP). > > We can't help you unless you provide logs. We are now in an enterprise grade Cisco roaming environment. Initial connection to the (open) network was possible and routable with connection to our servers (!). However after like an hour or so the connection was lost. And then re-connection was NOT possible (both autoconnect and also not manual connect via iwctl fail). Please find attached the log output: logfile_tavla.txt (with brcm and iwd - no debug) and logfile_tavla_debug.txt (iwd with debug and manual re-connect attempt). I have now enabled "--debug" and it would also be possible to remove the network and do another full reproduction with initial connection. SETUP: SoM: Variscite DART-IMX8M-PLUS SoC: NXP i.MX8M Plus Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) Antenna: Laird FlexPIFA RootFS: Debian bookworm Kernel: NXP Kernel 6.1.36 (with Variscite patches) Driver: brcmfmac (from Kernel, only minor patches - device tree) Firmware: Laird 12.29.0.22 (loaded via scripts) Network Daemon: systemd-networkd 252.30 Wi-Fi Daemon: IWD 2.22+ (c459dc75c080dcbff6f9b9389344e11328dec411) + ELL 0.69 (7bed251f8020ef896043f008276f41cd13fdd43f) KERNEL: REPOSITORY=https://github.com/tavla/linux-imx.git (fork from https://github.com/varigit/linux-imx) BRANCH=lf-6.1.y_var03 COMMIT=a4b3cc1dbbb396284e501b938aa79d2dfd4f1a98 FIRMWARE: summit-lwb5-etsi-firmware-12.29.0.22.tar.bz2 From: https://github.com/LairdCP/Sterling-LWB-and-LWB5-Release-Packages/releases/ [-- Attachment #2: logfile_tavla_debug.txt --] [-- Type: text/plain, Size: 186454 bytes --] tavla@tavla:~$ iwctl known-networks list Known Networks -------------------------------------------------------------------------------- Name Security Hidden Last connected -------------------------------------------------------------------------------- XYZ-Gast open Oct 21, 12:11 PM tavla@tavla:~$ iwctl station wlan0 connect "XYZ-Gast" Operation failed tavla@tavla:~$ sudo journalctl --boot --no-pager | grep iwd Okt 21 14:33:37 tavla systemd[1]: Mounting var-lib-iwd.mount - /var/lib/iwd... Okt 21 14:33:37 tavla systemd[1]: Mounted var-lib-iwd.mount - /var/lib/iwd. Okt 21 14:33:40 tavla systemd[1]: Starting iwd.service - Wireless service... Okt 21 14:33:40 tavla iwd[377]: No Diffie-Hellman support found, WPS will not be available Okt 21 14:33:40 tavla iwd[377]: The following options are missing in the kernel: Okt 21 14:33:40 tavla iwd[377]: CONFIG_KEY_DH_OPERATIONS Okt 21 14:33:40 tavla iwd[377]: Wireless daemon version 2.22 Okt 21 14:33:40 tavla iwd[377]: Loaded configuration from /etc/iwd/main.conf Okt 21 14:33:40 tavla systemd[1]: Started iwd.service - Wireless service. Okt 21 14:33:41 tavla iwd[377]: Wiphy: 0, Name: phy0 Okt 21 14:33:41 tavla iwd[377]: Permanent Address: c0:ee:40:8e:0f:c2 Okt 21 14:33:41 tavla iwd[377]: 2.4GHz Band: Okt 21 14:33:41 tavla iwd[377]: Bitrates (non-HT): Okt 21 14:33:41 tavla iwd[377]: 1.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 2.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 5.5 Mbps Okt 21 14:33:41 tavla iwd[377]: 11.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 6.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 9.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 12.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 18.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 24.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 36.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 48.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 54.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 5GHz Band: Okt 21 14:33:41 tavla iwd[377]: Bitrates (non-HT): Okt 21 14:33:41 tavla iwd[377]: 6.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 9.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 12.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 18.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 24.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 36.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 48.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 54.0 Mbps Okt 21 14:33:41 tavla iwd[377]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP Okt 21 14:33:41 tavla iwd[377]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device Okt 21 14:33:41 tavla iwd[377]: Driver Flags: DefaultInterface Okt 21 14:33:41 tavla iwd[377]: Wiphy phy0 will only use the default interface Okt 21 14:33:41 tavla iwd[377]: No default interface for wiphy 0 Okt 21 14:33:41 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_quick Okt 21 14:33:41 tavla iwd[377]: Could not register frame watch type 00b0: -22 Okt 21 14:33:41 tavla iwd[377]: udev interface=wlan0 ifindex=3 Okt 21 14:33:42 tavla iwd[377]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -63, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -64, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -73, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -74, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:37:66, signal: -79, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:33:42 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:33:46 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:5f:02, signal: -66, load: 0/255 Okt 21 14:33:46 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:33:46 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:46 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:33:46 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -51, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:5f:02, signal: -65, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -67, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -73, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:35:13 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:45:51 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -61, load: 0/255 Okt 21 14:45:51 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:45:51 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:45:51 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:45:51 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:06:37 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -65, load: 0/255 Okt 21 15:06:37 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:06:37 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:37 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -68, load: 0/255 Okt 21 15:06:37 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:37 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 15:06:37 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:06:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -53, load: 0/255 Okt 21 15:06:42 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:06:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:42 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 15:06:42 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:18:12 tavla sudo[4584]: tavla : TTY=pts/0 ; PWD=/home/tavla ; USER=root ; COMMAND=/usr/bin/nano /lib/systemd/system/iwd.service Okt 21 15:19:03 tavla sudo[4673]: tavla : TTY=pts/0 ; PWD=/home/tavla ; USER=root ; COMMAND=/usr/bin/systemctl restart iwd Okt 21 15:19:03 tavla systemd[1]: Stopping iwd.service - Wireless service... Okt 21 15:19:03 tavla iwd[377]: Terminate Okt 21 15:19:03 tavla iwd[377]: Removing scan context for wdev 1 Okt 21 15:19:04 tavla iwd[377]: D-Bus disconnected, quitting... Okt 21 15:19:04 tavla systemd[1]: iwd.service: Deactivated successfully. Okt 21 15:19:04 tavla systemd[1]: Stopped iwd.service - Wireless service. Okt 21 15:19:04 tavla systemd[1]: Starting iwd.service - Wireless service... Okt 21 15:19:04 tavla iwd[4680]: No Diffie-Hellman support found, WPS will not be available Okt 21 15:19:04 tavla iwd[4680]: The following options are missing in the kernel: Okt 21 15:19:04 tavla iwd[4680]: CONFIG_KEY_DH_OPERATIONS Okt 21 15:19:04 tavla iwd[4680]: Wireless daemon version 2.22 Okt 21 15:19:04 tavla iwd[4680]: src/main.c:main() Using configuration directory /etc/iwd Okt 21 15:19:04 tavla iwd[4680]: Loaded configuration from /etc/iwd/main.conf Okt 21 15:19:04 tavla iwd[4680]: src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd Okt 21 15:19:04 tavla iwd[4680]: src/main.c:nl80211_appeared() Found nl80211 interface Okt 21 15:19:04 tavla iwd[4680]: src/module.c:iwd_modules_init() Okt 21 15:19:04 tavla iwd[4680]: src/wsc.c:wsc_init() Okt 21 15:19:04 tavla iwd[4680]: src/udev.c:udev_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap.c:__eap_method_enable() Okt 21 15:19:04 tavla iwd[4680]: src/eap-wsc.c:eap_wsc_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-md5.c:eap_md5_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-tls.c:eap_tls_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-ttls.c:eap_ttls_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-mschapv2.c:eap_mschapv2_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-sim.c:eap_sim_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-aka.c:eap_aka_prime_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-aka.c:eap_aka_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-peap.c:eap_peap_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-gtc.c:eap_gtc_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-pwd.c:eap_pwd_init() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_wiphy_dump_callback() New wiphy phy0 added (0) Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_wiphy_dump_done() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_filtered_wiphy_dump_done() Okt 21 15:19:04 tavla iwd[4680]: Wiphy: 0, Name: phy0 Okt 21 15:19:04 tavla iwd[4680]: Permanent Address: c0:ee:40:8e:0f:c2 Okt 21 15:19:04 tavla iwd[4680]: 2.4GHz Band: Okt 21 15:19:04 tavla iwd[4680]: Bitrates (non-HT): Okt 21 15:19:04 tavla iwd[4680]: 1.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 2.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 5.5 Mbps Okt 21 15:19:04 tavla iwd[4680]: 11.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 6.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 9.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 12.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 18.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 24.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 36.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 48.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 54.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: HT Capabilities: Okt 21 15:19:04 tavla iwd[4680]: HT40 Okt 21 15:19:04 tavla iwd[4680]: Short GI for 20Mhz Okt 21 15:19:04 tavla iwd[4680]: HT RX MCS indexes: Okt 21 15:19:04 tavla iwd[4680]: 0-7 Okt 21 15:19:04 tavla iwd[4680]: 5GHz Band: Okt 21 15:19:04 tavla iwd[4680]: Bitrates (non-HT): Okt 21 15:19:04 tavla iwd[4680]: 6.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 9.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 12.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 18.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 24.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 36.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 48.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 54.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: HT Capabilities: Okt 21 15:19:04 tavla iwd[4680]: HT40 Okt 21 15:19:04 tavla iwd[4680]: Short GI for 20Mhz Okt 21 15:19:04 tavla iwd[4680]: Short GI for 40Mhz Okt 21 15:19:04 tavla iwd[4680]: HT RX MCS indexes: Okt 21 15:19:04 tavla iwd[4680]: 0-7 Okt 21 15:19:04 tavla iwd[4680]: VHT Capabilities: Okt 21 15:19:04 tavla iwd[4680]: Short GI for 80Mhz Okt 21 15:19:04 tavla iwd[4680]: Max RX MCS: 0-9 for NSS: 1 Okt 21 15:19:04 tavla iwd[4680]: Max TX MCS: 0-9 for NSS: 1 Okt 21 15:19:04 tavla iwd[4680]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP Okt 21 15:19:04 tavla iwd[4680]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device Okt 21 15:19:04 tavla iwd[4680]: Driver Flags: DefaultInterface Okt 21 15:19:04 tavla iwd[4680]: Wiphy phy0 will only use the default interface Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_interface_dump_callback() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_get_interface_cb() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_interface_dump_done() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_use_default() Okt 21 15:19:04 tavla iwd[4680]: src/netdev.c:netdev_create_from_genl() Created interface wlan0[3 1] Okt 21 15:19:04 tavla iwd[4680]: src/wiphy.c:wiphy_update_reg_domain() New reg domain country code for phy0 is 99 Okt 21 15:19:04 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:04 tavla iwd[4680]: src/netdev.c:netdev_set_4addr() netdev: 3 use_4addr: 0 Okt 21 15:19:04 tavla iwd[4680]: src/netdev.c:netdev_initial_up_cb() Interface 3 initialized Okt 21 15:19:04 tavla iwd[4680]: src/netconfig.c:netconfig_new() Creating netconfig for interface: 3 Okt 21 15:19:04 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_quick Okt 21 15:19:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 1 Okt 21 15:19:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 1 Okt 21 15:19:04 tavla iwd[4680]: src/rrm.c:rrm_add_frame_watches() Okt 21 15:19:04 tavla iwd[4680]: Could not register frame watch type 00b0: -22 Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_config_notify() Notification of command Set Interface(6) Okt 21 15:19:04 tavla systemd[1]: Started iwd.service - Wireless service. Okt 21 15:19:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:04 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:04 tavla iwd[4680]: src/station.c:station_quick_scan_triggered() Quick scan triggered for wlan0 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Gast" security open Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Bewohner" security open Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Intern" security 8021x Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 2 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 3 Okt 21 15:19:05 tavla iwd[4680]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 4 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 1 done Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 2 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:36 to XYZ-Gast Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:96 to XYZ-Gast Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 2 done Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 3 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:32 to XYZ-Bewohner Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:93 to XYZ-Bewohner Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:36' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 5 Okt 21 15:19:05 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -69, load: 0/255 Okt 21 15:19:05 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_cancel() Trying to cancel scan id 4 for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 4 done Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 3 done Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 5 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 5 done Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:19:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 6 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 6 Okt 21 15:19:05 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -76, load: 0/255 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_try_next_bss() Attempting to connect to next BSS e8:10:98:14:65:96 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 6 done Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:19:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:19:05 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6600 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:19:05 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 7 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 7 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:80' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 8 Okt 21 15:19:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 7 done Okt 21 15:19:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 8 Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:22 to XYZ-Bewohner Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:83 to XYZ-Bewohner Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6500 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 8 done Okt 21 15:19:19 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:19:19 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 9 Okt 21 15:19:19 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 9 Okt 21 15:19:19 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:19 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:19 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:23 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:80' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 10 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 9 done Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 10 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:23 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:26 to XYZ-Gast Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:26' freq: 2412, rank: 492, strength: -5500 Okt 21 15:19:23 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 11 Okt 21 15:19:23 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -55, load: 0/255 Okt 21 15:19:23 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 10 done Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 11 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 11 done Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:19:23 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:19:23 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6600 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:19:23 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 12 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 12 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:19:27 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:27 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:27 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:80' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6500 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:27 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 12 done Okt 21 15:19:37 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:19:37 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 13 Okt 21 15:19:37 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 13 Okt 21 15:19:37 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:37 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:37 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:41 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5700, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 14 Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 15 Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 13 done Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 14 Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:41 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:36 to XYZ-Gast Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:96 to XYZ-Gast Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 14 done Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 15 Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:41 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:32 to XYZ-Bewohner Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:22 to XYZ-Bewohner Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:93 to XYZ-Bewohner Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 1995, strength: -5900 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6700 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 15 done Okt 21 15:20:01 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:20:01 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 16 Okt 21 15:20:01 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 16 Okt 21 15:20:01 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:01 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:01 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 40 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7500, data_rate: 32.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7400, data_rate: 32.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 17 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 16 done Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 17 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:26 to XYZ-Gast Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:36' freq: 5240, rank: 886, strength: -6800 Okt 21 15:20:05 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 18 Okt 21 15:20:05 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -68, load: 0/255 Okt 21 15:20:05 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 17 done Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 18 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 18 done Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:20:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:20:05 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 19 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 19 Okt 21 15:20:05 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -74, load: 0/255 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_try_next_bss() Attempting to connect to next BSS e8:10:98:14:65:96 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 19 done Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:20:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:20:05 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6700 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6600 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:20:05 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 20 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 20 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7500, data_rate: 32.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7400, data_rate: 32.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 21 Okt 21 15:20:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 20 done Okt 21 15:20:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 21 Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6700 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 21 done Okt 21 15:20:19 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:20:19 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 22 Okt 21 15:20:19 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 22 Okt 21 15:20:19 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:19 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:19 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:23 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 23 Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 24 Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 22 done Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 23 Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:23 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:96 to XYZ-Gast Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:36 to XYZ-Gast Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 23 done Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 24 Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:24 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:93 to XYZ-Bewohner Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:32 to XYZ-Bewohner Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:22 to XYZ-Bewohner Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:26' freq: 2412, rank: 492, strength: -5500 Okt 21 15:20:24 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 25 Okt 21 15:20:24 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -55, load: 0/255 Okt 21 15:20:24 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 24 done Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 25 Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 25 done Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:20:24 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:20:24 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6700 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:20:24 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 26 Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 26 Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:27 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:27 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:27 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 27 Okt 21 15:20:27 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 26 done Okt 21 15:20:27 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 27 Okt 21 15:20:27 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:27 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:28 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:28 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 1995, strength: -5900 Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:28 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 27 done Okt 21 15:20:37 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:20:37 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 28 Okt 21 15:20:37 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 28 Okt 21 15:20:38 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:38 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:38 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:41 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:41 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1330, strength: -6100, data_rate: 195.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1330, strength: -6100, data_rate: 195.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 29 Okt 21 15:20:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 28 done Okt 21 15:20:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 29 Okt 21 15:20:42 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:42 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:42 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:42 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:26 to XYZ-Gast Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6600 Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:42 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 29 done Okt 21 15:20:45 tavla iwd[4680]: src/agent.c:agent_register() agent register called Okt 21 15:20:45 tavla iwd[4680]: src/agent.c:agent_register() agent :1.310 path /agent/4836 Okt 21 15:20:45 tavla iwd[4680]: src/network.c:network_connect() Okt 21 15:20:45 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 30 Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 30 Okt 21 15:20:45 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -65, load: 0/255 Okt 21 15:20:45 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting Okt 21 15:20:45 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 30 done Okt 21 15:20:45 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:20:45 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:20:45 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:20:45 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:20:45 tavla iwd[4680]: event: state, old: connecting, new: disconnected Okt 21 15:20:45 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_quick Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 31 Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 31 Okt 21 15:20:45 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:45 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:45 tavla iwd[4680]: src/station.c:station_quick_scan_triggered() Quick scan triggered for wlan0 Okt 21 15:20:45 tavla iwd[4680]: src/agent.c:agent_disconnect() agent :1.310 disconnected Okt 21 15:20:45 tavla iwd[4680]: src/agent.c:agent_free() agent free 0xaaaae60d1660 Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:46 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 32 Okt 21 15:20:46 tavla iwd[4680]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 33 Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 31 done Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 32 Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:46 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 1995, strength: -5900 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 32 done Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 33 Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:50 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 98, strength: -7800, data_rate: 14.4 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 34 Okt 21 15:20:50 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 33 done Okt 21 15:20:50 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 34 Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:50 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:50 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 34 done Okt 21 15:21:00 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:21:00 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 35 Okt 21 15:21:00 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 35 Okt 21 15:21:00 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:00 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:21:00 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:04 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 36 Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 37 Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 35 done Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 36 Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:04 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:36 to XYZ-Gast Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:86 to XYZ-Gast Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 36 done Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 37 Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:04 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:32 to XYZ-Bewohner Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:22 to XYZ-Bewohner Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:93 to XYZ-Bewohner Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:86' freq: 2437, rank: 492, strength: -6100 Okt 21 15:21:04 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 38 Okt 21 15:21:04 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -61, load: 0/255 Okt 21 15:21:04 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 37 done Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 38 Okt 21 15:21:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 38 done Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:21:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:21:05 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6800 Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 1773, strength: -6000 Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:21:05 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:21:05 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:21:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 39 Okt 21 15:21:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 39 Okt 21 15:21:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:21:05 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:21:08 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:08 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:08 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -5900, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -5900, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:80' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: _owetm_XYZ-Gast1927673441, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 40 Okt 21 15:21:08 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 41 Okt 21 15:21:08 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 39 done Okt 21 15:21:08 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 40 Okt 21 15:21:08 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:08 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:21:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:96 to XYZ-Gast Okt 21 15:21:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 40 done Okt 21 15:21:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 41 Okt 21 15:21:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:09 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:21:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:83 to XYZ-Bewohner Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 2216, strength: -5800 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6800 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:21:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 41 done [-- Attachment #3: logfile_tavla.txt --] [-- Type: text/plain, Size: 11583 bytes --] tavla@tavla:~$ iwctl known-networks list Known Networks -------------------------------------------------------------------------------- Name Security Hidden Last connected -------------------------------------------------------------------------------- XYZ-Gast open Oct 21, 12:11 PM tavla@tavla:~$ tavla@tavla:~$ tavla@tavla:~$ tavla@tavla:~$ iwctl station wlan0 show Station: wlan0 -------------------------------------------------------------------------------- Settable Property Value -------------------------------------------------------------------------------- Scanning no State disconnected tavla@tavla:~$ sudo journalctl --boot --no-pager | grep iwd [sudo] Passwort für tavla: Okt 21 14:33:37 tavla systemd[1]: Mounting var-lib-iwd.mount - /var/lib/iwd... Okt 21 14:33:37 tavla systemd[1]: Mounted var-lib-iwd.mount - /var/lib/iwd. Okt 21 14:33:40 tavla systemd[1]: Starting iwd.service - Wireless service... Okt 21 14:33:40 tavla iwd[377]: No Diffie-Hellman support found, WPS will not be available Okt 21 14:33:40 tavla iwd[377]: The following options are missing in the kernel: Okt 21 14:33:40 tavla iwd[377]: CONFIG_KEY_DH_OPERATIONS Okt 21 14:33:40 tavla iwd[377]: Wireless daemon version 2.22 Okt 21 14:33:40 tavla iwd[377]: Loaded configuration from /etc/iwd/main.conf Okt 21 14:33:40 tavla systemd[1]: Started iwd.service - Wireless service. Okt 21 14:33:41 tavla iwd[377]: Wiphy: 0, Name: phy0 Okt 21 14:33:41 tavla iwd[377]: Permanent Address: c0:ee:40:8e:0f:c2 Okt 21 14:33:41 tavla iwd[377]: 2.4GHz Band: Okt 21 14:33:41 tavla iwd[377]: Bitrates (non-HT): Okt 21 14:33:41 tavla iwd[377]: 1.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 2.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 5.5 Mbps Okt 21 14:33:41 tavla iwd[377]: 11.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 6.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 9.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 12.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 18.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 24.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 36.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 48.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 54.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 5GHz Band: Okt 21 14:33:41 tavla iwd[377]: Bitrates (non-HT): Okt 21 14:33:41 tavla iwd[377]: 6.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 9.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 12.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 18.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 24.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 36.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 48.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 54.0 Mbps Okt 21 14:33:41 tavla iwd[377]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP Okt 21 14:33:41 tavla iwd[377]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device Okt 21 14:33:41 tavla iwd[377]: Driver Flags: DefaultInterface Okt 21 14:33:41 tavla iwd[377]: Wiphy phy0 will only use the default interface Okt 21 14:33:41 tavla iwd[377]: No default interface for wiphy 0 Okt 21 14:33:41 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_quick Okt 21 14:33:41 tavla iwd[377]: Could not register frame watch type 00b0: -22 Okt 21 14:33:41 tavla iwd[377]: udev interface=wlan0 ifindex=3 Okt 21 14:33:42 tavla iwd[377]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -63, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -64, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -73, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -74, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:37:66, signal: -79, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:33:42 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:33:46 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:5f:02, signal: -66, load: 0/255 Okt 21 14:33:46 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:33:46 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:46 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:33:46 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -51, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:5f:02, signal: -65, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -67, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -73, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:35:13 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:45:51 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -61, load: 0/255 Okt 21 14:45:51 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:45:51 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:45:51 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:45:51 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:06:37 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -65, load: 0/255 Okt 21 15:06:37 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:06:37 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:37 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -68, load: 0/255 Okt 21 15:06:37 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:37 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 15:06:37 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:06:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -53, load: 0/255 Okt 21 15:06:42 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:06:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:42 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 15:06:42 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full tavla@tavla:~$ tavla@tavla:~$ tavla@tavla:~$ sudo journalctl --boot --no-pager | grep brcm Okt 21 14:33:40 tavla kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2 Okt 21 14:33:40 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed with error -2 Okt 21 14:33:40 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 Okt 21 14:33:41 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available Okt 21 14:33:41 tavla kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4339/2 wl0: Aug 4 2023 08:42:14 version 6.37.39.141 (73212ff CY) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:45:51 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:45:51 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 15:06:37 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 15:06:37 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 15:06:37 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 15:06:37 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 15:06:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 15:06:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 13:34 ` Martin Petzold @ 2024-10-21 14:40 ` Arend Van Spriel 2024-10-21 14:53 ` Martin Petzold 2024-10-21 15:23 ` James Prestwood 0 siblings, 2 replies; 68+ messages in thread From: Arend Van Spriel @ 2024-10-21 14:40 UTC (permalink / raw) To: Martin Petzold, Denis Kenzior; +Cc: iwd On October 21, 2024 3:34:46 PM Martin Petzold <martin.petzold@tavla.de> wrote: > Hi Denis, > > Am 19.10.24 um 16:41 schrieb Denis Kenzior: >> >>> >>> This is a more or less common setup for embedded environments. Would >>> be glad if you could double-check if this could cause wrong initial >>> connection (weaker AP). >> >> We can't help you unless you provide logs. > > We are now in an enterprise grade Cisco roaming environment. Initial > connection to the (open) network was possible and routable with > connection to our servers (!). However after like an hour or so the > connection was lost. And then re-connection was NOT possible (both > autoconnect and also not manual connect via iwctl fail). > > Please find attached the log output: logfile_tavla.txt (with brcm and The log output is not hard to read. The brcmfmac indicates it does not support the requested akm suite 00-0F-AC:12 (Suite B 192b). What capabilities does iw command show for the wifi device? Maybe the driver announces something which the firmware does not support. Regards, Arend > iwd - no debug) and logfile_tavla_debug.txt (iwd with debug and manual > re-connect attempt). > > I have now enabled "--debug" and it would also be possible to remove the > network and do another full reproduction with initial connection. > > SETUP: > > SoM: Variscite DART-IMX8M-PLUS > SoC: NXP i.MX8M Plus > Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) > Antenna: Laird FlexPIFA > RootFS: Debian bookworm > Kernel: NXP Kernel 6.1.36 (with Variscite patches) > Driver: brcmfmac (from Kernel, only minor patches - device tree) > Firmware: Laird 12.29.0.22 (loaded via scripts) > Network Daemon: systemd-networkd 252.30 > Wi-Fi Daemon: IWD 2.22+ (c459dc75c080dcbff6f9b9389344e11328dec411) + ELL > 0.69 (7bed251f8020ef896043f008276f41cd13fdd43f) > > KERNEL: > > REPOSITORY=https://github.com/tavla/linux-imx.git (fork from > https://github.com/varigit/linux-imx) > BRANCH=lf-6.1.y_var03 > COMMIT=a4b3cc1dbbb396284e501b938aa79d2dfd4f1a98 > > FIRMWARE: > > summit-lwb5-etsi-firmware-12.29.0.22.tar.bz2 > > From: > https://github.com/LairdCP/Sterling-LWB-and-LWB5-Release-Packages/releases/ ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 14:40 ` Arend Van Spriel @ 2024-10-21 14:53 ` Martin Petzold 2024-10-21 15:23 ` James Prestwood 1 sibling, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-21 14:53 UTC (permalink / raw) To: Arend Van Spriel; +Cc: iwd, Denis Kenzior [-- Attachment #1: Type: text/plain, Size: 2565 bytes --] Dear Arend, Am 21.10.24 um 16:40 schrieb Arend Van Spriel: > On October 21, 2024 3:34:46 PM Martin Petzold > <martin.petzold@tavla.de> wrote: > >> Hi Denis, >> >> Am 19.10.24 um 16:41 schrieb Denis Kenzior: >>> >>>> >>>> This is a more or less common setup for embedded environments. Would >>>> be glad if you could double-check if this could cause wrong initial >>>> connection (weaker AP). >>> >>> We can't help you unless you provide logs. >> >> We are now in an enterprise grade Cisco roaming environment. Initial >> connection to the (open) network was possible and routable with >> connection to our servers (!). However after like an hour or so the >> connection was lost. And then re-connection was NOT possible (both >> autoconnect and also not manual connect via iwctl fail). >> >> Please find attached the log output: logfile_tavla.txt (with brcm and > > The log output is not hard to read. The brcmfmac indicates it does not > support the requested akm suite 00-0F-AC:12 (Suite B 192b). > > What capabilities does iw command show for the wifi device? Maybe the > driver announces something which the firmware does not support. Please find attached the capabilities. Best regards, Martin > > Regards, > Arend >> iwd - no debug) and logfile_tavla_debug.txt (iwd with debug and manual >> re-connect attempt). >> >> I have now enabled "--debug" and it would also be possible to remove the >> network and do another full reproduction with initial connection. >> >> SETUP: >> >> SoM: Variscite DART-IMX8M-PLUS >> SoC: NXP i.MX8M Plus >> Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) >> Antenna: Laird FlexPIFA >> RootFS: Debian bookworm >> Kernel: NXP Kernel 6.1.36 (with Variscite patches) >> Driver: brcmfmac (from Kernel, only minor patches - device tree) >> Firmware: Laird 12.29.0.22 (loaded via scripts) >> Network Daemon: systemd-networkd 252.30 >> Wi-Fi Daemon: IWD 2.22+ (c459dc75c080dcbff6f9b9389344e11328dec411) + ELL >> 0.69 (7bed251f8020ef896043f008276f41cd13fdd43f) >> >> KERNEL: >> >> REPOSITORY=https://github.com/tavla/linux-imx.git (fork from >> https://github.com/varigit/linux-imx) >> BRANCH=lf-6.1.y_var03 >> COMMIT=a4b3cc1dbbb396284e501b938aa79d2dfd4f1a98 >> >> FIRMWARE: >> >> summit-lwb5-etsi-firmware-12.29.0.22.tar.bz2 >> >> From: >> https://github.com/LairdCP/Sterling-LWB-and-LWB5-Release-Packages/releases/ >> > > > -- Martin Petzold (Inhaber & Geschäftsführer) TAVLA Technology GmbH Im Dau 14 50678 Köln Deutschland Telefon: +49 (0)221 / 3466 0885 Mobil: +49 (0)179 / 9220154 E-Mail: martin.petzold@tavla.de [-- Attachment #2: capabilities.txt --] [-- Type: text/plain, Size: 5207 bytes --] tavla@tavla:~$ sudo iw list Wiphy phy0 wiphy index: 0 max # scan SSIDs: 10 max scan IEs length: 2048 bytes max # sched scan SSIDs: 16 max # match sets: 16 Retry short limit: 7 Retry long limit: 4 Coverage class: 0 (up to 0m) Device supports roaming. Supported Ciphers: * WEP40 (00-0f-ac:1) * WEP104 (00-0f-ac:5) * TKIP (00-0f-ac:2) * CCMP-128 (00-0f-ac:4) * CMAC (00-0f-ac:6) Available Antennas: TX 0 RX 0 Supported interface modes: * IBSS * managed * AP * P2P-client * P2P-GO * P2P-device Band 1: Capabilities: 0x1022 HT20/HT40 Static SM Power Save RX HT20 SGI No RX STBC Max AMSDU length: 3839 bytes DSSS/CCK HT40 Maximum RX AMPDU length 65535 bytes (exponent: 0x003) Minimum RX AMPDU time spacing: 16 usec (0x07) HT TX/RX MCS rate indexes supported: 0-7 Bitrates (non-HT): * 1.0 Mbps * 2.0 Mbps (short preamble supported) * 5.5 Mbps (short preamble supported) * 11.0 Mbps (short preamble supported) * 6.0 Mbps * 9.0 Mbps * 12.0 Mbps * 18.0 Mbps * 24.0 Mbps * 36.0 Mbps * 48.0 Mbps * 54.0 Mbps Frequencies: * 2412 MHz [1] (20.0 dBm) * 2417 MHz [2] (20.0 dBm) * 2422 MHz [3] (20.0 dBm) * 2427 MHz [4] (20.0 dBm) * 2432 MHz [5] (20.0 dBm) * 2437 MHz [6] (20.0 dBm) * 2442 MHz [7] (20.0 dBm) * 2447 MHz [8] (20.0 dBm) * 2452 MHz [9] (20.0 dBm) * 2457 MHz [10] (20.0 dBm) * 2462 MHz [11] (20.0 dBm) * 2467 MHz [12] (20.0 dBm) * 2472 MHz [13] (20.0 dBm) * 2484 MHz [14] (20.0 dBm) Band 2: Capabilities: 0x1062 HT20/HT40 Static SM Power Save RX HT20 SGI RX HT40 SGI No RX STBC Max AMSDU length: 3839 bytes DSSS/CCK HT40 Maximum RX AMPDU length 65535 bytes (exponent: 0x003) Minimum RX AMPDU time spacing: 16 usec (0x07) HT TX/RX MCS rate indexes supported: 0-7 VHT Capabilities (0x00001820): Max MPDU length: 3895 Supported Channel Width: neither 160 nor 80+80 short GI (80 MHz) SU Beamformer SU Beamformee VHT RX MCS set: 1 streams: MCS 0-9 2 streams: not supported 3 streams: not supported 4 streams: not supported 5 streams: not supported 6 streams: not supported 7 streams: not supported 8 streams: not supported VHT RX highest supported: 0 Mbps VHT TX MCS set: 1 streams: MCS 0-9 2 streams: not supported 3 streams: not supported 4 streams: not supported 5 streams: not supported 6 streams: not supported 7 streams: not supported 8 streams: not supported VHT TX highest supported: 0 Mbps VHT extended NSS: not supported Bitrates (non-HT): * 6.0 Mbps * 9.0 Mbps * 12.0 Mbps * 18.0 Mbps * 24.0 Mbps * 36.0 Mbps * 48.0 Mbps * 54.0 Mbps Frequencies: * 5170 MHz [34] (20.0 dBm) * 5180 MHz [36] (20.0 dBm) * 5190 MHz [38] (20.0 dBm) * 5200 MHz [40] (20.0 dBm) * 5210 MHz [42] (20.0 dBm) * 5220 MHz [44] (20.0 dBm) * 5230 MHz [46] (20.0 dBm) * 5240 MHz [48] (20.0 dBm) * 5260 MHz [52] (20.0 dBm) * 5280 MHz [56] (20.0 dBm) * 5300 MHz [60] (20.0 dBm) * 5320 MHz [64] (20.0 dBm) * 5500 MHz [100] (20.0 dBm) * 5520 MHz [104] (20.0 dBm) * 5540 MHz [108] (20.0 dBm) * 5560 MHz [112] (20.0 dBm) * 5580 MHz [116] (20.0 dBm) * 5600 MHz [120] (20.0 dBm) * 5620 MHz [124] (20.0 dBm) * 5640 MHz [128] (20.0 dBm) * 5660 MHz [132] (20.0 dBm) * 5680 MHz [136] (20.0 dBm) * 5700 MHz [140] (20.0 dBm) * 5720 MHz [144] (20.0 dBm) * 5745 MHz [149] (20.0 dBm) * 5765 MHz [153] (20.0 dBm) * 5785 MHz [157] (20.0 dBm) * 5805 MHz [161] (20.0 dBm) * 5825 MHz [165] (20.0 dBm) Supported commands: * new_interface * set_interface * new_key * start_ap * join_ibss * set_pmksa * del_pmksa * flush_pmksa * remain_on_channel * frame * set_wiphy_netns * set_channel * start_sched_scan * start_p2p_device * connect * disconnect * crit_protocol_start * crit_protocol_stop * update_connect_params software interface modes (can always be added): valid interface combinations: * #{ managed } <= 1, #{ P2P-device } <= 1, #{ P2P-client, P2P-GO } <= 1, total <= 3, #channels <= 2 * #{ managed } <= 1, #{ AP } <= 1, #{ P2P-client } <= 1, #{ P2P-device } <= 1, total <= 4, #channels <= 1 Device supports scan flush. max # scan plans: 1 max scan plan interval: 508 max scan plan iterations: 0 Supported TX frame types: * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * P2P-device: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 Supported RX frame types: * managed: 0x40 0xd0 * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * P2P-client: 0x40 0xd0 * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * P2P-device: 0x40 0xd0 Supported extended features: * [ CQM_RSSI_LIST ]: multiple CQM_RSSI_THOLD records * [ DFS_OFFLOAD ]: DFS offload ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 14:40 ` Arend Van Spriel 2024-10-21 14:53 ` Martin Petzold @ 2024-10-21 15:23 ` James Prestwood 2024-10-21 17:08 ` Arend Van Spriel 1 sibling, 1 reply; 68+ messages in thread From: James Prestwood @ 2024-10-21 15:23 UTC (permalink / raw) To: Arend Van Spriel, Martin Petzold, Denis Kenzior; +Cc: iwd Hi Arend, On 10/21/24 7:40 AM, Arend Van Spriel wrote: > On October 21, 2024 3:34:46 PM Martin Petzold > <martin.petzold@tavla.de> wrote: > >> Hi Denis, >> >> Am 19.10.24 um 16:41 schrieb Denis Kenzior: >>> >>>> >>>> This is a more or less common setup for embedded environments. Would >>>> be glad if you could double-check if this could cause wrong initial >>>> connection (weaker AP). >>> >>> We can't help you unless you provide logs. >> >> We are now in an enterprise grade Cisco roaming environment. Initial >> connection to the (open) network was possible and routable with >> connection to our servers (!). However after like an hour or so the >> connection was lost. And then re-connection was NOT possible (both >> autoconnect and also not manual connect via iwctl fail). >> >> Please find attached the log output: logfile_tavla.txt (with brcm and > > The log output is not hard to read. The brcmfmac indicates it does not > support the requested akm suite 00-0F-AC:12 (Suite B 192b). This is actually the OWE AKM. The last byte is 0x12, not "12" in base 10 :) Does/should brcmfmac support OWE? > > What capabilities does iw command show for the wifi device? Maybe the > driver announces something which the firmware does not support. > > Regards, > Arend >> iwd - no debug) and logfile_tavla_debug.txt (iwd with debug and manual >> re-connect attempt). >> >> I have now enabled "--debug" and it would also be possible to remove the >> network and do another full reproduction with initial connection. >> >> SETUP: >> >> SoM: Variscite DART-IMX8M-PLUS >> SoC: NXP i.MX8M Plus >> Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) >> Antenna: Laird FlexPIFA >> RootFS: Debian bookworm >> Kernel: NXP Kernel 6.1.36 (with Variscite patches) >> Driver: brcmfmac (from Kernel, only minor patches - device tree) >> Firmware: Laird 12.29.0.22 (loaded via scripts) >> Network Daemon: systemd-networkd 252.30 >> Wi-Fi Daemon: IWD 2.22+ (c459dc75c080dcbff6f9b9389344e11328dec411) + ELL >> 0.69 (7bed251f8020ef896043f008276f41cd13fdd43f) >> >> KERNEL: >> >> REPOSITORY=https://github.com/tavla/linux-imx.git (fork from >> https://github.com/varigit/linux-imx) >> BRANCH=lf-6.1.y_var03 >> COMMIT=a4b3cc1dbbb396284e501b938aa79d2dfd4f1a98 >> >> FIRMWARE: >> >> summit-lwb5-etsi-firmware-12.29.0.22.tar.bz2 >> >> From: >> https://github.com/LairdCP/Sterling-LWB-and-LWB5-Release-Packages/releases/ >> > > > > ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 15:23 ` James Prestwood @ 2024-10-21 17:08 ` Arend Van Spriel 2024-10-21 17:20 ` Martin Petzold 2024-10-21 17:40 ` Denis Kenzior 0 siblings, 2 replies; 68+ messages in thread From: Arend Van Spriel @ 2024-10-21 17:08 UTC (permalink / raw) To: James Prestwood, Martin Petzold, Denis Kenzior; +Cc: iwd On October 21, 2024 5:23:14 PM James Prestwood <prestwoj@gmail.com> wrote: > Hi Arend, > > On 10/21/24 7:40 AM, Arend Van Spriel wrote: >> On October 21, 2024 3:34:46 PM Martin Petzold >> <martin.petzold@tavla.de> wrote: >> >>> Hi Denis, >>> >>> Am 19.10.24 um 16:41 schrieb Denis Kenzior: >>>> >>>>> >>>>> This is a more or less common setup for embedded environments. Would >>>>> be glad if you could double-check if this could cause wrong initial >>>>> connection (weaker AP). >>>> >>>> We can't help you unless you provide logs. >>> >>> We are now in an enterprise grade Cisco roaming environment. Initial >>> connection to the (open) network was possible and routable with >>> connection to our servers (!). However after like an hour or so the >>> connection was lost. And then re-connection was NOT possible (both >>> autoconnect and also not manual connect via iwctl fail). >>> >>> Please find attached the log output: logfile_tavla.txt (with brcm and >> >> The log output is not hard to read. The brcmfmac indicates it does not >> support the requested akm suite 00-0F-AC:12 (Suite B 192b). > This is actually the OWE AKM. The last byte is 0x12, not "12" in base 10 > :) Does/should brcmfmac support OWE? Thanks, James I have not seen patches for OWE in brcmfmac. Looking at the supported ciphers: Supported Ciphers: * WEP40 (00-0f-ac:1) * WEP104 (00-0f-ac:5) * TKIP (00-0f-ac:2) * CCMP-128 (00-0f-ac:4) * CMAC (00-0f-ac:6) The error message seems to match with the above. Regards, Arend > >> >> What capabilities does iw command show for the wifi device? Maybe the >> driver announces something which the firmware does not support. >> >> Regards, >> Arend >>> iwd - no debug) and logfile_tavla_debug.txt (iwd with debug and manual >>> re-connect attempt). >>> >>> I have now enabled "--debug" and it would also be possible to remove the >>> network and do another full reproduction with initial connection. >>> >>> SETUP: >>> >>> SoM: Variscite DART-IMX8M-PLUS >>> SoC: NXP i.MX8M Plus >>> Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) >>> Antenna: Laird FlexPIFA >>> RootFS: Debian bookworm >>> Kernel: NXP Kernel 6.1.36 (with Variscite patches) >>> Driver: brcmfmac (from Kernel, only minor patches - device tree) >>> Firmware: Laird 12.29.0.22 (loaded via scripts) >>> Network Daemon: systemd-networkd 252.30 >>> Wi-Fi Daemon: IWD 2.22+ (c459dc75c080dcbff6f9b9389344e11328dec411) + ELL >>> 0.69 (7bed251f8020ef896043f008276f41cd13fdd43f) >>> >>> KERNEL: >>> >>> REPOSITORY=https://github.com/tavla/linux-imx.git (fork from >>> https://github.com/varigit/linux-imx) >>> BRANCH=lf-6.1.y_var03 >>> COMMIT=a4b3cc1dbbb396284e501b938aa79d2dfd4f1a98 >>> >>> FIRMWARE: >>> >>> summit-lwb5-etsi-firmware-12.29.0.22.tar.bz2 >>> >>> From: >>> https://github.com/LairdCP/Sterling-LWB-and-LWB5-Release-Packages/releases/ ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 17:08 ` Arend Van Spriel @ 2024-10-21 17:20 ` Martin Petzold 2024-10-21 17:40 ` Denis Kenzior 1 sibling, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-21 17:20 UTC (permalink / raw) To: Arend Van Spriel; +Cc: iwd, James Prestwood, Denis Kenzior Dear Arend, Am 21.10.24 um 19:08 schrieb Arend Van Spriel: > On October 21, 2024 5:23:14 PM James Prestwood <prestwoj@gmail.com> > wrote: > >> Hi Arend, >> >> On 10/21/24 7:40 AM, Arend Van Spriel wrote: >>> On October 21, 2024 3:34:46 PM Martin Petzold >>> <martin.petzold@tavla.de> wrote: >>> >>>> Hi Denis, >>>> >>>> Am 19.10.24 um 16:41 schrieb Denis Kenzior: >>>>> >>>>>> >>>>>> This is a more or less common setup for embedded environments. Would >>>>>> be glad if you could double-check if this could cause wrong initial >>>>>> connection (weaker AP). >>>>> >>>>> We can't help you unless you provide logs. >>>> >>>> We are now in an enterprise grade Cisco roaming environment. Initial >>>> connection to the (open) network was possible and routable with >>>> connection to our servers (!). However after like an hour or so the >>>> connection was lost. And then re-connection was NOT possible (both >>>> autoconnect and also not manual connect via iwctl fail). >>>> >>>> Please find attached the log output: logfile_tavla.txt (with brcm and >>> >>> The log output is not hard to read. The brcmfmac indicates it does not >>> support the requested akm suite 00-0F-AC:12 (Suite B 192b). >> This is actually the OWE AKM. The last byte is 0x12, not "12" in base 10 >> :) Does/should brcmfmac support OWE? > > Thanks, James > > I have not seen patches for OWE in brcmfmac. Looking at the supported > ciphers: > > Supported Ciphers: > * WEP40 (00-0f-ac:1) > * WEP104 (00-0f-ac:5) > * TKIP (00-0f-ac:2) > * CCMP-128 (00-0f-ac:4) > * CMAC (00-0f-ac:6) > > The error message seems to match with the above. What does this mean. There is a WPA3 OWE network, and the firmware does not support it? Or does the driver does not support it? Is this a case which should be handled by IWD on initial connection (deny because of missing support)? I was just wondering, isn't there maybe usually a fallback configuration in case WPA3 OWE is not supported? Connect to different BSS? Thanks, Martin > > Regards, > Arend > >> >>> >>> What capabilities does iw command show for the wifi device? Maybe the >>> driver announces something which the firmware does not support. >>> >>> Regards, >>> Arend >>>> iwd - no debug) and logfile_tavla_debug.txt (iwd with debug and manual >>>> re-connect attempt). >>>> >>>> I have now enabled "--debug" and it would also be possible to >>>> remove the >>>> network and do another full reproduction with initial connection. >>>> >>>> SETUP: >>>> >>>> SoM: Variscite DART-IMX8M-PLUS >>>> SoC: NXP i.MX8M Plus >>>> Wi-Fi Chip: Laird Sterling LWB5 (Infineon CYW43353) >>>> Antenna: Laird FlexPIFA >>>> RootFS: Debian bookworm >>>> Kernel: NXP Kernel 6.1.36 (with Variscite patches) >>>> Driver: brcmfmac (from Kernel, only minor patches - device tree) >>>> Firmware: Laird 12.29.0.22 (loaded via scripts) >>>> Network Daemon: systemd-networkd 252.30 >>>> Wi-Fi Daemon: IWD 2.22+ (c459dc75c080dcbff6f9b9389344e11328dec411) >>>> + ELL >>>> 0.69 (7bed251f8020ef896043f008276f41cd13fdd43f) >>>> >>>> KERNEL: >>>> >>>> REPOSITORY=https://github.com/tavla/linux-imx.git (fork from >>>> https://github.com/varigit/linux-imx) >>>> BRANCH=lf-6.1.y_var03 >>>> COMMIT=a4b3cc1dbbb396284e501b938aa79d2dfd4f1a98 >>>> >>>> FIRMWARE: >>>> >>>> summit-lwb5-etsi-firmware-12.29.0.22.tar.bz2 >>>> >>>> From: >>>> https://github.com/LairdCP/Sterling-LWB-and-LWB5-Release-Packages/releases/ >>>> > > > > ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 17:08 ` Arend Van Spriel 2024-10-21 17:20 ` Martin Petzold @ 2024-10-21 17:40 ` Denis Kenzior 2024-10-21 18:26 ` Arend van Spriel 1 sibling, 1 reply; 68+ messages in thread From: Denis Kenzior @ 2024-10-21 17:40 UTC (permalink / raw) To: Arend Van Spriel, James Prestwood, Martin Petzold; +Cc: iwd Hi Arend, > > I have not seen patches for OWE in brcmfmac. Looking at the supported ciphers: OWE is an AKM. It still uses CCMP/CMAC underneath. > > Supported Ciphers: > * WEP40 (00-0f-ac:1) > * WEP104 (00-0f-ac:5) > * TKIP (00-0f-ac:2) > * CCMP-128 (00-0f-ac:4) > * CMAC (00-0f-ac:6) > > The error message seems to match with the above. I've never seen support for OWE in brcmfmac mentioned. OWE requires CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the PMK, so iwd can't support it on FullMAC. Regards, -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 17:40 ` Denis Kenzior @ 2024-10-21 18:26 ` Arend van Spriel 2024-10-21 18:45 ` Martin Petzold ` (5 more replies) 0 siblings, 6 replies; 68+ messages in thread From: Arend van Spriel @ 2024-10-21 18:26 UTC (permalink / raw) To: Denis Kenzior, James Prestwood, Martin Petzold; +Cc: iwd On 10/21/2024 7:40 PM, Denis Kenzior wrote: > Hi Arend, > >> >> I have not seen patches for OWE in brcmfmac. Looking at the supported >> ciphers: > > OWE is an AKM. It still uses CCMP/CMAC underneath. My bad. Always confused by those concepts. >> >> Supported Ciphers: >> * WEP40 (00-0f-ac:1) >> * WEP104 (00-0f-ac:5) >> * TKIP (00-0f-ac:2) >> * CCMP-128 (00-0f-ac:4) >> * CMAC (00-0f-ac:6) >> >> The error message seems to match with the above. > > I've never seen support for OWE in brcmfmac mentioned. OWE requires > CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the > PMK, so iwd can't support it on FullMAC. I have never seen any mention of OWE either. Regarding CMD_EXTERNAL_AUTH support I recently posted patches on linux-wireless list as RFT. There has been zero feedback and so I assume also zero interest. In order to use CMD_EXTERNAL_AUTH the firmware needs to advertise "sae_ext" in fwcap debugfs file. So if Martin can check that, ie: $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap Regards, Arend ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 18:26 ` Arend van Spriel @ 2024-10-21 18:45 ` Martin Petzold 2024-10-21 18:48 ` Martin Petzold 2024-10-21 18:55 ` Denis Kenzior ` (4 subsequent siblings) 5 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-21 18:45 UTC (permalink / raw) To: Arend van Spriel; +Cc: iwd, Denis Kenzior, James Prestwood Hi Arend, Am 21.10.24 um 20:26 schrieb Arend van Spriel: > On 10/21/2024 7:40 PM, Denis Kenzior wrote: >> Hi Arend, >> >>> >>> I have not seen patches for OWE in brcmfmac. Looking at the >>> supported ciphers: >> >> OWE is an AKM. It still uses CCMP/CMAC underneath. > > My bad. Always confused by those concepts. > >>> >>> Supported Ciphers: >>> * WEP40 (00-0f-ac:1) >>> * WEP104 (00-0f-ac:5) >>> * TKIP (00-0f-ac:2) >>> * CCMP-128 (00-0f-ac:4) >>> * CMAC (00-0f-ac:6) >>> >>> The error message seems to match with the above. >> >> I've never seen support for OWE in brcmfmac mentioned. OWE requires >> CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the >> PMK, so iwd can't support it on FullMAC. > > I have never seen any mention of OWE either. Regarding > CMD_EXTERNAL_AUTH support I recently posted patches on linux-wireless > list as RFT. There has been zero feedback and so I assume also zero > interest. In order to use CMD_EXTERNAL_AUTH the firmware needs to > advertise "sae_ext" in fwcap debugfs file. So if Martin can check > that, ie: > > $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap tavla@tavla:~$ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap grep: /sys/kernel/debug/ieee80211/phy0/fwcap: Keine Berechtigung Do I need to enable kernel debugging in kernel configuration? (takes a little time - possible without re-build?) I'm very hard under pressure, the customer needs some result tomorrow. Is the problem clear now? Any work-around? Thanks, Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 18:45 ` Martin Petzold @ 2024-10-21 18:48 ` Martin Petzold 0 siblings, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-21 18:48 UTC (permalink / raw) To: Arend van Spriel; +Cc: iwd, Denis Kenzior, James Prestwood Hi Arend, Am 21.10.24 um 20:45 schrieb Martin Petzold: > Hi Arend, > > Am 21.10.24 um 20:26 schrieb Arend van Spriel: >> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>> Hi Arend, >>> >>>> >>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>> supported ciphers: >>> >>> OWE is an AKM. It still uses CCMP/CMAC underneath. >> >> My bad. Always confused by those concepts. >> >>>> >>>> Supported Ciphers: >>>> * WEP40 (00-0f-ac:1) >>>> * WEP104 (00-0f-ac:5) >>>> * TKIP (00-0f-ac:2) >>>> * CCMP-128 (00-0f-ac:4) >>>> * CMAC (00-0f-ac:6) >>>> >>>> The error message seems to match with the above. >>> >>> I've never seen support for OWE in brcmfmac mentioned. OWE requires >>> CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive >>> the PMK, so iwd can't support it on FullMAC. >> >> I have never seen any mention of OWE either. Regarding >> CMD_EXTERNAL_AUTH support I recently posted patches on linux-wireless >> list as RFT. There has been zero feedback and so I assume also zero >> interest. In order to use CMD_EXTERNAL_AUTH the firmware needs to >> advertise "sae_ext" in fwcap debugfs file. So if Martin can check >> that, ie: >> >> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap > tavla@tavla:~$ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap > > grep: /sys/kernel/debug/ieee80211/phy0/fwcap: Keine Berechtigung Sorry, this one of course: tavla@tavla:~$ sudo grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap grep: /sys/kernel/debug/ieee80211/phy0/fwcap: Datei oder Verzeichnis nicht gefunden > > Do I need to enable kernel debugging in kernel configuration? (takes a > little time - possible without re-build?) > > I'm very hard under pressure, the customer needs some result tomorrow. > Is the problem clear now? Any work-around? ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 18:26 ` Arend van Spriel 2024-10-21 18:45 ` Martin Petzold @ 2024-10-21 18:55 ` Denis Kenzior 2024-10-21 19:08 ` Jeremy Blum 2024-10-21 19:15 ` Martin Petzold 2024-10-21 19:11 ` James Prestwood ` (3 subsequent siblings) 5 siblings, 2 replies; 68+ messages in thread From: Denis Kenzior @ 2024-10-21 18:55 UTC (permalink / raw) To: Arend van Spriel, James Prestwood, Martin Petzold; +Cc: iwd Hi Arend, > > I have never seen any mention of OWE either. Regarding CMD_EXTERNAL_AUTH support > I recently posted patches on linux-wireless list as RFT. There has been zero > feedback and so I assume also zero interest. In order to use CMD_EXTERNAL_AUTH > the firmware needs to advertise "sae_ext" in fwcap debugfs file. So if Martin > can check that, ie: Any suggestions for hardware I can buy that I can test the upstream kernel on easily? I don't have any brcmfmac devices besides the RPI5 and that uses a totally different kernel. Regards, -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 18:55 ` Denis Kenzior @ 2024-10-21 19:08 ` Jeremy Blum 2024-10-22 15:26 ` Denis Kenzior 2024-10-21 19:15 ` Martin Petzold 1 sibling, 1 reply; 68+ messages in thread From: Jeremy Blum @ 2024-10-21 19:08 UTC (permalink / raw) To: Denis Kenzior; +Cc: Arend van Spriel, James Prestwood, Martin Petzold, iwd Could try the SolidRun i.MX8M Mini SOM + Eval kit. It uses a 1MW module (same as the Pi, and based on the CYW43455) https://www.solid-run.com/embedded-industrial-iot/nxp-i-mx8-family/imx8m-mini-som/#evaluation-kits On Mon, Oct 21, 2024 at 11:55 AM Denis Kenzior <denkenz@gmail.com> wrote: > > Hi Arend, > > > > I have never seen any mention of OWE either. Regarding CMD_EXTERNAL_AUTH support > > I recently posted patches on linux-wireless list as RFT. There has been zero > > feedback and so I assume also zero interest. In order to use CMD_EXTERNAL_AUTH > > the firmware needs to advertise "sae_ext" in fwcap debugfs file. So if Martin > > can check that, ie: > > Any suggestions for hardware I can buy that I can test the upstream kernel on > easily? I don't have any brcmfmac devices besides the RPI5 and that uses a > totally different kernel. > > Regards, > -Denis > ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 19:08 ` Jeremy Blum @ 2024-10-22 15:26 ` Denis Kenzior 2024-10-22 16:38 ` Jeremy Blum 0 siblings, 1 reply; 68+ messages in thread From: Denis Kenzior @ 2024-10-22 15:26 UTC (permalink / raw) To: Jeremy Blum; +Cc: Arend van Spriel, James Prestwood, Martin Petzold, iwd H Jeremy, On 10/21/24 2:08 PM, Jeremy Blum wrote: > Could try the SolidRun i.MX8M Mini SOM + Eval kit. It uses a 1MW > module (same as the Pi, and based on the CYW43455) > https://www.solid-run.com/embedded-industrial-iot/nxp-i-mx8-family/imx8m-mini-som/#evaluation-kits > And this runs an upstream kernel? Regards, -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 15:26 ` Denis Kenzior @ 2024-10-22 16:38 ` Jeremy Blum 0 siblings, 0 replies; 68+ messages in thread From: Jeremy Blum @ 2024-10-22 16:38 UTC (permalink / raw) To: Denis Kenzior; +Cc: Arend van Spriel, James Prestwood, Martin Petzold, iwd Mmmm, guess not: https://github.com/SolidRun/linux-stable/tree/linux-5.4.y-imx8 Looks like it is based on the NXP BSP. Same would go for the NXP or Variscite eval platforms. To my knowledge, the i.MX8M series is not yet fully supported in a vanilla upstream kernel. At least for the Murata 1MW module (CYW43455 chipset), I believe its largest use has been with the i.MX8M Mini/Nano, and on the Raspberry Pi boards, all of which are going to have customized BSPs. On Tue, Oct 22, 2024 at 8:26 AM Denis Kenzior <denkenz@gmail.com> wrote: > > H Jeremy, > > On 10/21/24 2:08 PM, Jeremy Blum wrote: > > Could try the SolidRun i.MX8M Mini SOM + Eval kit. It uses a 1MW > > module (same as the Pi, and based on the CYW43455) > > https://www.solid-run.com/embedded-industrial-iot/nxp-i-mx8-family/imx8m-mini-som/#evaluation-kits > > > > And this runs an upstream kernel? > > Regards, > -Denis > ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 18:55 ` Denis Kenzior 2024-10-21 19:08 ` Jeremy Blum @ 2024-10-21 19:15 ` Martin Petzold 1 sibling, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-21 19:15 UTC (permalink / raw) To: Denis Kenzior; +Cc: iwd, Arend van Spriel, James Prestwood Hi Denis, Am 21.10.24 um 20:55 schrieb Denis Kenzior: > Hi Arend, >> >> I have never seen any mention of OWE either. Regarding >> CMD_EXTERNAL_AUTH support I recently posted patches on linux-wireless >> list as RFT. There has been zero feedback and so I assume also zero >> interest. In order to use CMD_EXTERNAL_AUTH the firmware needs to >> advertise "sae_ext" in fwcap debugfs file. So if Martin can check >> that, ie: > > Any suggestions for hardware I can buy that I can test the upstream > kernel on easily? I don't have any brcmfmac devices besides the RPI5 > and that uses a totally different kernel. This is the one I am using (however, all data given is from our custom carrier board): https://www.variscite.de/product/evaluation-kits/var-som-mx8m-plus-nxp-i-mx-8m-plus/var-som-mx8m-plus-evaluation-kits/ But you need to order the SOM v1.3 because with SOM 2.0 they SWITCHED to NXP IW612 WIFI+BT wifi chip (no comment). Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 18:26 ` Arend van Spriel 2024-10-21 18:45 ` Martin Petzold 2024-10-21 18:55 ` Denis Kenzior @ 2024-10-21 19:11 ` James Prestwood 2024-10-21 20:23 ` Martin Petzold ` (2 subsequent siblings) 5 siblings, 0 replies; 68+ messages in thread From: James Prestwood @ 2024-10-21 19:11 UTC (permalink / raw) To: Arend van Spriel, Denis Kenzior, Martin Petzold; +Cc: iwd Hi Arend, On 10/21/24 11:26 AM, Arend van Spriel wrote: > On 10/21/2024 7:40 PM, Denis Kenzior wrote: >> Hi Arend, >> >>> >>> I have not seen patches for OWE in brcmfmac. Looking at the >>> supported ciphers: >> >> OWE is an AKM. It still uses CCMP/CMAC underneath. > > My bad. Always confused by those concepts. > >>> >>> Supported Ciphers: >>> * WEP40 (00-0f-ac:1) >>> * WEP104 (00-0f-ac:5) >>> * TKIP (00-0f-ac:2) >>> * CCMP-128 (00-0f-ac:4) >>> * CMAC (00-0f-ac:6) >>> >>> The error message seems to match with the above. >> >> I've never seen support for OWE in brcmfmac mentioned. OWE requires >> CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the >> PMK, so iwd can't support it on FullMAC. > > I have never seen any mention of OWE either. Regarding > CMD_EXTERNAL_AUTH support I recently posted patches on linux-wireless > list as RFT. There has been zero feedback and so I assume also zero > interest. In order to use CMD_EXTERNAL_AUTH the firmware needs to > advertise "sae_ext" in fwcap debugfs file. So if Martin can check > that, ie: > > $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap > > Regards, > Arend Maybe its just a naming issue, but is "sae_ext" only relevant for SAE? Not OWE? So would CMD_EXTERNAL_AUTH even matter in this case? Thanks, James ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 18:26 ` Arend van Spriel ` (2 preceding siblings ...) 2024-10-21 19:11 ` James Prestwood @ 2024-10-21 20:23 ` Martin Petzold 2024-10-22 6:08 ` Arend Van Spriel 2024-10-21 22:01 ` KeithG 2024-10-23 12:02 ` Martin Petzold 5 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-21 20:23 UTC (permalink / raw) To: Arend van Spriel; +Cc: iwd, Denis Kenzior, James Prestwood Hi Arend, Am 21.10.24 um 20:26 schrieb Arend van Spriel: > On 10/21/2024 7:40 PM, Denis Kenzior wrote: >> Hi Arend, >> >>> >>> I have not seen patches for OWE in brcmfmac. Looking at the >>> supported ciphers: >> >> OWE is an AKM. It still uses CCMP/CMAC underneath. > > My bad. Always confused by those concepts. > >>> >>> Supported Ciphers: >>> * WEP40 (00-0f-ac:1) >>> * WEP104 (00-0f-ac:5) >>> * TKIP (00-0f-ac:2) >>> * CCMP-128 (00-0f-ac:4) >>> * CMAC (00-0f-ac:6) >>> >>> The error message seems to match with the above. >> >> I've never seen support for OWE in brcmfmac mentioned. OWE requires >> CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the >> PMK, so iwd can't support it on FullMAC. > > I have never seen any mention of OWE either. Regarding > CMD_EXTERNAL_AUTH support I recently posted patches on linux-wireless > list as RFT. There has been zero feedback and so I assume also zero > interest. In order to use CMD_EXTERNAL_AUTH the firmware needs to > advertise "sae_ext" in fwcap debugfs file. So if Martin can check > that, ie: > > $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap I have now used the eval board (same kernel, different firmware). Is this possible (nothing there): ---------- root@imx8mp-var-dart:~# cat mykernel.config | grep CONFIG_DEBUG_KERNEL CONFIG_DEBUG_KERNEL=y root@imx8mp-var-dart:~# cat mykernel.config | grep CONFIG_DEBUG_INFO CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_NONE is not set CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y # CONFIG_DEBUG_INFO_DWARF4 is not set # CONFIG_DEBUG_INFO_DWARF5 is not set CONFIG_DEBUG_INFO_REDUCED=y # CONFIG_DEBUG_INFO_COMPRESSED is not set # CONFIG_DEBUG_INFO_SPLIT is not set root@imx8mp-var-dart:~# ls -l /sys/kernel/debug/ieee80211/phy0/ insgesamt 0 --------- Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 20:23 ` Martin Petzold @ 2024-10-22 6:08 ` Arend Van Spriel 0 siblings, 0 replies; 68+ messages in thread From: Arend Van Spriel @ 2024-10-22 6:08 UTC (permalink / raw) To: Martin Petzold; +Cc: iwd, Denis Kenzior, James Prestwood On October 21, 2024 10:23:08 PM Martin Petzold <martin.petzold@tavla.de> wrote: > Hi Arend, > > Am 21.10.24 um 20:26 schrieb Arend van Spriel: >> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>> Hi Arend, >>> >>>> >>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>> supported ciphers: >>> >>> OWE is an AKM. It still uses CCMP/CMAC underneath. >> >> My bad. Always confused by those concepts. >> >>>> >>>> Supported Ciphers: >>>> * WEP40 (00-0f-ac:1) >>>> * WEP104 (00-0f-ac:5) >>>> * TKIP (00-0f-ac:2) >>>> * CCMP-128 (00-0f-ac:4) >>>> * CMAC (00-0f-ac:6) >>>> >>>> The error message seems to match with the above. >>> >>> I've never seen support for OWE in brcmfmac mentioned. OWE requires >>> CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the >>> PMK, so iwd can't support it on FullMAC. >> >> I have never seen any mention of OWE either. Regarding >> CMD_EXTERNAL_AUTH support I recently posted patches on linux-wireless >> list as RFT. There has been zero feedback and so I assume also zero >> interest. In order to use CMD_EXTERNAL_AUTH the firmware needs to >> advertise "sae_ext" in fwcap debugfs file. So if Martin can check >> that, ie: >> >> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap > > I have now used the eval board (same kernel, different firmware). Is > this possible (nothing there): You should check mounts: $ mount | grep debugfs none on /sys/kernel/debug type debugfs (rw,relatime) If it is not there: $ cat mykernel.config | grep CONFIG_DEBUG_FS If it is: $ cat mykernel.config | grep CONFIG_BRCMDBG The latter enables several debug facilities within the brcmfmac driver among which additional entries in the debugfs folder mentioned. Regards, Arend > ---------- > > root@imx8mp-var-dart:~# cat mykernel.config | grep CONFIG_DEBUG_KERNEL > CONFIG_DEBUG_KERNEL=y > root@imx8mp-var-dart:~# cat mykernel.config | grep CONFIG_DEBUG_INFO > CONFIG_DEBUG_INFO=y > # CONFIG_DEBUG_INFO_NONE is not set > CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y > # CONFIG_DEBUG_INFO_DWARF4 is not set > # CONFIG_DEBUG_INFO_DWARF5 is not set > CONFIG_DEBUG_INFO_REDUCED=y > # CONFIG_DEBUG_INFO_COMPRESSED is not set > # CONFIG_DEBUG_INFO_SPLIT is not set > root@imx8mp-var-dart:~# ls -l /sys/kernel/debug/ieee80211/phy0/ > insgesamt 0 > > --------- > > Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 18:26 ` Arend van Spriel ` (3 preceding siblings ...) 2024-10-21 20:23 ` Martin Petzold @ 2024-10-21 22:01 ` KeithG 2024-10-21 22:10 ` Martin Petzold 2024-10-23 12:02 ` Martin Petzold 5 siblings, 1 reply; 68+ messages in thread From: KeithG @ 2024-10-21 22:01 UTC (permalink / raw) To: Arend van Spriel; +Cc: Denis Kenzior, James Prestwood, Martin Petzold, iwd Arend, If there is a patch for brcmfmac to use CMD_EXTERNAL_AUTH, I am interested in testing. The last time we tried, it errored out and did not work as expected. If the patch can be applied to the current, RPi 6.6.x kernel, I can test it on my Pis. Keith On Mon, Oct 21, 2024 at 1:26 PM Arend van Spriel <arend.vanspriel@broadcom.com> wrote: > > On 10/21/2024 7:40 PM, Denis Kenzior wrote: > > Hi Arend, > > > >> > >> I have not seen patches for OWE in brcmfmac. Looking at the supported > >> ciphers: > > > > OWE is an AKM. It still uses CCMP/CMAC underneath. > > My bad. Always confused by those concepts. > > >> > >> Supported Ciphers: > >> * WEP40 (00-0f-ac:1) > >> * WEP104 (00-0f-ac:5) > >> * TKIP (00-0f-ac:2) > >> * CCMP-128 (00-0f-ac:4) > >> * CMAC (00-0f-ac:6) > >> > >> The error message seems to match with the above. > > > > I've never seen support for OWE in brcmfmac mentioned. OWE requires > > CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the > > PMK, so iwd can't support it on FullMAC. > > I have never seen any mention of OWE either. Regarding CMD_EXTERNAL_AUTH > support I recently posted patches on linux-wireless list as RFT. There > has been zero feedback and so I assume also zero interest. In order to > use CMD_EXTERNAL_AUTH the firmware needs to advertise "sae_ext" in fwcap > debugfs file. So if Martin can check that, ie: > > $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap > > Regards, > Arend > ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 22:01 ` KeithG @ 2024-10-21 22:10 ` Martin Petzold 2024-10-22 17:40 ` James Prestwood 0 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-21 22:10 UTC (permalink / raw) To: Arend van Spriel; +Cc: Denis Kenzior, James Prestwood, iwd, KeithG Hi Arend, Am 22.10.24 um 00:01 schrieb KeithG: > Arend, > > If there is a patch for brcmfmac to use CMD_EXTERNAL_AUTH, I am > interested in testing. The last time we tried, it errored out and did > not work as expected. Support with our current chip for WPA3 and also OWE by offloading SAE etc. to IWD. That is possible?! This would be great! Thanks, Martin > > If the patch can be applied to the current, RPi 6.6.x kernel, I can > test it on my Pis. > > Keith > > On Mon, Oct 21, 2024 at 1:26 PM Arend van Spriel > <arend.vanspriel@broadcom.com> wrote: >> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>> Hi Arend, >>> >>>> I have not seen patches for OWE in brcmfmac. Looking at the supported >>>> ciphers: >>> OWE is an AKM. It still uses CCMP/CMAC underneath. >> My bad. Always confused by those concepts. >> >>>> Supported Ciphers: >>>> * WEP40 (00-0f-ac:1) >>>> * WEP104 (00-0f-ac:5) >>>> * TKIP (00-0f-ac:2) >>>> * CCMP-128 (00-0f-ac:4) >>>> * CMAC (00-0f-ac:6) >>>> >>>> The error message seems to match with the above. >>> I've never seen support for OWE in brcmfmac mentioned. OWE requires >>> CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the >>> PMK, so iwd can't support it on FullMAC. >> I have never seen any mention of OWE either. Regarding CMD_EXTERNAL_AUTH >> support I recently posted patches on linux-wireless list as RFT. There >> has been zero feedback and so I assume also zero interest. In order to >> use CMD_EXTERNAL_AUTH the firmware needs to advertise "sae_ext" in fwcap >> debugfs file. So if Martin can check that, ie: >> >> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >> >> Regards, >> Arend >> ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 22:10 ` Martin Petzold @ 2024-10-22 17:40 ` James Prestwood 2024-10-22 18:04 ` Martin Petzold 0 siblings, 1 reply; 68+ messages in thread From: James Prestwood @ 2024-10-22 17:40 UTC (permalink / raw) To: Martin Petzold, Arend van Spriel; +Cc: Denis Kenzior, iwd, KeithG Hi Martin, On 10/21/24 3:10 PM, Martin Petzold wrote: > Hi Arend, > > Am 22.10.24 um 00:01 schrieb KeithG: >> Arend, >> >> If there is a patch for brcmfmac to use CMD_EXTERNAL_AUTH, I am >> interested in testing. The last time we tried, it errored out and did >> not work as expected. > > Support with our current chip for WPA3 and also OWE by offloading SAE > etc. to IWD. That is possible?! This would be great! Have you also checked with the vendor (Solid Run?) if SAE/OWE are supported by the hardware/kernel they ship with (even with wpa_supplicant)? Thanks, James > > Thanks, > > Martin > >> >> If the patch can be applied to the current, RPi 6.6.x kernel, I can >> test it on my Pis. >> >> Keith >> >> On Mon, Oct 21, 2024 at 1:26 PM Arend van Spriel >> <arend.vanspriel@broadcom.com> wrote: >>> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>>> Hi Arend, >>>> >>>>> I have not seen patches for OWE in brcmfmac. Looking at the supported >>>>> ciphers: >>>> OWE is an AKM. It still uses CCMP/CMAC underneath. >>> My bad. Always confused by those concepts. >>> >>>>> Supported Ciphers: >>>>> * WEP40 (00-0f-ac:1) >>>>> * WEP104 (00-0f-ac:5) >>>>> * TKIP (00-0f-ac:2) >>>>> * CCMP-128 (00-0f-ac:4) >>>>> * CMAC (00-0f-ac:6) >>>>> >>>>> The error message seems to match with the above. >>>> I've never seen support for OWE in brcmfmac mentioned. OWE requires >>>> CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the >>>> PMK, so iwd can't support it on FullMAC. >>> I have never seen any mention of OWE either. Regarding >>> CMD_EXTERNAL_AUTH >>> support I recently posted patches on linux-wireless list as RFT. There >>> has been zero feedback and so I assume also zero interest. In order to >>> use CMD_EXTERNAL_AUTH the firmware needs to advertise "sae_ext" in >>> fwcap >>> debugfs file. So if Martin can check that, ie: >>> >>> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >>> >>> Regards, >>> Arend >>> ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 17:40 ` James Prestwood @ 2024-10-22 18:04 ` Martin Petzold 2024-10-22 18:21 ` Martin Petzold 2024-10-22 18:24 ` James Prestwood 0 siblings, 2 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-22 18:04 UTC (permalink / raw) To: James Prestwood; +Cc: Denis Kenzior, iwd, KeithG, Arend van Spriel [-- Attachment #1: Type: text/plain, Size: 1453 bytes --] Hi James, Am 22.10.24 um 19:40 schrieb James Prestwood: > Hi Martin, > > On 10/21/24 3:10 PM, Martin Petzold wrote: >> Hi Arend, >> >> Am 22.10.24 um 00:01 schrieb KeithG: >>> Arend, >>> >>> If there is a patch for brcmfmac to use CMD_EXTERNAL_AUTH, I am >>> interested in testing. The last time we tried, it errored out and did >>> not work as expected. >> >> Support with our current chip for WPA3 and also OWE by offloading SAE >> etc. to IWD. That is possible?! This would be great! > > Have you also checked with the vendor (Solid Run?) if SAE/OWE are > supported by the hardware/kernel they ship with (even with > wpa_supplicant)? Vendor is Variscite and the chip is Laird LWB5 (BCM4339). According to Laird WPA3 is NOT supported. However, this is not the problem: I knew this all the time. The Cisco enterprise network is (should be) configured as WPA3 OWE with Transition Mode (there should be one hidden and one visible network) [1]. And, my device connects ONCE initially (it is connected and online). Then it looses the connection (I assume maybe due to roaming) and does not connect again. Also manual re-connection attempts using iwctl fail (see log). All auto-connects fail. Maybe you can check the logs again, and can confirm WPA3 OWE with Transition Mode is configured? [1] https://www.cisco.com/c/de_de/support/docs/wireless/catalyst-9800-series-wireless-controllers/217737-configure-enhanced-open-ssid-with-transi.html [-- Attachment #2: logfile_tavla_debug.txt --] [-- Type: text/plain, Size: 186454 bytes --] tavla@tavla:~$ iwctl known-networks list Known Networks -------------------------------------------------------------------------------- Name Security Hidden Last connected -------------------------------------------------------------------------------- XYZ-Gast open Oct 21, 12:11 PM tavla@tavla:~$ iwctl station wlan0 connect "XYZ-Gast" Operation failed tavla@tavla:~$ sudo journalctl --boot --no-pager | grep iwd Okt 21 14:33:37 tavla systemd[1]: Mounting var-lib-iwd.mount - /var/lib/iwd... Okt 21 14:33:37 tavla systemd[1]: Mounted var-lib-iwd.mount - /var/lib/iwd. Okt 21 14:33:40 tavla systemd[1]: Starting iwd.service - Wireless service... Okt 21 14:33:40 tavla iwd[377]: No Diffie-Hellman support found, WPS will not be available Okt 21 14:33:40 tavla iwd[377]: The following options are missing in the kernel: Okt 21 14:33:40 tavla iwd[377]: CONFIG_KEY_DH_OPERATIONS Okt 21 14:33:40 tavla iwd[377]: Wireless daemon version 2.22 Okt 21 14:33:40 tavla iwd[377]: Loaded configuration from /etc/iwd/main.conf Okt 21 14:33:40 tavla systemd[1]: Started iwd.service - Wireless service. Okt 21 14:33:41 tavla iwd[377]: Wiphy: 0, Name: phy0 Okt 21 14:33:41 tavla iwd[377]: Permanent Address: c0:ee:40:8e:0f:c2 Okt 21 14:33:41 tavla iwd[377]: 2.4GHz Band: Okt 21 14:33:41 tavla iwd[377]: Bitrates (non-HT): Okt 21 14:33:41 tavla iwd[377]: 1.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 2.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 5.5 Mbps Okt 21 14:33:41 tavla iwd[377]: 11.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 6.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 9.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 12.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 18.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 24.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 36.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 48.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 54.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 5GHz Band: Okt 21 14:33:41 tavla iwd[377]: Bitrates (non-HT): Okt 21 14:33:41 tavla iwd[377]: 6.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 9.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 12.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 18.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 24.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 36.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 48.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 54.0 Mbps Okt 21 14:33:41 tavla iwd[377]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP Okt 21 14:33:41 tavla iwd[377]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device Okt 21 14:33:41 tavla iwd[377]: Driver Flags: DefaultInterface Okt 21 14:33:41 tavla iwd[377]: Wiphy phy0 will only use the default interface Okt 21 14:33:41 tavla iwd[377]: No default interface for wiphy 0 Okt 21 14:33:41 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_quick Okt 21 14:33:41 tavla iwd[377]: Could not register frame watch type 00b0: -22 Okt 21 14:33:41 tavla iwd[377]: udev interface=wlan0 ifindex=3 Okt 21 14:33:42 tavla iwd[377]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -63, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -64, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -73, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -74, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:37:66, signal: -79, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:33:42 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:33:46 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:5f:02, signal: -66, load: 0/255 Okt 21 14:33:46 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:33:46 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:46 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:33:46 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -51, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:5f:02, signal: -65, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -67, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -73, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:35:13 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:45:51 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -61, load: 0/255 Okt 21 14:45:51 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:45:51 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:45:51 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:45:51 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:06:37 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -65, load: 0/255 Okt 21 15:06:37 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:06:37 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:37 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -68, load: 0/255 Okt 21 15:06:37 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:37 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 15:06:37 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:06:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -53, load: 0/255 Okt 21 15:06:42 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:06:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:42 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 15:06:42 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:18:12 tavla sudo[4584]: tavla : TTY=pts/0 ; PWD=/home/tavla ; USER=root ; COMMAND=/usr/bin/nano /lib/systemd/system/iwd.service Okt 21 15:19:03 tavla sudo[4673]: tavla : TTY=pts/0 ; PWD=/home/tavla ; USER=root ; COMMAND=/usr/bin/systemctl restart iwd Okt 21 15:19:03 tavla systemd[1]: Stopping iwd.service - Wireless service... Okt 21 15:19:03 tavla iwd[377]: Terminate Okt 21 15:19:03 tavla iwd[377]: Removing scan context for wdev 1 Okt 21 15:19:04 tavla iwd[377]: D-Bus disconnected, quitting... Okt 21 15:19:04 tavla systemd[1]: iwd.service: Deactivated successfully. Okt 21 15:19:04 tavla systemd[1]: Stopped iwd.service - Wireless service. Okt 21 15:19:04 tavla systemd[1]: Starting iwd.service - Wireless service... Okt 21 15:19:04 tavla iwd[4680]: No Diffie-Hellman support found, WPS will not be available Okt 21 15:19:04 tavla iwd[4680]: The following options are missing in the kernel: Okt 21 15:19:04 tavla iwd[4680]: CONFIG_KEY_DH_OPERATIONS Okt 21 15:19:04 tavla iwd[4680]: Wireless daemon version 2.22 Okt 21 15:19:04 tavla iwd[4680]: src/main.c:main() Using configuration directory /etc/iwd Okt 21 15:19:04 tavla iwd[4680]: Loaded configuration from /etc/iwd/main.conf Okt 21 15:19:04 tavla iwd[4680]: src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd Okt 21 15:19:04 tavla iwd[4680]: src/main.c:nl80211_appeared() Found nl80211 interface Okt 21 15:19:04 tavla iwd[4680]: src/module.c:iwd_modules_init() Okt 21 15:19:04 tavla iwd[4680]: src/wsc.c:wsc_init() Okt 21 15:19:04 tavla iwd[4680]: src/udev.c:udev_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap.c:__eap_method_enable() Okt 21 15:19:04 tavla iwd[4680]: src/eap-wsc.c:eap_wsc_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-md5.c:eap_md5_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-tls.c:eap_tls_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-ttls.c:eap_ttls_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-mschapv2.c:eap_mschapv2_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-sim.c:eap_sim_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-aka.c:eap_aka_prime_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-aka.c:eap_aka_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-peap.c:eap_peap_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-gtc.c:eap_gtc_init() Okt 21 15:19:04 tavla iwd[4680]: src/eap-pwd.c:eap_pwd_init() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_wiphy_dump_callback() New wiphy phy0 added (0) Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_wiphy_dump_done() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_filtered_wiphy_dump_done() Okt 21 15:19:04 tavla iwd[4680]: Wiphy: 0, Name: phy0 Okt 21 15:19:04 tavla iwd[4680]: Permanent Address: c0:ee:40:8e:0f:c2 Okt 21 15:19:04 tavla iwd[4680]: 2.4GHz Band: Okt 21 15:19:04 tavla iwd[4680]: Bitrates (non-HT): Okt 21 15:19:04 tavla iwd[4680]: 1.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 2.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 5.5 Mbps Okt 21 15:19:04 tavla iwd[4680]: 11.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 6.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 9.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 12.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 18.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 24.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 36.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 48.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 54.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: HT Capabilities: Okt 21 15:19:04 tavla iwd[4680]: HT40 Okt 21 15:19:04 tavla iwd[4680]: Short GI for 20Mhz Okt 21 15:19:04 tavla iwd[4680]: HT RX MCS indexes: Okt 21 15:19:04 tavla iwd[4680]: 0-7 Okt 21 15:19:04 tavla iwd[4680]: 5GHz Band: Okt 21 15:19:04 tavla iwd[4680]: Bitrates (non-HT): Okt 21 15:19:04 tavla iwd[4680]: 6.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 9.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 12.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 18.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 24.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 36.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 48.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: 54.0 Mbps Okt 21 15:19:04 tavla iwd[4680]: HT Capabilities: Okt 21 15:19:04 tavla iwd[4680]: HT40 Okt 21 15:19:04 tavla iwd[4680]: Short GI for 20Mhz Okt 21 15:19:04 tavla iwd[4680]: Short GI for 40Mhz Okt 21 15:19:04 tavla iwd[4680]: HT RX MCS indexes: Okt 21 15:19:04 tavla iwd[4680]: 0-7 Okt 21 15:19:04 tavla iwd[4680]: VHT Capabilities: Okt 21 15:19:04 tavla iwd[4680]: Short GI for 80Mhz Okt 21 15:19:04 tavla iwd[4680]: Max RX MCS: 0-9 for NSS: 1 Okt 21 15:19:04 tavla iwd[4680]: Max TX MCS: 0-9 for NSS: 1 Okt 21 15:19:04 tavla iwd[4680]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP Okt 21 15:19:04 tavla iwd[4680]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device Okt 21 15:19:04 tavla iwd[4680]: Driver Flags: DefaultInterface Okt 21 15:19:04 tavla iwd[4680]: Wiphy phy0 will only use the default interface Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_interface_dump_callback() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_get_interface_cb() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_interface_dump_done() Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_use_default() Okt 21 15:19:04 tavla iwd[4680]: src/netdev.c:netdev_create_from_genl() Created interface wlan0[3 1] Okt 21 15:19:04 tavla iwd[4680]: src/wiphy.c:wiphy_update_reg_domain() New reg domain country code for phy0 is 99 Okt 21 15:19:04 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:04 tavla iwd[4680]: src/netdev.c:netdev_set_4addr() netdev: 3 use_4addr: 0 Okt 21 15:19:04 tavla iwd[4680]: src/netdev.c:netdev_initial_up_cb() Interface 3 initialized Okt 21 15:19:04 tavla iwd[4680]: src/netconfig.c:netconfig_new() Creating netconfig for interface: 3 Okt 21 15:19:04 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_quick Okt 21 15:19:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 1 Okt 21 15:19:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 1 Okt 21 15:19:04 tavla iwd[4680]: src/rrm.c:rrm_add_frame_watches() Okt 21 15:19:04 tavla iwd[4680]: Could not register frame watch type 00b0: -22 Okt 21 15:19:04 tavla iwd[4680]: src/manager.c:manager_config_notify() Notification of command Set Interface(6) Okt 21 15:19:04 tavla systemd[1]: Started iwd.service - Wireless service. Okt 21 15:19:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:04 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:04 tavla iwd[4680]: src/station.c:station_quick_scan_triggered() Quick scan triggered for wlan0 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Gast" security open Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Bewohner" security open Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Intern" security 8021x Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 2 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 3 Okt 21 15:19:05 tavla iwd[4680]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 4 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 1 done Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 2 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:36 to XYZ-Gast Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:96 to XYZ-Gast Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 2 done Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 3 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:32 to XYZ-Bewohner Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:93 to XYZ-Bewohner Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:36' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 5 Okt 21 15:19:05 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -69, load: 0/255 Okt 21 15:19:05 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_cancel() Trying to cancel scan id 4 for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 4 done Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 3 done Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 5 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 5 done Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:19:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:19:05 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 6 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 6 Okt 21 15:19:05 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -76, load: 0/255 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_try_next_bss() Attempting to connect to next BSS e8:10:98:14:65:96 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 6 done Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:19:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:19:05 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6600 Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:05 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:19:05 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 7 Okt 21 15:19:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 7 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:05 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:80' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 8 Okt 21 15:19:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 7 done Okt 21 15:19:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 8 Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:22 to XYZ-Bewohner Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:83 to XYZ-Bewohner Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6500 Okt 21 15:19:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 8 done Okt 21 15:19:19 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:19:19 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 9 Okt 21 15:19:19 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 9 Okt 21 15:19:19 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:19 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:19 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:23 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:80' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 10 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 9 done Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 10 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:23 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:26 to XYZ-Gast Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:26' freq: 2412, rank: 492, strength: -5500 Okt 21 15:19:23 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 11 Okt 21 15:19:23 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -55, load: 0/255 Okt 21 15:19:23 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 10 done Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 11 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 11 done Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:19:23 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:19:23 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6600 Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:23 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:19:23 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 12 Okt 21 15:19:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 12 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:23 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:19:27 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:27 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:27 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:80' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 665, strength: -6900 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6500 Okt 21 15:19:27 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:27 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 12 done Okt 21 15:19:37 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:19:37 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 13 Okt 21 15:19:37 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 13 Okt 21 15:19:37 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:37 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:19:37 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:41 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5700, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 14 Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 15 Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 13 done Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 14 Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:41 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:36 to XYZ-Gast Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:96 to XYZ-Gast Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 14 done Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 15 Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:19:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:19:41 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:32 to XYZ-Bewohner Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:22 to XYZ-Bewohner Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:93 to XYZ-Bewohner Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 1995, strength: -5900 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6700 Okt 21 15:19:41 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:19:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 15 done Okt 21 15:20:01 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:20:01 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 16 Okt 21 15:20:01 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 16 Okt 21 15:20:01 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:01 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:01 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 40 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7500, data_rate: 32.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7400, data_rate: 32.5 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 17 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 16 done Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 17 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:05 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:26 to XYZ-Gast Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:36' freq: 5240, rank: 886, strength: -6800 Okt 21 15:20:05 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 18 Okt 21 15:20:05 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -68, load: 0/255 Okt 21 15:20:05 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 17 done Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 18 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 18 done Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:20:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:20:05 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 19 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 19 Okt 21 15:20:05 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -74, load: 0/255 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_try_next_bss() Attempting to connect to next BSS e8:10:98:14:65:96 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 19 done Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:20:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:20:05 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6700 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6600 Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:05 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:20:05 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 20 Okt 21 15:20:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 20 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:05 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7500, data_rate: 32.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 221, strength: -7400, data_rate: 32.5 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 21 Okt 21 15:20:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 20 done Okt 21 15:20:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 21 Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6700 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 21 done Okt 21 15:20:19 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:20:19 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 22 Okt 21 15:20:19 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 22 Okt 21 15:20:19 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:19 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:19 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:23 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 23 Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 24 Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 22 done Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 23 Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:23 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:96 to XYZ-Gast Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:36 to XYZ-Gast Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 23 done Okt 21 15:20:23 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 24 Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:23 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:23 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:24 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:93 to XYZ-Bewohner Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:32 to XYZ-Bewohner Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:22 to XYZ-Bewohner Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:26' freq: 2412, rank: 492, strength: -5500 Okt 21 15:20:24 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 25 Okt 21 15:20:24 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -55, load: 0/255 Okt 21 15:20:24 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 24 done Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 25 Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 25 done Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:20:24 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:20:24 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6700 Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:24 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:20:24 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 26 Okt 21 15:20:24 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 26 Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:24 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:27 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:27 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:27 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:27 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 27 Okt 21 15:20:27 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 26 done Okt 21 15:20:27 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 27 Okt 21 15:20:27 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:27 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:27 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:28 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:28 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 1995, strength: -5900 Okt 21 15:20:28 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:28 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 27 done Okt 21 15:20:37 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:20:37 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 28 Okt 21 15:20:37 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 28 Okt 21 15:20:38 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:38 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:38 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:41 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:41 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:41 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1330, strength: -6100, data_rate: 195.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1330, strength: -6100, data_rate: 195.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 665, strength: -6900, data_rate: 97.5 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:41 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 29 Okt 21 15:20:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 28 done Okt 21 15:20:41 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 29 Okt 21 15:20:42 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:42 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:42 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:42 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:26 to XYZ-Gast Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6600 Okt 21 15:20:42 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:42 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 29 done Okt 21 15:20:45 tavla iwd[4680]: src/agent.c:agent_register() agent register called Okt 21 15:20:45 tavla iwd[4680]: src/agent.c:agent_register() agent :1.310 path /agent/4836 Okt 21 15:20:45 tavla iwd[4680]: src/network.c:network_connect() Okt 21 15:20:45 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 30 Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 30 Okt 21 15:20:45 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -65, load: 0/255 Okt 21 15:20:45 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting Okt 21 15:20:45 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 30 done Okt 21 15:20:45 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:20:45 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:20:45 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:20:45 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:20:45 tavla iwd[4680]: event: state, old: connecting, new: disconnected Okt 21 15:20:45 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_quick Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 31 Okt 21 15:20:45 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 31 Okt 21 15:20:45 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:45 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:45 tavla iwd[4680]: src/station.c:station_quick_scan_triggered() Quick scan triggered for wlan0 Okt 21 15:20:45 tavla iwd[4680]: src/agent.c:agent_disconnect() agent :1.310 disconnected Okt 21 15:20:45 tavla iwd[4680]: src/agent.c:agent_free() agent free 0xaaaae60d1660 Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:46 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 32 Okt 21 15:20:46 tavla iwd[4680]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 33 Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 31 done Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 32 Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:46 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 1995, strength: -5900 Okt 21 15:20:46 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 32 done Okt 21 15:20:46 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 33 Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:20:46 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:50 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 98, strength: -7800, data_rate: 14.4 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: _owetm_XYZ-Gast1927673441, freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:20:50 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 34 Okt 21 15:20:50 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 33 done Okt 21 15:20:50 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 34 Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:20:50 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:20:50 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:93' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:91' freq: 5280, rank: 886, strength: -6500 Okt 21 15:20:50 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:20:50 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 34 done Okt 21 15:21:00 tavla iwd[4680]: src/scan.c:scan_periodic_timeout() 1 Okt 21 15:21:00 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 35 Okt 21 15:21:00 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 35 Okt 21 15:21:00 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:00 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:21:00 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:04 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 1773, strength: -6000, data_rate: 260.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5600, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -6300, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 36 Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 37 Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 35 done Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 36 Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:04 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:36 to XYZ-Gast Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:86 to XYZ-Gast Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 36 done Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 37 Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:04 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:32 to XYZ-Bewohner Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:12:cc:22 to XYZ-Bewohner Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:93 to XYZ-Bewohner Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:21:04 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:65:86' freq: 2437, rank: 492, strength: -6100 Okt 21 15:21:04 tavla iwd[4680]: src/netdev.c:netdev_cqm_rssi_update() Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 38 Okt 21 15:21:04 tavla iwd[4680]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -61, load: 0/255 Okt 21 15:21:04 tavla iwd[4680]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:21:04 tavla iwd[4680]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 37 done Okt 21 15:21:04 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 38 Okt 21 15:21:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 38 done Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_connect_cb() 3, result: 2 Okt 21 15:21:05 tavla iwd[4680]: event: connect-failed, status: 1 Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_reset_connection_state() 3 Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_roam_state_clear() 3 Okt 21 15:21:05 tavla iwd[4680]: event: state, old: connecting (auto), new: disconnected Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6800 Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 1773, strength: -6000 Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:21:05 tavla iwd[4680]: src/station.c:station_connect_cb() Nothing left on autoconnect list Okt 21 15:21:05 tavla iwd[4680]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:21:05 tavla iwd[4680]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 21 15:21:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 39 Okt 21 15:21:05 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 39 Okt 21 15:21:05 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:05 tavla iwd[4680]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 21 15:21:05 tavla iwd[4680]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 21 15:21:08 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:08 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:08 tavla iwd[4680]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:37' with SSID: , freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:35' with SSID: XYZ-Gast, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:30' with SSID: XYZ-Intern, freq: 5240, rank: 2216, strength: -5800, data_rate: 325.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:34' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:33' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: , freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:31' with SSID: XYZ-Bewohner, freq: 5240, rank: 1995, strength: -5900, data_rate: 292.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:90' with SSID: , freq: 5280, rank: 886, strength: -6500, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:97' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:96' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:95' with SSID: XYZ-Gast, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: , freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:92' with SSID: XYZ-Bewohner, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:91' with SSID: XYZ-Intern, freq: 5280, rank: 886, strength: -6600, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:94' with SSID: , freq: 5280, rank: 886, strength: -6700, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:32' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:36' with SSID: _owetm_XYZ-Gast1927673441, freq: 5240, rank: 886, strength: -6800, data_rate: 130.0 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:25' with SSID: XYZ-Gast, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:24' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:23' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:21' with SSID: XYZ-Bewohner, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:20' with SSID: XYZ-Intern, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:22' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:87' with SSID: , freq: 2437, rank: 492, strength: -5900, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:85' with SSID: XYZ-Gast, freq: 2437, rank: 492, strength: -5900, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:84' with SSID: , freq: 2437, rank: 492, strength: -6000, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:80' with SSID: , freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:86' with SSID: _owetm_XYZ-Gast1927673441, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:83' with SSID: , freq: 2437, rank: 295, strength: -6700, data_rate: 43.3 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:93' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5280, rank: 221, strength: -7600, data_rate: 32.5 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:81' with SSID: XYZ-Intern, freq: 2437, rank: 492, strength: -6100, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:65:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 492, strength: -6200, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:27' with SSID: , freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:12:cc:26' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 492, strength: -5500, data_rate: 72.2 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 21 15:21:08 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 40 Okt 21 15:21:08 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 41 Okt 21 15:21:08 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 39 done Okt 21 15:21:08 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 40 Okt 21 15:21:08 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:08 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:21:08 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:21:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:96 to XYZ-Gast Okt 21 15:21:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 40 done Okt 21 15:21:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_next() Starting work item 41 Okt 21 15:21:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 21 15:21:09 tavla iwd[4680]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 21 15:21:09 tavla iwd[4680]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 21 15:21:09 tavla iwd[4680]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:65:83 to XYZ-Bewohner Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_start() Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:30' freq: 5240, rank: 2216, strength: -5800 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:12:cc:32' freq: 5240, rank: 886, strength: -6800 Okt 21 15:21:09 tavla iwd[4680]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 21 15:21:09 tavla iwd[4680]: src/wiphy.c:wiphy_radio_work_done() Work item 41 done [-- Attachment #3: logfile_tavla.txt --] [-- Type: text/plain, Size: 11583 bytes --] tavla@tavla:~$ iwctl known-networks list Known Networks -------------------------------------------------------------------------------- Name Security Hidden Last connected -------------------------------------------------------------------------------- XYZ-Gast open Oct 21, 12:11 PM tavla@tavla:~$ tavla@tavla:~$ tavla@tavla:~$ tavla@tavla:~$ iwctl station wlan0 show Station: wlan0 -------------------------------------------------------------------------------- Settable Property Value -------------------------------------------------------------------------------- Scanning no State disconnected tavla@tavla:~$ sudo journalctl --boot --no-pager | grep iwd [sudo] Passwort für tavla: Okt 21 14:33:37 tavla systemd[1]: Mounting var-lib-iwd.mount - /var/lib/iwd... Okt 21 14:33:37 tavla systemd[1]: Mounted var-lib-iwd.mount - /var/lib/iwd. Okt 21 14:33:40 tavla systemd[1]: Starting iwd.service - Wireless service... Okt 21 14:33:40 tavla iwd[377]: No Diffie-Hellman support found, WPS will not be available Okt 21 14:33:40 tavla iwd[377]: The following options are missing in the kernel: Okt 21 14:33:40 tavla iwd[377]: CONFIG_KEY_DH_OPERATIONS Okt 21 14:33:40 tavla iwd[377]: Wireless daemon version 2.22 Okt 21 14:33:40 tavla iwd[377]: Loaded configuration from /etc/iwd/main.conf Okt 21 14:33:40 tavla systemd[1]: Started iwd.service - Wireless service. Okt 21 14:33:41 tavla iwd[377]: Wiphy: 0, Name: phy0 Okt 21 14:33:41 tavla iwd[377]: Permanent Address: c0:ee:40:8e:0f:c2 Okt 21 14:33:41 tavla iwd[377]: 2.4GHz Band: Okt 21 14:33:41 tavla iwd[377]: Bitrates (non-HT): Okt 21 14:33:41 tavla iwd[377]: 1.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 2.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 5.5 Mbps Okt 21 14:33:41 tavla iwd[377]: 11.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 6.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 9.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 12.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 18.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 24.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 36.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 48.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 54.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 5GHz Band: Okt 21 14:33:41 tavla iwd[377]: Bitrates (non-HT): Okt 21 14:33:41 tavla iwd[377]: 6.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 9.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 12.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 18.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 24.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 36.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 48.0 Mbps Okt 21 14:33:41 tavla iwd[377]: 54.0 Mbps Okt 21 14:33:41 tavla iwd[377]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP Okt 21 14:33:41 tavla iwd[377]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device Okt 21 14:33:41 tavla iwd[377]: Driver Flags: DefaultInterface Okt 21 14:33:41 tavla iwd[377]: Wiphy phy0 will only use the default interface Okt 21 14:33:41 tavla iwd[377]: No default interface for wiphy 0 Okt 21 14:33:41 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_quick Okt 21 14:33:41 tavla iwd[377]: Could not register frame watch type 00b0: -22 Okt 21 14:33:41 tavla iwd[377]: udev interface=wlan0 ifindex=3 Okt 21 14:33:42 tavla iwd[377]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -63, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -64, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -73, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -74, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:37:66, signal: -79, load: 0/255 Okt 21 14:33:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:42 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:33:42 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:33:46 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:5f:02, signal: -66, load: 0/255 Okt 21 14:33:46 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:33:46 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:33:46 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:33:46 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -51, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:13:5f:02, signal: -65, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -67, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -73, load: 0/255 Okt 21 14:35:13 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:35:13 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:35:13 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 14:45:51 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:86, signal: -61, load: 0/255 Okt 21 14:45:51 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 14:45:51 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 14:45:51 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 14:45:51 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:06:37 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:65:96, signal: -65, load: 0/255 Okt 21 15:06:37 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:06:37 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:37 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:36, signal: -68, load: 0/255 Okt 21 15:06:37 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:37 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 15:06:37 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full Okt 21 15:06:42 tavla iwd[377]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:12:cc:26, signal: -53, load: 0/255 Okt 21 15:06:42 tavla iwd[377]: event: state, old: autoconnect_full, new: connecting (auto) Okt 21 15:06:42 tavla iwd[377]: event: connect-failed, status: 1 Okt 21 15:06:42 tavla iwd[377]: event: state, old: connecting (auto), new: disconnected Okt 21 15:06:42 tavla iwd[377]: event: state, old: disconnected, new: autoconnect_full tavla@tavla:~$ tavla@tavla:~$ tavla@tavla:~$ sudo journalctl --boot --no-pager | grep brcm Okt 21 14:33:40 tavla kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2 Okt 21 14:33:40 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed with error -2 Okt 21 14:33:40 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 Okt 21 14:33:41 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available Okt 21 14:33:41 tavla kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4339/2 wl0: Aug 4 2023 08:42:14 version 6.37.39.141 (73212ff CY) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:33:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:35:13 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 14:45:51 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 14:45:51 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 15:06:37 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 15:06:37 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 15:06:37 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 15:06:37 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) Okt 21 15:06:42 tavla kernel: ieee80211 phy0: brcmf_set_key_mgmt: invalid akm suite (1027090) Okt 21 15:06:42 tavla kernel: ieee80211 phy0: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22) [-- Attachment #4: capabilities.txt --] [-- Type: text/plain, Size: 5207 bytes --] tavla@tavla:~$ sudo iw list Wiphy phy0 wiphy index: 0 max # scan SSIDs: 10 max scan IEs length: 2048 bytes max # sched scan SSIDs: 16 max # match sets: 16 Retry short limit: 7 Retry long limit: 4 Coverage class: 0 (up to 0m) Device supports roaming. Supported Ciphers: * WEP40 (00-0f-ac:1) * WEP104 (00-0f-ac:5) * TKIP (00-0f-ac:2) * CCMP-128 (00-0f-ac:4) * CMAC (00-0f-ac:6) Available Antennas: TX 0 RX 0 Supported interface modes: * IBSS * managed * AP * P2P-client * P2P-GO * P2P-device Band 1: Capabilities: 0x1022 HT20/HT40 Static SM Power Save RX HT20 SGI No RX STBC Max AMSDU length: 3839 bytes DSSS/CCK HT40 Maximum RX AMPDU length 65535 bytes (exponent: 0x003) Minimum RX AMPDU time spacing: 16 usec (0x07) HT TX/RX MCS rate indexes supported: 0-7 Bitrates (non-HT): * 1.0 Mbps * 2.0 Mbps (short preamble supported) * 5.5 Mbps (short preamble supported) * 11.0 Mbps (short preamble supported) * 6.0 Mbps * 9.0 Mbps * 12.0 Mbps * 18.0 Mbps * 24.0 Mbps * 36.0 Mbps * 48.0 Mbps * 54.0 Mbps Frequencies: * 2412 MHz [1] (20.0 dBm) * 2417 MHz [2] (20.0 dBm) * 2422 MHz [3] (20.0 dBm) * 2427 MHz [4] (20.0 dBm) * 2432 MHz [5] (20.0 dBm) * 2437 MHz [6] (20.0 dBm) * 2442 MHz [7] (20.0 dBm) * 2447 MHz [8] (20.0 dBm) * 2452 MHz [9] (20.0 dBm) * 2457 MHz [10] (20.0 dBm) * 2462 MHz [11] (20.0 dBm) * 2467 MHz [12] (20.0 dBm) * 2472 MHz [13] (20.0 dBm) * 2484 MHz [14] (20.0 dBm) Band 2: Capabilities: 0x1062 HT20/HT40 Static SM Power Save RX HT20 SGI RX HT40 SGI No RX STBC Max AMSDU length: 3839 bytes DSSS/CCK HT40 Maximum RX AMPDU length 65535 bytes (exponent: 0x003) Minimum RX AMPDU time spacing: 16 usec (0x07) HT TX/RX MCS rate indexes supported: 0-7 VHT Capabilities (0x00001820): Max MPDU length: 3895 Supported Channel Width: neither 160 nor 80+80 short GI (80 MHz) SU Beamformer SU Beamformee VHT RX MCS set: 1 streams: MCS 0-9 2 streams: not supported 3 streams: not supported 4 streams: not supported 5 streams: not supported 6 streams: not supported 7 streams: not supported 8 streams: not supported VHT RX highest supported: 0 Mbps VHT TX MCS set: 1 streams: MCS 0-9 2 streams: not supported 3 streams: not supported 4 streams: not supported 5 streams: not supported 6 streams: not supported 7 streams: not supported 8 streams: not supported VHT TX highest supported: 0 Mbps VHT extended NSS: not supported Bitrates (non-HT): * 6.0 Mbps * 9.0 Mbps * 12.0 Mbps * 18.0 Mbps * 24.0 Mbps * 36.0 Mbps * 48.0 Mbps * 54.0 Mbps Frequencies: * 5170 MHz [34] (20.0 dBm) * 5180 MHz [36] (20.0 dBm) * 5190 MHz [38] (20.0 dBm) * 5200 MHz [40] (20.0 dBm) * 5210 MHz [42] (20.0 dBm) * 5220 MHz [44] (20.0 dBm) * 5230 MHz [46] (20.0 dBm) * 5240 MHz [48] (20.0 dBm) * 5260 MHz [52] (20.0 dBm) * 5280 MHz [56] (20.0 dBm) * 5300 MHz [60] (20.0 dBm) * 5320 MHz [64] (20.0 dBm) * 5500 MHz [100] (20.0 dBm) * 5520 MHz [104] (20.0 dBm) * 5540 MHz [108] (20.0 dBm) * 5560 MHz [112] (20.0 dBm) * 5580 MHz [116] (20.0 dBm) * 5600 MHz [120] (20.0 dBm) * 5620 MHz [124] (20.0 dBm) * 5640 MHz [128] (20.0 dBm) * 5660 MHz [132] (20.0 dBm) * 5680 MHz [136] (20.0 dBm) * 5700 MHz [140] (20.0 dBm) * 5720 MHz [144] (20.0 dBm) * 5745 MHz [149] (20.0 dBm) * 5765 MHz [153] (20.0 dBm) * 5785 MHz [157] (20.0 dBm) * 5805 MHz [161] (20.0 dBm) * 5825 MHz [165] (20.0 dBm) Supported commands: * new_interface * set_interface * new_key * start_ap * join_ibss * set_pmksa * del_pmksa * flush_pmksa * remain_on_channel * frame * set_wiphy_netns * set_channel * start_sched_scan * start_p2p_device * connect * disconnect * crit_protocol_start * crit_protocol_stop * update_connect_params software interface modes (can always be added): valid interface combinations: * #{ managed } <= 1, #{ P2P-device } <= 1, #{ P2P-client, P2P-GO } <= 1, total <= 3, #channels <= 2 * #{ managed } <= 1, #{ AP } <= 1, #{ P2P-client } <= 1, #{ P2P-device } <= 1, total <= 4, #channels <= 1 Device supports scan flush. max # scan plans: 1 max scan plan interval: 508 max scan plan iterations: 0 Supported TX frame types: * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * P2P-device: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 Supported RX frame types: * managed: 0x40 0xd0 * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * P2P-client: 0x40 0xd0 * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * P2P-device: 0x40 0xd0 Supported extended features: * [ CQM_RSSI_LIST ]: multiple CQM_RSSI_THOLD records * [ DFS_OFFLOAD ]: DFS offload ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 18:04 ` Martin Petzold @ 2024-10-22 18:21 ` Martin Petzold 2024-10-22 18:24 ` James Prestwood 1 sibling, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-22 18:21 UTC (permalink / raw) To: James Prestwood; +Cc: Denis Kenzior, iwd, KeithG, Arend van Spriel Am 22.10.24 um 20:04 schrieb Martin Petzold: > Hi James, > > Am 22.10.24 um 19:40 schrieb James Prestwood: >> Hi Martin, >> >> On 10/21/24 3:10 PM, Martin Petzold wrote: >>> Hi Arend, >>> >>> Am 22.10.24 um 00:01 schrieb KeithG: >>>> Arend, >>>> >>>> If there is a patch for brcmfmac to use CMD_EXTERNAL_AUTH, I am >>>> interested in testing. The last time we tried, it errored out and did >>>> not work as expected. >>> >>> Support with our current chip for WPA3 and also OWE by offloading >>> SAE etc. to IWD. That is possible?! This would be great! >> >> Have you also checked with the vendor (Solid Run?) if SAE/OWE are >> supported by the hardware/kernel they ship with (even with >> wpa_supplicant)? > > Vendor is Variscite and the chip is Laird LWB5 (BCM4339). According to > Laird WPA3 is NOT supported. However, this is not the problem: I knew > this all the time. > > The Cisco enterprise network is (should be) configured as WPA3 OWE > with Transition Mode (there should be one hidden and one visible > network) [1]. And, my device connects ONCE initially (it is connected > and online). Then it looses the connection (I assume maybe due to > roaming) and does not connect again. Also manual re-connection > attempts using iwctl fail (see log). All auto-connects fail. Maybe you > can check the logs again, and can confirm WPA3 OWE with Transition > Mode is configured? And there are no issues with this setup (BCM4339 + IWD) using single BSS WPA2-PSK (great connection). There seem to be some roaming problems in general (because also another Fritzbox + Repeater is not behaving as I would expect it), I assume something between brcmfmac and IWD. And maybe the WPA3 OWE Transition Mode is also not working (however, maybe due to some roaming problem). But als the firmware could make trouble. I have no idea. My vendor Variscite uses NetworkManager and doesn't really support me on IWD. I was actually also using NetworkManager before on my devices. But now I wanted to switch to IWD with our new hardware and software platform (however, not the newest wifi chip). I have another device x86 + Intel Wifi which connects to exactly this WPA3 OWE Transition Mode network without any problems - using NetworkManager. That hardware is not really the newest, I don't think it supports WPA3. That means: a) WPA3 OWE Transition Mode is configured and working, b) Intel chip + NetworkManager is working, c) Laird LWB5 (BCM4339) with IWD is NOT working. I have verified from both sides! I have access to the device in the environment via Ethernet and tried the connection myself via iwctl. There I also get the logs from. I hope the logs would help. I will provide more later today (the requested debug output). ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 18:04 ` Martin Petzold 2024-10-22 18:21 ` Martin Petzold @ 2024-10-22 18:24 ` James Prestwood 2024-10-22 18:32 ` Martin Petzold 2024-10-22 18:44 ` Denis Kenzior 1 sibling, 2 replies; 68+ messages in thread From: James Prestwood @ 2024-10-22 18:24 UTC (permalink / raw) To: Martin Petzold; +Cc: Denis Kenzior, iwd, KeithG, Arend van Spriel Hi Martin, On 10/22/24 11:04 AM, Martin Petzold wrote: > Hi James, > > Am 22.10.24 um 19:40 schrieb James Prestwood: >> Hi Martin, >> >> On 10/21/24 3:10 PM, Martin Petzold wrote: >>> Hi Arend, >>> >>> Am 22.10.24 um 00:01 schrieb KeithG: >>>> Arend, >>>> >>>> If there is a patch for brcmfmac to use CMD_EXTERNAL_AUTH, I am >>>> interested in testing. The last time we tried, it errored out and did >>>> not work as expected. >>> >>> Support with our current chip for WPA3 and also OWE by offloading >>> SAE etc. to IWD. That is possible?! This would be great! >> >> Have you also checked with the vendor (Solid Run?) if SAE/OWE are >> supported by the hardware/kernel they ship with (even with >> wpa_supplicant)? > > Vendor is Variscite and the chip is Laird LWB5 (BCM4339). According to > Laird WPA3 is NOT supported. However, this is not the problem: I knew > this all the time. > > The Cisco enterprise network is (should be) configured as WPA3 OWE > with Transition Mode (there should be one hidden and one visible > network) [1]. And, my device connects ONCE initially (it is connected > and online). Then it looses the connection (I assume maybe due to > roaming) and does not connect again. Also manual re-connection > attempts using iwctl fail (see log). All auto-connects fail. Maybe you > can check the logs again, and can confirm WPA3 OWE with Transition > Mode is configured? From your logs I see no successful connection, but it looks like the OWE transition mode is configured on the APs. Based on what brcmfmac is saying the issue appears to be that IWD chooses the OWE AKM when connecting and brcmfmac errors out as its unsupported. I don't believe there is any way for IWD to check if OWE is supported by the driver, and we just assume it is (Arend, maybe you know of a way to check this?). It appears that what you need is a new IWD option to force connecting to an open network, not the OWE transition/hidden network, right? > > [1] > https://www.cisco.com/c/de_de/support/docs/wireless/catalyst-9800-series-wireless-controllers/217737-configure-enhanced-open-ssid-with-transi.html ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 18:24 ` James Prestwood @ 2024-10-22 18:32 ` Martin Petzold 2024-10-22 18:44 ` Denis Kenzior 1 sibling, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-22 18:32 UTC (permalink / raw) To: James Prestwood; +Cc: Denis Kenzior, iwd, KeithG, Arend van Spriel Hi James, Am 22.10.24 um 20:24 schrieb James Prestwood: > Hi Martin, > > On 10/22/24 11:04 AM, Martin Petzold wrote: >> Hi James, >> >> Am 22.10.24 um 19:40 schrieb James Prestwood: >>> Hi Martin, >>> >>> On 10/21/24 3:10 PM, Martin Petzold wrote: >>>> Hi Arend, >>>> >>>> Am 22.10.24 um 00:01 schrieb KeithG: >>>>> Arend, >>>>> >>>>> If there is a patch for brcmfmac to use CMD_EXTERNAL_AUTH, I am >>>>> interested in testing. The last time we tried, it errored out and did >>>>> not work as expected. >>>> >>>> Support with our current chip for WPA3 and also OWE by offloading >>>> SAE etc. to IWD. That is possible?! This would be great! >>> >>> Have you also checked with the vendor (Solid Run?) if SAE/OWE are >>> supported by the hardware/kernel they ship with (even with >>> wpa_supplicant)? >> >> Vendor is Variscite and the chip is Laird LWB5 (BCM4339). According >> to Laird WPA3 is NOT supported. However, this is not the problem: I >> knew this all the time. >> >> The Cisco enterprise network is (should be) configured as WPA3 OWE >> with Transition Mode (there should be one hidden and one visible >> network) [1]. And, my device connects ONCE initially (it is connected >> and online). Then it looses the connection (I assume maybe due to >> roaming) and does not connect again. Also manual re-connection >> attempts using iwctl fail (see log). All auto-connects fail. Maybe >> you can check the logs again, and can confirm WPA3 OWE with >> Transition Mode is configured? > > From your logs I see no successful connection, but it looks like the > OWE transition mode is configured on the APs. Based on what brcmfmac > is saying the issue appears to be that IWD chooses the OWE AKM when > connecting and brcmfmac errors out as its unsupported. I don't believe > there is any way for IWD to check if OWE is supported by the driver, > and we just assume it is (Arend, maybe you know of a way to check > this?). It appears that what you need is a new IWD option to force > connecting to an open network, not the OWE transition/hidden network, > right? There was a reboot between initial successful connection and these logs. I only pulled the logs for the boot. But 100% it connected initially! Because this was confirmed, the device was online (no Ethernet) and was connected to our servers. Only then, I had access to the device connecting Ethernet. This is on clients site. I cannot access it all the time. However, of course I can debug everything at our site (except this WPA3 OWE Transition Mode scenario, and we also don't have roaming environment here). Thanks, Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 18:24 ` James Prestwood 2024-10-22 18:32 ` Martin Petzold @ 2024-10-22 18:44 ` Denis Kenzior 2024-10-22 18:47 ` Martin Petzold 2024-10-22 18:47 ` James Prestwood 1 sibling, 2 replies; 68+ messages in thread From: Denis Kenzior @ 2024-10-22 18:44 UTC (permalink / raw) To: James Prestwood, Arend van Spriel; +Cc: iwd, KeithG, Martin Petzold Hi James, Arend, > errors out as its unsupported. I don't believe there is any way for IWD to check > if OWE is supported by the driver, and we just assume it is (Arend, maybe you > know of a way to check this?). It appears that what you need is a new IWD option Indeed, there's no explicit way of checking supported AKMs. The NL80211 API isn't much help either: /** * DOC: OWE DH IE handling offload * * By setting @NL80211_EXT_FEATURE_OWE_OFFLOAD flag, drivers can indicate * kernel/application space to avoid DH IE handling. When this flag is * advertised, the driver/device will take care of DH IE inclusion and * processing of peer DH IE to generate PMK. */ Perhaps for FullMAC, iwd should start checking for EXT_FEATURE_OWE_OFFLOAD presence, and if not present, do not use OWE. Too bad no upstream driver actually sets this bit. Unless... maybe OWE works with other FullMAC devices and we'd break things for those...? Kernel folks really need to chime in here. Regards, -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 18:44 ` Denis Kenzior @ 2024-10-22 18:47 ` Martin Petzold 2024-10-22 19:10 ` James Prestwood 2024-10-22 18:47 ` James Prestwood 1 sibling, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-22 18:47 UTC (permalink / raw) To: Denis Kenzior; +Cc: iwd, KeithG, James Prestwood, Arend van Spriel Hi Denis, Am 22.10.24 um 20:44 schrieb Denis Kenzior: > Hi James, Arend, > >> errors out as its unsupported. I don't believe there is any way for >> IWD to check if OWE is supported by the driver, and we just assume it >> is (Arend, maybe you know of a way to check this?). It appears that >> what you need is a new IWD option > > Indeed, there's no explicit way of checking supported AKMs. The > NL80211 API isn't much help either: > > /** > * DOC: OWE DH IE handling offload > * > * By setting @NL80211_EXT_FEATURE_OWE_OFFLOAD flag, drivers can indicate > * kernel/application space to avoid DH IE handling. When this flag is > * advertised, the driver/device will take care of DH IE inclusion and > * processing of peer DH IE to generate PMK. > */ > > Perhaps for FullMAC, iwd should start checking for > EXT_FEATURE_OWE_OFFLOAD presence, and if not present, do not use OWE. > Too bad no upstream driver actually sets this bit. Unless... maybe OWE > works with other FullMAC devices and we'd break things for those...? > Kernel folks really need to chime in here. If you provide a patch for kernel driver or IWD, I can test tomorrow. ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 18:47 ` Martin Petzold @ 2024-10-22 19:10 ` James Prestwood 0 siblings, 0 replies; 68+ messages in thread From: James Prestwood @ 2024-10-22 19:10 UTC (permalink / raw) To: Martin Petzold, Denis Kenzior; +Cc: iwd, KeithG, Arend van Spriel On 10/22/24 11:47 AM, Martin Petzold wrote: > Hi Denis, > > Am 22.10.24 um 20:44 schrieb Denis Kenzior: >> Hi James, Arend, >> >>> errors out as its unsupported. I don't believe there is any way for >>> IWD to check if OWE is supported by the driver, and we just assume >>> it is (Arend, maybe you know of a way to check this?). It appears >>> that what you need is a new IWD option >> >> Indeed, there's no explicit way of checking supported AKMs. The >> NL80211 API isn't much help either: >> >> /** >> * DOC: OWE DH IE handling offload >> * >> * By setting @NL80211_EXT_FEATURE_OWE_OFFLOAD flag, drivers can >> indicate >> * kernel/application space to avoid DH IE handling. When this flag is >> * advertised, the driver/device will take care of DH IE inclusion and >> * processing of peer DH IE to generate PMK. >> */ >> >> Perhaps for FullMAC, iwd should start checking for >> EXT_FEATURE_OWE_OFFLOAD presence, and if not present, do not use >> OWE. Too bad no upstream driver actually sets this bit. Unless... >> maybe OWE works with other FullMAC devices and we'd break things for >> those...? Kernel folks really need to chime in here. > If you provide a patch for kernel driver or IWD, I can test tomorrow. There are two RFC patches on the list, which I haven't tested but hopefully that'll do what you need. You will need to add this to main.conf: [DriverQuirks] OweDisable=brcmfmac ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 18:44 ` Denis Kenzior 2024-10-22 18:47 ` Martin Petzold @ 2024-10-22 18:47 ` James Prestwood 2024-10-22 18:49 ` Martin Petzold 2024-10-22 18:52 ` Denis Kenzior 1 sibling, 2 replies; 68+ messages in thread From: James Prestwood @ 2024-10-22 18:47 UTC (permalink / raw) To: Denis Kenzior, Arend van Spriel; +Cc: iwd, KeithG, Martin Petzold Denis, On 10/22/24 11:44 AM, Denis Kenzior wrote: > Hi James, Arend, > >> errors out as its unsupported. I don't believe there is any way for >> IWD to check if OWE is supported by the driver, and we just assume it >> is (Arend, maybe you know of a way to check this?). It appears that >> what you need is a new IWD option > > Indeed, there's no explicit way of checking supported AKMs. The > NL80211 API isn't much help either: > > /** > * DOC: OWE DH IE handling offload > * > * By setting @NL80211_EXT_FEATURE_OWE_OFFLOAD flag, drivers can indicate > * kernel/application space to avoid DH IE handling. When this flag is > * advertised, the driver/device will take care of DH IE inclusion and > * processing of peer DH IE to generate PMK. > */ > > Perhaps for FullMAC, iwd should start checking for > EXT_FEATURE_OWE_OFFLOAD presence, and if not present, do not use OWE. > Too bad no upstream driver actually sets this bit. Unless... maybe OWE > works with other FullMAC devices and we'd break things for those...? > Kernel folks really need to chime in here. For an explicit option what about the transition disable stuff? I know you set those options based on AP capabilities IIRC, but could we allow a profile to set those manually? It appears that is checked for in network_can_connect_bss() but I need to refresh myself on how that all works. > > Regards, > -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 18:47 ` James Prestwood @ 2024-10-22 18:49 ` Martin Petzold 2024-10-22 18:52 ` Denis Kenzior 1 sibling, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-22 18:49 UTC (permalink / raw) To: Denis Kenzior; +Cc: iwd, KeithG, James Prestwood, Arend van Spriel Hi Denis, Am 22.10.24 um 20:47 schrieb James Prestwood: > Denis, > > On 10/22/24 11:44 AM, Denis Kenzior wrote: >> Hi James, Arend, >> >>> errors out as its unsupported. I don't believe there is any way for >>> IWD to check if OWE is supported by the driver, and we just assume >>> it is (Arend, maybe you know of a way to check this?). It appears >>> that what you need is a new IWD option >> >> Indeed, there's no explicit way of checking supported AKMs. The >> NL80211 API isn't much help either: >> >> /** >> * DOC: OWE DH IE handling offload >> * >> * By setting @NL80211_EXT_FEATURE_OWE_OFFLOAD flag, drivers can >> indicate >> * kernel/application space to avoid DH IE handling. When this flag is >> * advertised, the driver/device will take care of DH IE inclusion and >> * processing of peer DH IE to generate PMK. >> */ >> >> Perhaps for FullMAC, iwd should start checking for >> EXT_FEATURE_OWE_OFFLOAD presence, and if not present, do not use >> OWE. Too bad no upstream driver actually sets this bit. Unless... >> maybe OWE works with other FullMAC devices and we'd break things for >> those...? Kernel folks really need to chime in here. > For an explicit option what about the transition disable stuff? I know > you set those options based on AP capabilities IIRC, but could we > allow a profile to set those manually? It appears that is checked for > in network_can_connect_bss() but I need to refresh myself on how that > all works. I would suggest to check how NetworkManager, or is it wpa_supplicant then (?), handles this... ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-22 18:47 ` James Prestwood 2024-10-22 18:49 ` Martin Petzold @ 2024-10-22 18:52 ` Denis Kenzior 1 sibling, 0 replies; 68+ messages in thread From: Denis Kenzior @ 2024-10-22 18:52 UTC (permalink / raw) To: James Prestwood, Arend van Spriel; +Cc: iwd, KeithG, Martin Petzold Hi James, > For an explicit option what about the transition disable stuff? I know you set > those options based on AP capabilities IIRC, but could we allow a profile to set > those manually? It appears that is checked for in network_can_connect_bss() but > I need to refresh myself on how that all works. Transition Disable disables Open and mandates OWE, not really helpful here. We can put this into driver quirks for now I suppose. Regards, -Denis ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-21 18:26 ` Arend van Spriel ` (4 preceding siblings ...) 2024-10-21 22:01 ` KeithG @ 2024-10-23 12:02 ` Martin Petzold 2024-10-23 12:13 ` James Prestwood 2024-10-23 15:11 ` Arend Van Spriel 5 siblings, 2 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-23 12:02 UTC (permalink / raw) To: Arend van Spriel, James Prestwood; +Cc: iwd, Denis Kenzior [-- Attachment #1: Type: text/plain, Size: 1956 bytes --] Hi Arend and James, Am 21.10.24 um 20:26 schrieb Arend van Spriel: > On 10/21/2024 7:40 PM, Denis Kenzior wrote: >> Hi Arend, >> >>> >>> I have not seen patches for OWE in brcmfmac. Looking at the >>> supported ciphers: >> >> OWE is an AKM. It still uses CCMP/CMAC underneath. > > My bad. Always confused by those concepts. > >>> >>> Supported Ciphers: >>> * WEP40 (00-0f-ac:1) >>> * WEP104 (00-0f-ac:5) >>> * TKIP (00-0f-ac:2) >>> * CCMP-128 (00-0f-ac:4) >>> * CMAC (00-0f-ac:6) >>> >>> The error message seems to match with the above. >> >> I've never seen support for OWE in brcmfmac mentioned. OWE requires >> CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive the >> PMK, so iwd can't support it on FullMAC. > > I have never seen any mention of OWE either. Regarding > CMD_EXTERNAL_AUTH support I recently posted patches on linux-wireless > list as RFT. There has been zero feedback and so I assume also zero > interest. In order to use CMD_EXTERNAL_AUTH the firmware needs to > advertise "sae_ext" in fwcap debugfs file. So if Martin can check > that, ie: > > $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap > > @James: Could please check the logs (PATCH WAS APPLIED): A. Initial boot and connect (device remained connected) B. Reboot -> device does NOT connect ----- tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ insgesamt 4 -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open drwx------ 2 root root 4096 4. Apr 2024 hotspot tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open tavla@tavla:~$ ----- @Arend: Here the requested output (debugging enabled; PATCHES ALREADY APPLIED!). ----- tavla@tavla:~$ sudo cat /sys/kernel/debug/ieee80211/phy0/fwcap ap sta wme 802.11d 802.11h rm cqa ccx cac dualband ampdu ampdu_tx ampdu_rx amsdurx amsdutx radio_pwrsave btamp p2p proptxstatus mchan vht-prop-rates p2po anqpo txpwrcache stbc-tx stbc-rx-1ss ----- Best regards, Martin [-- Attachment #2: log_A_initial_connect_patched.txt --] [-- Type: text/plain, Size: 120914 bytes --] Okt 23 12:35:55 tavla systemd[1]: Mounting var-lib-iwd.mount - /var/lib/iwd... Okt 23 12:35:55 tavla systemd[1]: Mounted var-lib-iwd.mount - /var/lib/iwd. Okt 23 12:35:58 tavla systemd[1]: Starting iwd.service - Wireless service... Okt 23 12:35:58 tavla iwd[383]: No Diffie-Hellman support found, WPS will not be available Okt 23 12:35:58 tavla iwd[383]: The following options are missing in the kernel: Okt 23 12:35:58 tavla iwd[383]: CONFIG_KEY_DH_OPERATIONS Okt 23 12:35:58 tavla iwd[383]: Wireless daemon version 2.22 Okt 23 12:35:58 tavla iwd[383]: src/main.c:main() Using configuration directory /etc/iwd Okt 23 12:35:58 tavla iwd[383]: Loaded configuration from /etc/iwd/main.conf Okt 23 12:35:58 tavla iwd[383]: src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd Okt 23 12:35:58 tavla iwd[383]: src/main.c:nl80211_appeared() Found nl80211 interface Okt 23 12:35:58 tavla iwd[383]: src/module.c:iwd_modules_init() Okt 23 12:35:58 tavla iwd[383]: src/wsc.c:wsc_init() Okt 23 12:35:59 tavla iwd[383]: src/udev.c:udev_init() Okt 23 12:35:59 tavla iwd[383]: src/eap.c:__eap_method_enable() Okt 23 12:35:59 tavla iwd[383]: src/eap-wsc.c:eap_wsc_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-md5.c:eap_md5_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-tls.c:eap_tls_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-ttls.c:eap_ttls_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-mschapv2.c:eap_mschapv2_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-sim.c:eap_sim_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-aka.c:eap_aka_prime_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-aka.c:eap_aka_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-peap.c:eap_peap_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-gtc.c:eap_gtc_init() Okt 23 12:35:59 tavla iwd[383]: src/eap-pwd.c:eap_pwd_init() Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_wiphy_dump_done() Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_interface_dump_done() Okt 23 12:35:59 tavla systemd[1]: Started iwd.service - Wireless service. Okt 23 12:35:59 tavla kernel: brcmfmac: F1 signature read @0x18000000=0x16224335 Okt 23 12:35:59 tavla kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2 Okt 23 12:35:59 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed with error -2 Okt 23 12:35:59 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 Okt 23 12:35:59 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available Okt 23 12:35:59 tavla kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4339/2 wl0: Aug 4 2023 08:42:14 version 6.37.39.141 (73212ff CY) Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_config_notify() Notification of command New Wiphy(3) Okt 23 12:35:59 tavla iwd[383]: src/wiphy.c:wiphy_reg_notify() Notification of command Reg Change(36) Okt 23 12:35:59 tavla iwd[383]: src/wiphy.c:wiphy_update_reg_domain() New reg domain country code for (global) is XX Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_filtered_wiphy_dump_done() Okt 23 12:35:59 tavla iwd[383]: Wiphy: 0, Name: phy0 Okt 23 12:35:59 tavla iwd[383]: Permanent Address: c0:ee:40:8e:0f:c2 Okt 23 12:35:59 tavla iwd[383]: 2.4GHz Band: Okt 23 12:35:59 tavla iwd[383]: Bitrates (non-HT): Okt 23 12:35:59 tavla iwd[383]: 1.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 2.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 5.5 Mbps Okt 23 12:35:59 tavla iwd[383]: 11.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 6.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 9.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 12.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 18.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 24.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 36.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 48.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 54.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 5GHz Band: Okt 23 12:35:59 tavla iwd[383]: Bitrates (non-HT): Okt 23 12:35:59 tavla iwd[383]: 6.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 9.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 12.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 18.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 24.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 36.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 48.0 Mbps Okt 23 12:35:59 tavla iwd[383]: 54.0 Mbps Okt 23 12:35:59 tavla iwd[383]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP Okt 23 12:35:59 tavla iwd[383]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device Okt 23 12:35:59 tavla iwd[383]: Driver Flags: DefaultInterface OweDisable Okt 23 12:35:59 tavla iwd[383]: Wiphy phy0 will only use the default interface Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_filtered_interface_dump_done() Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_use_default() Okt 23 12:35:59 tavla iwd[383]: No default interface for wiphy 0 Okt 23 12:35:59 tavla iwd[383]: src/wiphy.c:wiphy_update_reg_domain() New reg domain country code for phy0 is 99 Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_config_notify() Notification of command New Interface(7) Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_config_notify() Retrying setup of wiphy 0 Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_get_interface_cb() Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_use_default() Okt 23 12:35:59 tavla iwd[383]: src/netdev.c:netdev_create_from_genl() Created interface wlan0[3 1] Okt 23 12:35:59 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:35:59 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:35:59 tavla iwd[383]: src/netdev.c:netdev_set_4addr() netdev: 3 use_4addr: 0 Okt 23 12:35:59 tavla iwd[383]: src/netdev.c:netdev_initial_up_cb() Interface 3 initialized Okt 23 12:35:59 tavla iwd[383]: src/netconfig.c:netconfig_new() Creating netconfig for interface: 3 Okt 23 12:35:59 tavla iwd[383]: event: state, old: disconnected, new: autoconnect_quick Okt 23 12:35:59 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 1 Okt 23 12:35:59 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 1 Okt 23 12:35:59 tavla iwd[383]: src/rrm.c:rrm_add_frame_watches() Okt 23 12:35:59 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:35:59 tavla iwd[383]: Could not register frame watch type 00b0: -22 Okt 23 12:35:59 tavla iwd[383]: src/manager.c:manager_config_notify() Notification of command Set Interface(6) Okt 23 12:35:59 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:35:59 tavla iwd[383]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 12:35:59 tavla iwd[383]: src/station.c:station_quick_scan_triggered() Quick scan triggered for wlan0 Okt 23 12:35:59 tavla iwd[383]: udev interface=wlan0 ifindex=3 Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:00 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Bewohner" security open Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Intern" security 8021x Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Gast" security open Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:60' with SSID: , freq: 2412, rank: 122, strength: -7500, data_rate: 18.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:61' with SSID: , freq: 2412, rank: 122, strength: -7700, data_rate: 18.0 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:00 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 2 Okt 23 12:36:00 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 3 Okt 23 12:36:00 tavla iwd[383]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 23 12:36:00 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 4 Okt 23 12:36:00 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 1 done Okt 23 12:36:00 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 2 Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:00 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:86 to XYZ-Gast Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:66 to XYZ-Gast Okt 23 12:36:00 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 2 done Okt 23 12:36:00 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 3 Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:00 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:83 to XYZ-Bewohner Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:63 to XYZ-Bewohner Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_autoconnect_start() Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5500 Okt 23 12:36:00 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 12:36:00 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 3 done Okt 23 12:36:00 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 4 Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 12:36:00 tavla iwd[383]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 12:36:04 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:04 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:04 tavla iwd[383]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: _owetm_XYZ-Gast1927673441, freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 368, strength: -6400, data_rate: 54.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 163, strength: -7300, data_rate: 24.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:67' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 122, strength: -7500, data_rate: 18.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:66' with SSID: XYZ-Bewohner, freq: 2412, rank: 122, strength: -7700, data_rate: 18.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:62' with SSID: XYZ-Gast, freq: 2412, rank: 122, strength: -7700, data_rate: 18.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:60' with SSID: , freq: 2412, rank: 122, strength: -7500, data_rate: 18.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:61' with SSID: , freq: 2412, rank: 122, strength: -7700, data_rate: 18.0 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:04 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 5 Okt 23 12:36:04 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 6 Okt 23 12:36:04 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 4 done Okt 23 12:36:04 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 5 Okt 23 12:36:04 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:04 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:36:04 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:04 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:76 to XYZ-Gast Okt 23 12:36:04 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 5 done Okt 23 12:36:04 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 6 Okt 23 12:36:04 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:04 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:36:04 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:04 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:73 to XYZ-Bewohner Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_autoconnect_start() Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5600 Okt 23 12:36:04 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 12:36:04 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 6 done Okt 23 12:36:14 tavla iwd[383]: src/scan.c:scan_periodic_timeout() 1 Okt 23 12:36:14 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 7 Okt 23 12:36:14 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 7 Okt 23 12:36:14 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:14 tavla iwd[383]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 12:36:14 tavla iwd[383]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 12:36:18 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:18 tavla iwd[383]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 327, strength: -6600, data_rate: 48.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: _owetm_XYZ-Gast1927673441, freq: 5620, rank: 245, strength: -7000, data_rate: 36.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: _owetm_XYZ-Gast1927673441, freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 368, strength: -6400, data_rate: 54.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:67' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 122, strength: -7500, data_rate: 18.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:66' with SSID: XYZ-Bewohner, freq: 2412, rank: 122, strength: -7700, data_rate: 18.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:62' with SSID: XYZ-Gast, freq: 2412, rank: 122, strength: -7700, data_rate: 18.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:60' with SSID: , freq: 2412, rank: 122, strength: -7500, data_rate: 18.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:61' with SSID: , freq: 2412, rank: 122, strength: -7700, data_rate: 18.0 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:18 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 8 Okt 23 12:36:18 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 7 done Okt 23 12:36:18 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 8 Okt 23 12:36:18 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:18 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:18 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:36:18 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:18 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:66 to XYZ-Gast Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_autoconnect_start() Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5500 Okt 23 12:36:18 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 12:36:18 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 8 done Okt 23 12:36:29 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2 Okt 23 12:36:38 tavla iwd[383]: src/scan.c:scan_periodic_timeout() 1 Okt 23 12:36:38 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 9 Okt 23 12:36:38 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 9 Okt 23 12:36:38 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:38 tavla iwd[383]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 12:36:38 tavla iwd[383]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 12:36:42 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:42 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:42 tavla iwd[383]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 40 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6400, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6400, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6400, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6500, data_rate: 54.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 327, strength: -6600, data_rate: 48.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 245, strength: -6800, data_rate: 36.0 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 327, strength: -6600, data_rate: 48.0 Okt 23 12:36:42 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 10 Okt 23 12:36:42 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 11 Okt 23 12:36:42 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 9 done Okt 23 12:36:42 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 10 Okt 23 12:36:42 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:42 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:36:42 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:42 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:86 to XYZ-Gast Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:76 to XYZ-Gast Okt 23 12:36:42 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 10 done Okt 23 12:36:42 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 11 Okt 23 12:36:42 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:36:42 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:36:42 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:36:43 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:36:43 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:63 to XYZ-Bewohner Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:73 to XYZ-Bewohner Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_autoconnect_start() Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5300 Okt 23 12:36:43 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 12:36:43 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 11 done Okt 23 12:37:22 tavla iwd[383]: src/scan.c:scan_periodic_timeout() 1 Okt 23 12:37:22 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 12 Okt 23 12:37:22 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 12 Okt 23 12:37:22 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:37:22 tavla iwd[383]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 12:37:22 tavla iwd[383]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 12:37:26 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:37:26 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:37:26 tavla iwd[383]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 80 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5300, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 245, strength: -6900, data_rate: 36.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 245, strength: -7000, data_rate: 36.0 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:37:26 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 13 Okt 23 12:37:26 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 14 Okt 23 12:37:26 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 12 done Okt 23 12:37:26 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 13 Okt 23 12:37:26 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:37:26 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:37:26 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:37:26 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:86 to XYZ-Gast Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:76 to XYZ-Gast Okt 23 12:37:26 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 13 done Okt 23 12:37:26 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 14 Okt 23 12:37:26 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:37:26 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:37:26 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:37:26 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:83 to XYZ-Bewohner Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_autoconnect_start() Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5300 Okt 23 12:37:26 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 12:37:26 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 14 done Okt 23 12:37:47 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2 Okt 23 12:38:46 tavla iwd[383]: src/scan.c:scan_periodic_timeout() 1 Okt 23 12:38:46 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 15 Okt 23 12:38:46 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 15 Okt 23 12:38:46 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:38:46 tavla iwd[383]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 12:38:46 tavla iwd[383]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 12:38:50 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:38:50 tavla iwd[383]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 160 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 13, strength: -8000, data_rate: 2.0 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:38:50 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 16 Okt 23 12:38:50 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 17 Okt 23 12:38:50 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 15 done Okt 23 12:38:50 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 16 Okt 23 12:38:50 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:38:50 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:38:50 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:38:50 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:38:50 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:86 to XYZ-Gast Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:66 to XYZ-Gast Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:76 to XYZ-Gast Okt 23 12:38:50 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 16 done Okt 23 12:38:50 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 17 Okt 23 12:38:50 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:38:50 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:38:50 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:38:50 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:73 to XYZ-Bewohner Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_autoconnect_start() Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:13:37:67' freq: 2412, rank: 368, strength: -6000 Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 12:38:50 tavla iwd[383]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 12:38:50 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 17 done Okt 23 12:39:29 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:39:29 tavla iwd[383]: src/agent.c:agent_register() agent :1.54 path /agent/1366 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_dbus_scan() Scan called from DBus Okt 23 12:39:29 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 18 Okt 23 12:39:29 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 18 Okt 23 12:39:29 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:39:29 tavla iwd[383]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_dbus_scan_triggered() station_scan_triggered: 0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_dbus_scan_triggered() Scan triggered for wlan0 subset 0 Okt 23 12:39:29 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.54 disconnected Okt 23 12:39:29 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4ec30 Okt 23 12:39:29 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:39:29 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:65' with SSID: XYZ-Intern, freq: 2412, rank: 122, strength: -7700, data_rate: 18.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:26' with SSID: XYZ-Intern, freq: 2462, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:25' with SSID: , freq: 2462, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:20' with SSID: , freq: 2462, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:67' with SSID: , freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:66' with SSID: XYZ-Bewohner, freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:60' with SSID: , freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:27' with SSID: , freq: 2462, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:64' with SSID: , freq: 2412, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 163, strength: -7200, data_rate: 24.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 13, strength: -8000, data_rate: 2.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: _owetm_XYZ-Gast1927673441, freq: 5620, rank: 13, strength: -8100, data_rate: 2.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5620, rank: 13, strength: -8000, data_rate: 2.0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 12:39:29 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 19 Okt 23 12:39:29 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 18 done Okt 23 12:39:29 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 19 Okt 23 12:39:29 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:39:29 tavla iwd[383]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_dbus_scan_triggered() station_scan_triggered: 0 Okt 23 12:39:29 tavla iwd[383]: src/station.c:station_dbus_scan_triggered() Scan triggered for wlan0 subset 1 Okt 23 12:39:30 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:39:30 tavla iwd[383]: src/agent.c:agent_register() agent :1.55 path /agent/1368 Okt 23 12:39:30 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.55 disconnected Okt 23 12:39:30 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4a350 Okt 23 12:39:33 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:39:33 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:61' with SSID: , freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:26' with SSID: XYZ-Intern, freq: 2462, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:25' with SSID: , freq: 2462, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:20' with SSID: , freq: 2462, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:67' with SSID: , freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:60' with SSID: , freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:27' with SSID: , freq: 2462, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:66' with SSID: XYZ-Bewohner, freq: 2412, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:65' with SSID: XYZ-Intern, freq: 2412, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:64' with SSID: , freq: 2412, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:33 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 20 Okt 23 12:39:33 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 19 done Okt 23 12:39:33 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 20 Okt 23 12:39:33 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:39:33 tavla iwd[383]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_dbus_scan_triggered() station_scan_triggered: 0 Okt 23 12:39:33 tavla iwd[383]: src/station.c:station_dbus_scan_triggered() Scan triggered for wlan0 subset 2 Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent :1.68 path /agent/1417 Okt 23 12:39:35 tavla iwd[383]: Error loading /var/lib/iwd//XYZ-Gast.open Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.68 disconnected Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf376a0 Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent :1.69 path /agent/1420 Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() Okt 23 12:39:35 tavla iwd[383]: src/netdev.c:netdev_cqm_rssi_update() Okt 23 12:39:35 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 21 Okt 23 12:39:35 tavla iwd[383]: event: connect-info, ssid: XYZ-Gast, bss: e8:10:98:14:1b:85, signal: -54, load: 0/255 Okt 23 12:39:35 tavla iwd[383]: event: state, old: autoconnect_full, new: connecting Okt 23 12:39:35 tavla iwd[383]: src/scan.c:scan_periodic_stop() Stopping periodic scan for wdev 1 Okt 23 12:39:37 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5400, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:62' with SSID: XYZ-Gast, freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:61' with SSID: , freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:66' with SSID: XYZ-Bewohner, freq: 2412, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:65' with SSID: XYZ-Intern, freq: 2412, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:64' with SSID: , freq: 2412, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:26' with SSID: XYZ-Intern, freq: 2462, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:25' with SSID: , freq: 2462, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:20' with SSID: , freq: 2462, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:67' with SSID: , freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:76:60' with SSID: , freq: 2412, rank: 81, strength: -7800, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:45:27' with SSID: , freq: 2462, rank: 81, strength: -7900, data_rate: 12.0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 12:39:37 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 22 Okt 23 12:39:37 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 23 Okt 23 12:39:37 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 20 done Okt 23 12:39:37 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 21 Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_mlme_notify() MLME notification Connect(46) Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_connect_event() Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_connect_event() aborting and ignore_connect_event not set, proceed Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_connect_event() expect_connect_failure not set, proceed Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:parse_request_ies() Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_connect_event() Request / Response IEs parsed Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_connect_ok() Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_connect_cb() 3, result: 0 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_connect_ok() Okt 23 12:39:37 tavla iwd[383]: event: state, old: connecting, new: connecting (netconfig) Okt 23 12:39:37 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 21 done Okt 23 12:39:37 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 22 Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_newlink_notify() Retrying setting OperState to IF_OPER_UP Okt 23 12:39:37 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:37 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.69 disconnected Okt 23 12:39:37 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4e5d0 Okt 23 12:39:37 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:37 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:39:37 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:86 to XYZ-Gast Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:66 to XYZ-Gast Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:76 to XYZ-Gast Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:76:63 to XYZ-Gast Okt 23 12:39:37 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 22 done Okt 23 12:39:37 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_next() Starting work item 23 Okt 23 12:39:37 tavla iwd[383]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 12:39:37 tavla iwd[383]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 12:39:37 tavla iwd[383]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 12:39:38 tavla iwd[383]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 12:39:38 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 12:39:38 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:83 to XYZ-Bewohner Okt 23 12:39:38 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:63 to XYZ-Bewohner Okt 23 12:39:38 tavla iwd[383]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:76:67 to XYZ-Bewohner Okt 23 12:39:38 tavla iwd[383]: src/wiphy.c:wiphy_radio_work_done() Work item 23 done Okt 23 12:39:38 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:39:38 tavla iwd[383]: src/agent.c:agent_register() agent :1.71 path /agent/1441 Okt 23 12:39:38 tavla iwd[383]: src/network.c:network_connect() Okt 23 12:39:38 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.71 disconnected Okt 23 12:39:38 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4de30 Okt 23 12:39:39 tavla iwd[383]: src/netconfig.c:netconfig_event_handler() l_netconfig event 0 Okt 23 12:39:39 tavla iwd[383]: src/netconfig-commit.c:netconfig_commit_print_addrs() installing address: 172.22.44.173 Okt 23 12:39:39 tavla iwd[383]: src/resolve.c:resolve_systemd_set_dns() ifindex: 3 Okt 23 12:39:39 tavla iwd[383]: src/resolve.c:systemd_builder_add_dns() installing DNS: 8.8.8.8 Okt 23 12:39:39 tavla iwd[383]: src/resolve.c:systemd_builder_add_dns() installing DNS: 8.8.4.4 Okt 23 12:39:39 tavla iwd[383]: src/resolve.c:resolve_systemd_set_domains() ifindex: 3 Okt 23 12:39:39 tavla iwd[383]: event: state, old: connecting (netconfig), new: connected Okt 23 12:39:39 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:39:39 tavla iwd[383]: src/agent.c:agent_register() agent :1.73 path /agent/1448 Okt 23 12:39:39 tavla iwd[383]: src/network.c:network_connect() Okt 23 12:39:39 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.73 disconnected Okt 23 12:39:39 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf59b60 Okt 23 12:39:39 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:39:39 tavla iwd[383]: src/agent.c:agent_register() agent :1.74 path /agent/1450 Okt 23 12:39:39 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.74 disconnected Okt 23 12:39:39 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf5d780 Okt 23 12:39:57 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:39:57 tavla iwd[383]: src/agent.c:agent_register() agent :1.80 path /agent/1486 Okt 23 12:39:57 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.80 disconnected Okt 23 12:39:57 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf60200 Okt 23 12:41:56 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:41:56 tavla iwd[383]: src/agent.c:agent_register() agent :1.86 path /agent/1638 Okt 23 12:41:56 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.86 disconnected Okt 23 12:41:56 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf36f70 Okt 23 12:42:56 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:42:56 tavla iwd[383]: src/agent.c:agent_register() agent :1.92 path /agent/1734 Okt 23 12:42:56 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.92 disconnected Okt 23 12:42:56 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf607b0 Okt 23 12:43:57 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:43:57 tavla iwd[383]: src/agent.c:agent_register() agent :1.98 path /agent/1827 Okt 23 12:43:57 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.98 disconnected Okt 23 12:43:57 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf5a230 Okt 23 12:44:57 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:44:57 tavla iwd[383]: src/agent.c:agent_register() agent :1.104 path /agent/1923 Okt 23 12:44:57 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.104 disconnected Okt 23 12:44:57 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4fdd0 Okt 23 12:45:57 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:45:57 tavla iwd[383]: src/agent.c:agent_register() agent :1.110 path /agent/2017 Okt 23 12:45:57 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.110 disconnected Okt 23 12:45:57 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf618f0 Okt 23 12:46:58 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:46:58 tavla iwd[383]: src/agent.c:agent_register() agent :1.116 path /agent/2103 Okt 23 12:46:58 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.116 disconnected Okt 23 12:46:58 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf60e90 Okt 23 12:47:58 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:47:58 tavla iwd[383]: src/agent.c:agent_register() agent :1.122 path /agent/2198 Okt 23 12:47:58 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.122 disconnected Okt 23 12:47:58 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf60ca0 Okt 23 12:48:58 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:48:58 tavla iwd[383]: src/agent.c:agent_register() agent :1.128 path /agent/2291 Okt 23 12:48:58 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.128 disconnected Okt 23 12:48:58 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf60560 Okt 23 12:49:59 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:49:59 tavla iwd[383]: src/agent.c:agent_register() agent :1.134 path /agent/2384 Okt 23 12:49:59 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.134 disconnected Okt 23 12:49:59 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf61320 Okt 23 12:50:59 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:50:59 tavla iwd[383]: src/agent.c:agent_register() agent :1.140 path /agent/2480 Okt 23 12:50:59 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.140 disconnected Okt 23 12:50:59 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf62540 Okt 23 12:51:59 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:51:59 tavla iwd[383]: src/agent.c:agent_register() agent :1.146 path /agent/2575 Okt 23 12:51:59 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.146 disconnected Okt 23 12:51:59 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf5d780 Okt 23 12:53:00 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:53:00 tavla iwd[383]: src/agent.c:agent_register() agent :1.152 path /agent/2674 Okt 23 12:53:00 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.152 disconnected Okt 23 12:53:00 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf64b20 Okt 23 12:54:00 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:54:00 tavla iwd[383]: src/agent.c:agent_register() agent :1.158 path /agent/2768 Okt 23 12:54:00 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.158 disconnected Okt 23 12:54:00 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf630c0 Okt 23 12:55:00 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:55:00 tavla iwd[383]: src/agent.c:agent_register() agent :1.164 path /agent/2861 Okt 23 12:55:00 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.164 disconnected Okt 23 12:55:00 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf6a290 Okt 23 12:56:01 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:56:01 tavla iwd[383]: src/agent.c:agent_register() agent :1.170 path /agent/2955 Okt 23 12:56:01 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.170 disconnected Okt 23 12:56:01 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf65680 Okt 23 12:57:01 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:57:01 tavla iwd[383]: src/agent.c:agent_register() agent :1.176 path /agent/3051 Okt 23 12:57:01 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.176 disconnected Okt 23 12:57:01 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf6a290 Okt 23 12:58:01 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:58:01 tavla iwd[383]: src/agent.c:agent_register() agent :1.182 path /agent/3144 Okt 23 12:58:01 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.182 disconnected Okt 23 12:58:01 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf6a290 Okt 23 12:59:02 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:59:02 tavla iwd[383]: src/agent.c:agent_register() agent :1.188 path /agent/3239 Okt 23 12:59:02 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.188 disconnected Okt 23 12:59:02 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf67070 Okt 23 13:00:02 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:00:02 tavla iwd[383]: src/agent.c:agent_register() agent :1.194 path /agent/3333 Okt 23 13:00:02 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.194 disconnected Okt 23 13:00:02 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:01:02 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:01:02 tavla iwd[383]: src/agent.c:agent_register() agent :1.200 path /agent/3426 Okt 23 13:01:02 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.200 disconnected Okt 23 13:01:02 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:02:03 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:02:03 tavla iwd[383]: src/agent.c:agent_register() agent :1.206 path /agent/3527 Okt 23 13:02:03 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.206 disconnected Okt 23 13:02:03 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:03:03 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:03:03 tavla iwd[383]: src/agent.c:agent_register() agent :1.212 path /agent/3620 Okt 23 13:03:03 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.212 disconnected Okt 23 13:03:03 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:04:03 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:04:03 tavla iwd[383]: src/agent.c:agent_register() agent :1.218 path /agent/3714 Okt 23 13:04:03 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.218 disconnected Okt 23 13:04:03 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:05:04 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:05:04 tavla iwd[383]: src/agent.c:agent_register() agent :1.224 path /agent/3800 Okt 23 13:05:04 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.224 disconnected Okt 23 13:05:04 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf68920 Okt 23 13:06:04 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:06:04 tavla iwd[383]: src/agent.c:agent_register() agent :1.230 path /agent/3885 Okt 23 13:06:04 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.230 disconnected Okt 23 13:06:04 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf618f0 Okt 23 13:07:04 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:07:04 tavla iwd[383]: src/agent.c:agent_register() agent :1.236 path /agent/3972 Okt 23 13:07:04 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.236 disconnected Okt 23 13:07:04 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:08:05 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:08:05 tavla iwd[383]: src/agent.c:agent_register() agent :1.242 path /agent/4062 Okt 23 13:08:05 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.242 disconnected Okt 23 13:08:05 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:09:05 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:09:05 tavla iwd[383]: src/agent.c:agent_register() agent :1.248 path /agent/4147 Okt 23 13:09:05 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.248 disconnected Okt 23 13:09:05 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:10:05 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:10:05 tavla iwd[383]: src/agent.c:agent_register() agent :1.254 path /agent/4232 Okt 23 13:10:05 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.254 disconnected Okt 23 13:10:05 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf60e90 Okt 23 13:11:05 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:11:05 tavla iwd[383]: src/agent.c:agent_register() agent :1.260 path /agent/4319 Okt 23 13:11:06 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.260 disconnected Okt 23 13:11:06 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:12:06 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:12:06 tavla iwd[383]: src/agent.c:agent_register() agent :1.266 path /agent/4395 Okt 23 13:12:06 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.266 disconnected Okt 23 13:12:06 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:13:06 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:13:06 tavla iwd[383]: src/agent.c:agent_register() agent :1.272 path /agent/4480 Okt 23 13:13:06 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.272 disconnected Okt 23 13:13:06 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:14:06 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:14:06 tavla iwd[383]: src/agent.c:agent_register() agent :1.278 path /agent/4567 Okt 23 13:14:06 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.278 disconnected Okt 23 13:14:06 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:15:07 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:15:07 tavla iwd[383]: src/agent.c:agent_register() agent :1.284 path /agent/4653 Okt 23 13:15:07 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.284 disconnected Okt 23 13:15:07 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:16:07 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:16:07 tavla iwd[383]: src/agent.c:agent_register() agent :1.290 path /agent/4741 Okt 23 13:16:07 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.290 disconnected Okt 23 13:16:07 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:17:07 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:17:07 tavla iwd[383]: src/agent.c:agent_register() agent :1.296 path /agent/4828 Okt 23 13:17:07 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.296 disconnected Okt 23 13:17:07 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf68c10 Okt 23 13:18:08 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:18:08 tavla iwd[383]: src/agent.c:agent_register() agent :1.302 path /agent/4914 Okt 23 13:18:08 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.302 disconnected Okt 23 13:18:08 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf5eea0 Okt 23 13:19:08 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:19:08 tavla iwd[383]: src/agent.c:agent_register() agent :1.308 path /agent/5001 Okt 23 13:19:08 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.308 disconnected Okt 23 13:19:08 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:19:33 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:19:33 tavla iwd[383]: src/agent.c:agent_register() agent :1.314 path /agent/5067 Okt 23 13:19:33 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.314 disconnected Okt 23 13:19:33 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:19:33 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:19:33 tavla iwd[383]: src/agent.c:agent_register() agent :1.320 path /agent/5087 Okt 23 13:19:33 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.320 disconnected Okt 23 13:19:33 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:19:50 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2 Okt 23 13:20:07 tavla iwd[383]: src/netdev.c:netdev_link_notify() event 16 on ifindex 2 Okt 23 13:20:08 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:20:08 tavla iwd[383]: src/agent.c:agent_register() agent :1.326 path /agent/5127 Okt 23 13:20:08 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.326 disconnected Okt 23 13:20:08 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf66ef0 Okt 23 13:21:09 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:21:09 tavla iwd[383]: src/agent.c:agent_register() agent :1.332 path /agent/5214 Okt 23 13:21:09 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.332 disconnected Okt 23 13:21:09 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf57a00 Okt 23 13:22:09 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:22:09 tavla iwd[383]: src/agent.c:agent_register() agent :1.338 path /agent/5301 Okt 23 13:22:09 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.338 disconnected Okt 23 13:22:09 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf64920 Okt 23 13:23:09 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:23:09 tavla iwd[383]: src/agent.c:agent_register() agent :1.344 path /agent/5388 Okt 23 13:23:09 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.344 disconnected Okt 23 13:23:09 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:24:10 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:24:10 tavla iwd[383]: src/agent.c:agent_register() agent :1.350 path /agent/5473 Okt 23 13:24:10 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.350 disconnected Okt 23 13:24:10 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:25:10 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:25:10 tavla iwd[383]: src/agent.c:agent_register() agent :1.356 path /agent/5559 Okt 23 13:25:10 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.356 disconnected Okt 23 13:25:10 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf57a00 Okt 23 13:26:10 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:26:10 tavla iwd[383]: src/agent.c:agent_register() agent :1.362 path /agent/5646 Okt 23 13:26:10 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.362 disconnected Okt 23 13:26:10 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:27:11 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:27:11 tavla iwd[383]: src/agent.c:agent_register() agent :1.368 path /agent/5734 Okt 23 13:27:11 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.368 disconnected Okt 23 13:27:11 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:28:11 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:28:11 tavla iwd[383]: src/agent.c:agent_register() agent :1.374 path /agent/5820 Okt 23 13:28:11 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.374 disconnected Okt 23 13:28:11 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:29:11 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:29:11 tavla iwd[383]: src/agent.c:agent_register() agent :1.380 path /agent/5906 Okt 23 13:29:11 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.380 disconnected Okt 23 13:29:11 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:30:12 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:30:12 tavla iwd[383]: src/agent.c:agent_register() agent :1.386 path /agent/5992 Okt 23 13:30:12 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.386 disconnected Okt 23 13:30:12 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:31:12 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:31:12 tavla iwd[383]: src/agent.c:agent_register() agent :1.392 path /agent/6077 Okt 23 13:31:12 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.392 disconnected Okt 23 13:31:12 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf600d0 Okt 23 13:32:12 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:32:12 tavla iwd[383]: src/agent.c:agent_register() agent :1.398 path /agent/6165 Okt 23 13:32:12 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.398 disconnected Okt 23 13:32:12 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:33:13 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:33:13 tavla iwd[383]: src/agent.c:agent_register() agent :1.404 path /agent/6250 Okt 23 13:33:13 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.404 disconnected Okt 23 13:33:13 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:34:13 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:34:13 tavla iwd[383]: src/agent.c:agent_register() agent :1.410 path /agent/6335 Okt 23 13:34:13 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.410 disconnected Okt 23 13:34:13 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf4b200 Okt 23 13:35:13 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:35:13 tavla iwd[383]: src/agent.c:agent_register() agent :1.419 path /agent/6443 Okt 23 13:35:13 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.419 disconnected Okt 23 13:35:13 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf5d780 Okt 23 13:36:14 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 13:36:14 tavla iwd[383]: src/agent.c:agent_register() agent :1.425 path /agent/6518 Okt 23 13:36:14 tavla iwd[383]: src/agent.c:agent_disconnect() agent :1.425 disconnected Okt 23 13:36:14 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf57a00 [-- Attachment #3: log_B_reboot_no_connect_patched.txt --] [-- Type: text/plain, Size: 65304 bytes --] Okt 23 13:50:49 tavla systemd[1]: Mounting var-lib-iwd.mount - /var/lib/iwd... Okt 23 13:50:49 tavla systemd[1]: Mounted var-lib-iwd.mount - /var/lib/iwd. Okt 23 13:50:52 tavla systemd[1]: Starting iwd.service - Wireless service... Okt 23 13:50:52 tavla iwd[385]: No Diffie-Hellman support found, WPS will not be available Okt 23 13:50:52 tavla iwd[385]: The following options are missing in the kernel: Okt 23 13:50:52 tavla iwd[385]: CONFIG_KEY_DH_OPERATIONS Okt 23 13:50:52 tavla iwd[385]: Wireless daemon version 2.22 Okt 23 13:50:52 tavla iwd[385]: src/main.c:main() Using configuration directory /etc/iwd Okt 23 13:50:52 tavla iwd[385]: Loaded configuration from /etc/iwd/main.conf Okt 23 13:50:52 tavla iwd[385]: src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd Okt 23 13:50:52 tavla iwd[385]: src/main.c:nl80211_appeared() Found nl80211 interface Okt 23 13:50:52 tavla iwd[385]: src/module.c:iwd_modules_init() Okt 23 13:50:52 tavla iwd[385]: src/wsc.c:wsc_init() Okt 23 13:50:52 tavla iwd[385]: src/udev.c:udev_init() Okt 23 13:50:52 tavla iwd[385]: src/eap.c:__eap_method_enable() Okt 23 13:50:52 tavla iwd[385]: src/eap-wsc.c:eap_wsc_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-md5.c:eap_md5_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-tls.c:eap_tls_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-ttls.c:eap_ttls_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-mschapv2.c:eap_mschapv2_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-sim.c:eap_sim_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-aka.c:eap_aka_prime_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-aka.c:eap_aka_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-peap.c:eap_peap_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-gtc.c:eap_gtc_init() Okt 23 13:50:52 tavla iwd[385]: src/eap-pwd.c:eap_pwd_init() Okt 23 13:50:52 tavla iwd[385]: src/manager.c:manager_wiphy_dump_done() Okt 23 13:50:52 tavla iwd[385]: src/manager.c:manager_interface_dump_done() Okt 23 13:50:53 tavla systemd[1]: Started iwd.service - Wireless service. Okt 23 13:50:53 tavla kernel: brcmfmac: F1 signature read @0x18000000=0x16224335 Okt 23 13:50:53 tavla kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2 Okt 23 13:50:53 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.variscite,imx8mp-var-dart.bin failed with error -2 Okt 23 13:50:53 tavla kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.clm_blob failed with error -2 Okt 23 13:50:53 tavla kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available Okt 23 13:50:53 tavla kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4339/2 wl0: Aug 4 2023 08:42:14 version 6.37.39.141 (73212ff CY) Okt 23 13:50:53 tavla iwd[385]: src/manager.c:manager_config_notify() Notification of command New Wiphy(3) Okt 23 13:50:53 tavla iwd[385]: src/wiphy.c:wiphy_reg_notify() Notification of command Reg Change(36) Okt 23 13:50:53 tavla iwd[385]: src/wiphy.c:wiphy_update_reg_domain() New reg domain country code for (global) is XX Okt 23 13:50:53 tavla iwd[385]: src/manager.c:manager_filtered_wiphy_dump_done() Okt 23 13:50:53 tavla iwd[385]: Wiphy: 0, Name: phy0 Okt 23 13:50:53 tavla iwd[385]: Permanent Address: c0:ee:40:8e:0f:c2 Okt 23 13:50:53 tavla iwd[385]: 2.4GHz Band: Okt 23 13:50:53 tavla iwd[385]: Bitrates (non-HT): Okt 23 13:50:53 tavla iwd[385]: 1.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 2.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 5.5 Mbps Okt 23 13:50:53 tavla iwd[385]: 11.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 6.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 9.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 12.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 18.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 24.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 36.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 48.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 54.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 5GHz Band: Okt 23 13:50:53 tavla iwd[385]: Bitrates (non-HT): Okt 23 13:50:53 tavla iwd[385]: 6.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 9.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 12.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 18.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 24.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 36.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 48.0 Mbps Okt 23 13:50:53 tavla iwd[385]: 54.0 Mbps Okt 23 13:50:53 tavla iwd[385]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP Okt 23 13:50:53 tavla iwd[385]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device Okt 23 13:50:53 tavla iwd[385]: Driver Flags: DefaultInterface OweDisable Okt 23 13:50:53 tavla iwd[385]: Wiphy phy0 will only use the default interface Okt 23 13:50:53 tavla iwd[385]: src/manager.c:manager_filtered_interface_dump_done() Okt 23 13:50:53 tavla iwd[385]: src/manager.c:manager_use_default() Okt 23 13:50:53 tavla iwd[385]: No default interface for wiphy 0 Okt 23 13:50:53 tavla iwd[385]: src/wiphy.c:wiphy_update_reg_domain() New reg domain country code for phy0 is 99 Okt 23 13:50:53 tavla iwd[385]: src/manager.c:manager_config_notify() Notification of command New Interface(7) Okt 23 13:50:53 tavla iwd[385]: src/manager.c:manager_config_notify() Retrying setup of wiphy 0 Okt 23 13:50:53 tavla iwd[385]: src/manager.c:manager_get_interface_cb() Okt 23 13:50:53 tavla iwd[385]: src/manager.c:manager_use_default() Okt 23 13:50:53 tavla iwd[385]: src/netdev.c:netdev_create_from_genl() Created interface wlan0[3 1] Okt 23 13:50:53 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:50:53 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:50:53 tavla iwd[385]: src/netdev.c:netdev_set_4addr() netdev: 3 use_4addr: 0 Okt 23 13:50:53 tavla iwd[385]: src/netdev.c:netdev_initial_up_cb() Interface 3 initialized Okt 23 13:50:53 tavla iwd[385]: src/netconfig.c:netconfig_new() Creating netconfig for interface: 3 Okt 23 13:50:53 tavla iwd[385]: event: state, old: disconnected, new: autoconnect_quick Okt 23 13:50:53 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 1 Okt 23 13:50:53 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 1 Okt 23 13:50:53 tavla iwd[385]: src/rrm.c:rrm_add_frame_watches() Okt 23 13:50:53 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:50:53 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:50:53 tavla iwd[385]: Could not register frame watch type 00b0: -22 Okt 23 13:50:53 tavla iwd[385]: src/manager.c:manager_config_notify() Notification of command Set Interface(6) Okt 23 13:50:53 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:50:53 tavla iwd[385]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 13:50:53 tavla iwd[385]: src/station.c:station_quick_scan_triggered() Quick scan triggered for wlan0 Okt 23 13:50:53 tavla iwd[385]: udev interface=wlan0 ifindex=3 Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:50:54 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Gast" security open Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Bewohner" security open Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() Added new Network "XYZ-Intern" security 8021x Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 245, strength: -7000, data_rate: 36.0 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:54 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 2 Okt 23 13:50:54 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 3 Okt 23 13:50:54 tavla iwd[385]: event: state, old: autoconnect_quick, new: autoconnect_full Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_periodic_start() Starting periodic scan for wdev 1 Okt 23 13:50:54 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 4 Okt 23 13:50:54 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 1 done Okt 23 13:50:54 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 2 Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:50:54 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:86 to XYZ-Gast Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:66 to XYZ-Gast Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:76 to XYZ-Gast Okt 23 13:50:54 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 2 done Okt 23 13:50:54 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 3 Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:50:54 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:83 to XYZ-Bewohner Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:63 to XYZ-Bewohner Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:73 to XYZ-Bewohner Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_autoconnect_start() Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5700 Okt 23 13:50:54 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 13:50:54 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 3 done Okt 23 13:50:54 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 4 Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 13:50:54 tavla iwd[385]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 13:50:58 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:50:58 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:50:58 tavla iwd[385]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 10 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5620, rank: 245, strength: -7000, data_rate: 36.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: _owetm_XYZ-Gast1927673441, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: _owetm_XYZ-Gast1927673441, freq: 5620, rank: 245, strength: -7000, data_rate: 36.0 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_autoconnect_start() Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5700 Okt 23 13:50:58 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 13:50:58 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 4 done Okt 23 13:51:08 tavla iwd[385]: src/scan.c:scan_periodic_timeout() 1 Okt 23 13:51:08 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 5 Okt 23 13:51:08 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 5 Okt 23 13:51:08 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:51:08 tavla iwd[385]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 13:51:08 tavla iwd[385]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 13:51:12 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:51:12 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:51:12 tavla iwd[385]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 20 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 2412, rank: 368, strength: -6300, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 245, strength: -6900, data_rate: 36.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: _owetm_XYZ-Bewohner2240147579, freq: 5620, rank: 245, strength: -7000, data_rate: 36.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Bewohner for network lookup Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: _owetm_XYZ-Gast1927673441, freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: _owetm_XYZ-Gast1927673441, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: _owetm_XYZ-Gast1927673441, freq: 5620, rank: 245, strength: -7000, data_rate: 36.0 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_add_seen_bss() Found hidden OWE network, using XYZ-Gast for network lookup Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_autoconnect_start() Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5700 Okt 23 13:51:12 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 13:51:12 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 5 done Okt 23 13:51:32 tavla iwd[385]: src/scan.c:scan_periodic_timeout() 1 Okt 23 13:51:32 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 6 Okt 23 13:51:32 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 6 Okt 23 13:51:32 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:51:32 tavla iwd[385]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 13:51:32 tavla iwd[385]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 13:51:36 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:51:36 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:51:36 tavla iwd[385]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 40 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 368, strength: -5800, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:51:36 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 7 Okt 23 13:51:36 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 8 Okt 23 13:51:36 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 6 done Okt 23 13:51:36 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 7 Okt 23 13:51:36 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:51:36 tavla iwd[385]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 13:51:36 tavla iwd[385]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 13:51:38 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:51:38 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:86 to XYZ-Gast Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:66 to XYZ-Gast Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:76 to XYZ-Gast Okt 23 13:51:38 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 7 done Okt 23 13:51:38 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 8 Okt 23 13:51:38 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:51:38 tavla iwd[385]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 13:51:38 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:51:38 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:83 to XYZ-Bewohner Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:63 to XYZ-Bewohner Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:73 to XYZ-Bewohner Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_autoconnect_start() Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5900 Okt 23 13:51:38 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 13:51:38 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 8 done Okt 23 13:52:16 tavla iwd[385]: src/scan.c:scan_periodic_timeout() 1 Okt 23 13:52:16 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 9 Okt 23 13:52:16 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 9 Okt 23 13:52:16 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:52:16 tavla iwd[385]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 13:52:16 tavla iwd[385]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 13:52:20 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:52:20 tavla iwd[385]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 80 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 368, strength: -5800, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:52:20 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 10 Okt 23 13:52:20 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 11 Okt 23 13:52:20 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 9 done Okt 23 13:52:20 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 10 Okt 23 13:52:20 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:52:20 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:52:20 tavla iwd[385]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 13:52:20 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:52:20 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:86 to XYZ-Gast Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:66 to XYZ-Gast Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:76 to XYZ-Gast Okt 23 13:52:20 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 10 done Okt 23 13:52:20 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 11 Okt 23 13:52:20 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:52:20 tavla iwd[385]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 13:52:20 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:52:20 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:83 to XYZ-Bewohner Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:63 to XYZ-Bewohner Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_autoconnect_start() Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:13:37:77' freq: 5620, rank: 368, strength: -5900 Okt 23 13:52:20 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 13:52:20 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 11 done Okt 23 13:53:40 tavla iwd[385]: src/scan.c:scan_periodic_timeout() 1 Okt 23 13:53:40 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 12 Okt 23 13:53:40 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 12 Okt 23 13:53:40 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:53:40 tavla iwd[385]: src/scan.c:scan_request_triggered() Passive scan triggered for wdev 1 Okt 23 13:53:40 tavla iwd[385]: src/scan.c:scan_periodic_triggered() Periodic scan triggered for wdev 1 Okt 23 13:53:44 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:53:44 tavla iwd[385]: src/scan.c:scan_periodic_rearm() Arming periodic scan timer: 160 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:87' with SSID: , freq: 2437, rank: 368, strength: -5500, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:86' with SSID: , freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:85' with SSID: XYZ-Gast, freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:83' with SSID: , freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:82' with SSID: XYZ-Bewohner, freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:81' with SSID: XYZ-Intern, freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:80' with SSID: , freq: 2437, rank: 368, strength: -5600, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:14:1b:84' with SSID: , freq: 2437, rank: 368, strength: -5700, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:71' with SSID: , freq: 5620, rank: 368, strength: -5900, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:77' with SSID: XYZ-Intern, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:76' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:75' with SSID: XYZ-Gast, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:74' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:73' with SSID: , freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:72' with SSID: XYZ-Bewohner, freq: 5620, rank: 368, strength: -6000, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:65' with SSID: XYZ-Gast, freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:61' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:60' with SSID: , freq: 2412, rank: 368, strength: -6100, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:67' with SSID: XYZ-Intern, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:66' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:64' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:63' with SSID: , freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:62' with SSID: XYZ-Bewohner, freq: 2412, rank: 368, strength: -6200, data_rate: 54.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_print_scan_bss() Processing BSS 'e8:10:98:13:37:70' with SSID: , freq: 5620, rank: 245, strength: -6800, data_rate: 36.0 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_add_seen_bss() BSS has hidden SSID Okt 23 13:53:44 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 13 Okt 23 13:53:44 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_insert() Inserting work item 14 Okt 23 13:53:44 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 12 done Okt 23 13:53:44 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 13 Okt 23 13:53:44 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:53:44 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:53:44 tavla iwd[385]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 13:53:44 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:53:44 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:86 to XYZ-Gast Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:76 to XYZ-Gast Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:66 to XYZ-Gast Okt 23 13:53:44 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 13 done Okt 23 13:53:44 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_next() Starting work item 14 Okt 23 13:53:44 tavla iwd[385]: src/scan.c:scan_notify() Scan notification Trigger Scan(33) Okt 23 13:53:44 tavla iwd[385]: src/scan.c:scan_request_triggered() Active scan triggered for wdev 1 Okt 23 13:53:44 tavla iwd[385]: src/station.c:station_owe_transition_triggered() OWE transition scan triggered Okt 23 13:53:45 tavla iwd[385]: src/scan.c:scan_notify() Scan notification New Scan Results(34) Okt 23 13:53:45 tavla iwd[385]: src/netdev.c:netdev_link_notify() event 16 on ifindex 3 Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:14:1b:83 to XYZ-Bewohner Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:63 to XYZ-Bewohner Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_owe_transition_results() Adding OWE transition network e8:10:98:13:37:73 to XYZ-Bewohner Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_autoconnect_start() Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Gast Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Bewohner Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: No suitable BSSes found Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: Trying SSID: XYZ-Intern Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: 'e8:10:98:14:1b:81' freq: 2437, rank: 368, strength: -5600 Okt 23 13:53:45 tavla iwd[385]: src/station.c:station_autoconnect_next() autoconnect: network_autoconnect: No such file or directory (-2) Okt 23 13:53:45 tavla iwd[385]: src/wiphy.c:wiphy_radio_work_done() Work item 14 done ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 12:02 ` Martin Petzold @ 2024-10-23 12:13 ` James Prestwood 2024-10-23 12:19 ` Martin Petzold 2024-10-23 15:11 ` Arend Van Spriel 1 sibling, 1 reply; 68+ messages in thread From: James Prestwood @ 2024-10-23 12:13 UTC (permalink / raw) To: Martin Petzold, Arend van Spriel; +Cc: iwd, Denis Kenzior Hi Martin, On 10/23/24 5:02 AM, Martin Petzold wrote: > Hi Arend and James, > > Am 21.10.24 um 20:26 schrieb Arend van Spriel: >> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>> Hi Arend, >>> >>>> >>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>> supported ciphers: >>> >>> OWE is an AKM. It still uses CCMP/CMAC underneath. >> >> My bad. Always confused by those concepts. >> >>>> >>>> Supported Ciphers: >>>> * WEP40 (00-0f-ac:1) >>>> * WEP104 (00-0f-ac:5) >>>> * TKIP (00-0f-ac:2) >>>> * CCMP-128 (00-0f-ac:4) >>>> * CMAC (00-0f-ac:6) >>>> >>>> The error message seems to match with the above. >>> >>> I've never seen support for OWE in brcmfmac mentioned. OWE requires >>> CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to derive >>> the PMK, so iwd can't support it on FullMAC. >> >> I have never seen any mention of OWE either. Regarding >> CMD_EXTERNAL_AUTH support I recently posted patches on linux-wireless >> list as RFT. There has been zero feedback and so I assume also zero >> interest. In order to use CMD_EXTERNAL_AUTH the firmware needs to >> advertise "sae_ext" in fwcap debugfs file. So if Martin can check >> that, ie: >> >> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >> >> > @James: Could please check the logs (PATCH WAS APPLIED): > > A. Initial boot and connect (device remained connected) On this run I'm seeing an agent connecting and issuing an explicit connect call rather than IWD autoconnecting. This is fine, and will create a new .open profile. Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent free 0xaaaadbf376a0 Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent register called Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent :1.69 path /agent/1420 Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() > B. Reboot -> device does NOT connect This tells me you have no profile in /var/lib/iwd > > ----- > > tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ > insgesamt 4 > -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open > drwx------ 2 root root 4096 4. Apr 2024 hotspot > tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open > tavla@tavla:~$ IWD is looking in /var/lib/iwd as seen by: Okt 23 12:35:58 tavla iwd[383]: src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd Not sure if you have /system/var/lib/iwd mounted there or what, but it seems IWD cannot find that profile. IWD will not autoconnect to a random open network without a profile. On your first boot you are forcing a connection which should generate a profile, but on the second boot no profile exists. So that is where I could check, where is the profile going? can you "ls" that directory on the _second_ boot to see if it exists? > > ----- > > @Arend: Here the requested output (debugging enabled; PATCHES ALREADY > APPLIED!). > > ----- > > tavla@tavla:~$ sudo cat /sys/kernel/debug/ieee80211/phy0/fwcap > ap > sta > wme > 802.11d > 802.11h > rm > cqa > ccx > cac > dualband > ampdu > ampdu_tx > ampdu_rx > amsdurx > amsdutx > radio_pwrsave > btamp > p2p > proptxstatus > mchan > vht-prop-rates > p2po > anqpo > txpwrcache > stbc-tx > stbc-rx-1ss > > ----- > > Best regards, > > Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 12:13 ` James Prestwood @ 2024-10-23 12:19 ` Martin Petzold 2024-10-23 13:22 ` James Prestwood 0 siblings, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-23 12:19 UTC (permalink / raw) To: James Prestwood; +Cc: iwd, Denis Kenzior, Arend van Spriel Hi James, Am 23.10.24 um 14:13 schrieb James Prestwood: > Hi Martin, > > On 10/23/24 5:02 AM, Martin Petzold wrote: >> Hi Arend and James, >> >> Am 21.10.24 um 20:26 schrieb Arend van Spriel: >>> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>>> Hi Arend, >>>> >>>>> >>>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>>> supported ciphers: >>>> >>>> OWE is an AKM. It still uses CCMP/CMAC underneath. >>> >>> My bad. Always confused by those concepts. >>> >>>>> >>>>> Supported Ciphers: >>>>> * WEP40 (00-0f-ac:1) >>>>> * WEP104 (00-0f-ac:5) >>>>> * TKIP (00-0f-ac:2) >>>>> * CCMP-128 (00-0f-ac:4) >>>>> * CMAC (00-0f-ac:6) >>>>> >>>>> The error message seems to match with the above. >>>> >>>> I've never seen support for OWE in brcmfmac mentioned. OWE >>>> requires CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) to >>>> derive the PMK, so iwd can't support it on FullMAC. >>> >>> I have never seen any mention of OWE either. Regarding >>> CMD_EXTERNAL_AUTH support I recently posted patches on >>> linux-wireless list as RFT. There has been zero feedback and so I >>> assume also zero interest. In order to use CMD_EXTERNAL_AUTH the >>> firmware needs to advertise "sae_ext" in fwcap debugfs file. So if >>> Martin can check that, ie: >>> >>> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >>> >>> >> @James: Could please check the logs (PATCH WAS APPLIED): >> >> A. Initial boot and connect (device remained connected) > > On this run I'm seeing an agent connecting and issuing an explicit > connect call rather than IWD autoconnecting. This is fine, and will > create a new .open profile. > > Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent free > 0xaaaadbf376a0 > Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent > register called > Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent > :1.69 path /agent/1420 > Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() > >> B. Reboot -> device does NOT connect > > This tells me you have no profile in /var/lib/iwd > >> >> ----- >> >> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >> insgesamt 4 >> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >> drwx------ 2 root root 4096 4. Apr 2024 hotspot >> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >> tavla@tavla:~$ > > IWD is looking in /var/lib/iwd as seen by: > > Okt 23 12:35:58 tavla iwd[383]: src/storage.c:storage_create_dirs() > Using state directory /var/lib/iwd > > Not sure if you have /system/var/lib/iwd mounted there or what, but it > seems IWD cannot find that profile. IWD will not autoconnect to a > random open network without a profile. On your first boot you are > forcing a connection which should generate a profile, but on the > second boot no profile exists. So that is where I could check, where > is the profile going? can you "ls" that directory on the _second_ boot > to see if it exists? ----- tavla@tavla:~$ sudo ls -l /var/lib/iwd/ insgesamt 4 -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open drwx------ 2 root root 4096 4. Apr 2024 hotspot tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ insgesamt 4 -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open drwx------ 2 root root 4096 4. Apr 2024 hotspot tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open tavla@tavla:~$ tavla@tavla:~$ tavla@tavla:~$ iwctl known-networks list Known Networks -------------------------------------------------------------------------------- Name Security Hidden Last connected -------------------------------------------------------------------------------- XYZ-Gast open Oct 23, 11:39 AM tavla@tavla:~$ iwctl known-networks XYZ-Gast show Known Network: XYZ-Gast -------------------------------------------------------------------------------- Settable Property Value -------------------------------------------------------------------------------- Name XYZ-Gast Hidden * AutoConnect yes tavla@tavla:~$ tavla@tavla:~$ iwctl station wlan0 show Station: wlan0 -------------------------------------------------------------------------------- Settable Property Value -------------------------------------------------------------------------------- Scanning no State disconnected ----- > >> >> ----- >> >> @Arend: Here the requested output (debugging enabled; PATCHES ALREADY >> APPLIED!). >> >> ----- >> >> tavla@tavla:~$ sudo cat /sys/kernel/debug/ieee80211/phy0/fwcap >> ap >> sta >> wme >> 802.11d >> 802.11h >> rm >> cqa >> ccx >> cac >> dualband >> ampdu >> ampdu_tx >> ampdu_rx >> amsdurx >> amsdutx >> radio_pwrsave >> btamp >> p2p >> proptxstatus >> mchan >> vht-prop-rates >> p2po >> anqpo >> txpwrcache >> stbc-tx >> stbc-rx-1ss >> >> ----- >> >> Best regards, >> >> Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 12:19 ` Martin Petzold @ 2024-10-23 13:22 ` James Prestwood 2024-10-23 13:34 ` Martin Petzold 2024-10-23 15:22 ` Martin Petzold 0 siblings, 2 replies; 68+ messages in thread From: James Prestwood @ 2024-10-23 13:22 UTC (permalink / raw) To: Martin Petzold; +Cc: iwd, Denis Kenzior, Arend van Spriel Hi Martin, On 10/23/24 5:19 AM, Martin Petzold wrote: > Hi James, > > Am 23.10.24 um 14:13 schrieb James Prestwood: >> Hi Martin, >> >> On 10/23/24 5:02 AM, Martin Petzold wrote: >>> Hi Arend and James, >>> >>> Am 21.10.24 um 20:26 schrieb Arend van Spriel: >>>> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>>>> Hi Arend, >>>>> >>>>>> >>>>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>>>> supported ciphers: >>>>> >>>>> OWE is an AKM. It still uses CCMP/CMAC underneath. >>>> >>>> My bad. Always confused by those concepts. >>>> >>>>>> >>>>>> Supported Ciphers: >>>>>> * WEP40 (00-0f-ac:1) >>>>>> * WEP104 (00-0f-ac:5) >>>>>> * TKIP (00-0f-ac:2) >>>>>> * CCMP-128 (00-0f-ac:4) >>>>>> * CMAC (00-0f-ac:6) >>>>>> >>>>>> The error message seems to match with the above. >>>>> >>>>> I've never seen support for OWE in brcmfmac mentioned. OWE >>>>> requires CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) >>>>> to derive the PMK, so iwd can't support it on FullMAC. >>>> >>>> I have never seen any mention of OWE either. Regarding >>>> CMD_EXTERNAL_AUTH support I recently posted patches on >>>> linux-wireless list as RFT. There has been zero feedback and so I >>>> assume also zero interest. In order to use CMD_EXTERNAL_AUTH the >>>> firmware needs to advertise "sae_ext" in fwcap debugfs file. So if >>>> Martin can check that, ie: >>>> >>>> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >>>> >>>> >>> @James: Could please check the logs (PATCH WAS APPLIED): >>> >>> A. Initial boot and connect (device remained connected) >> >> On this run I'm seeing an agent connecting and issuing an explicit >> connect call rather than IWD autoconnecting. This is fine, and will >> create a new .open profile. >> >> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent free >> 0xaaaadbf376a0 >> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >> register called >> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >> :1.69 path /agent/1420 >> Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() >> >>> B. Reboot -> device does NOT connect >> >> This tells me you have no profile in /var/lib/iwd >> >>> >>> ----- >>> >>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>> insgesamt 4 >>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>> tavla@tavla:~$ >> >> IWD is looking in /var/lib/iwd as seen by: >> >> Okt 23 12:35:58 tavla iwd[383]: src/storage.c:storage_create_dirs() >> Using state directory /var/lib/iwd >> >> Not sure if you have /system/var/lib/iwd mounted there or what, but >> it seems IWD cannot find that profile. IWD will not autoconnect to a >> random open network without a profile. On your first boot you are >> forcing a connection which should generate a profile, but on the >> second boot no profile exists. So that is where I could check, where >> is the profile going? can you "ls" that directory on the _second_ >> boot to see if it exists? > ----- > tavla@tavla:~$ sudo ls -l /var/lib/iwd/ > insgesamt 4 > -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open > drwx------ 2 root root 4096 4. Apr 2024 hotspot > tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ > insgesamt 4 > -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open > drwx------ 2 root root 4096 4. Apr 2024 hotspot > tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open > tavla@tavla:~$ > tavla@tavla:~$ > tavla@tavla:~$ iwctl known-networks list > Known Networks > -------------------------------------------------------------------------------- > > Name Security Hidden Last > connected > -------------------------------------------------------------------------------- > > XYZ-Gast open Oct 23, > 11:39 AM > > tavla@tavla:~$ iwctl known-networks XYZ-Gast show > Known Network: XYZ-Gast > -------------------------------------------------------------------------------- > > Settable Property Value > -------------------------------------------------------------------------------- > > Name XYZ-Gast > Hidden > * AutoConnect yes > > tavla@tavla:~$ > tavla@tavla:~$ iwctl station wlan0 show > Station: wlan0 > -------------------------------------------------------------------------------- > > Settable Property Value > -------------------------------------------------------------------------------- > > Scanning no > State disconnected > > ----- I was barking up the wrong tree. I found a bug in the BSS selection specific to OWE transitional networks. I just sent an RFC patch to the list. Note, you will still need the earlier patches to disable OWE in order to force the connection to the open network. > >> >>> >>> ----- >>> >>> @Arend: Here the requested output (debugging enabled; PATCHES >>> ALREADY APPLIED!). >>> >>> ----- >>> >>> tavla@tavla:~$ sudo cat /sys/kernel/debug/ieee80211/phy0/fwcap >>> ap >>> sta >>> wme >>> 802.11d >>> 802.11h >>> rm >>> cqa >>> ccx >>> cac >>> dualband >>> ampdu >>> ampdu_tx >>> ampdu_rx >>> amsdurx >>> amsdutx >>> radio_pwrsave >>> btamp >>> p2p >>> proptxstatus >>> mchan >>> vht-prop-rates >>> p2po >>> anqpo >>> txpwrcache >>> stbc-tx >>> stbc-rx-1ss >>> >>> ----- >>> >>> Best regards, >>> >>> Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 13:22 ` James Prestwood @ 2024-10-23 13:34 ` Martin Petzold 2024-10-23 15:22 ` Martin Petzold 1 sibling, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-23 13:34 UTC (permalink / raw) To: James Prestwood; +Cc: iwd, Denis Kenzior, Arend van Spriel Hi James, Am 23.10.24 um 15:22 schrieb James Prestwood: > Hi Martin, > > On 10/23/24 5:19 AM, Martin Petzold wrote: >> Hi James, >> >> Am 23.10.24 um 14:13 schrieb James Prestwood: >>> Hi Martin, >>> >>> On 10/23/24 5:02 AM, Martin Petzold wrote: >>>> Hi Arend and James, >>>> >>>> Am 21.10.24 um 20:26 schrieb Arend van Spriel: >>>>> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>>>>> Hi Arend, >>>>>> >>>>>>> >>>>>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>>>>> supported ciphers: >>>>>> >>>>>> OWE is an AKM. It still uses CCMP/CMAC underneath. >>>>> >>>>> My bad. Always confused by those concepts. >>>>> >>>>>>> >>>>>>> Supported Ciphers: >>>>>>> * WEP40 (00-0f-ac:1) >>>>>>> * WEP104 (00-0f-ac:5) >>>>>>> * TKIP (00-0f-ac:2) >>>>>>> * CCMP-128 (00-0f-ac:4) >>>>>>> * CMAC (00-0f-ac:6) >>>>>>> >>>>>>> The error message seems to match with the above. >>>>>> >>>>>> I've never seen support for OWE in brcmfmac mentioned. OWE >>>>>> requires CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) >>>>>> to derive the PMK, so iwd can't support it on FullMAC. >>>>> >>>>> I have never seen any mention of OWE either. Regarding >>>>> CMD_EXTERNAL_AUTH support I recently posted patches on >>>>> linux-wireless list as RFT. There has been zero feedback and so I >>>>> assume also zero interest. In order to use CMD_EXTERNAL_AUTH the >>>>> firmware needs to advertise "sae_ext" in fwcap debugfs file. So if >>>>> Martin can check that, ie: >>>>> >>>>> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >>>>> >>>>> >>>> @James: Could please check the logs (PATCH WAS APPLIED): >>>> >>>> A. Initial boot and connect (device remained connected) >>> >>> On this run I'm seeing an agent connecting and issuing an explicit >>> connect call rather than IWD autoconnecting. This is fine, and will >>> create a new .open profile. >>> >>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent free >>> 0xaaaadbf376a0 >>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>> register called >>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>> :1.69 path /agent/1420 >>> Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() >>> >>>> B. Reboot -> device does NOT connect >>> >>> This tells me you have no profile in /var/lib/iwd >>> >>>> >>>> ----- >>>> >>>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>>> insgesamt 4 >>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>>> tavla@tavla:~$ >>> >>> IWD is looking in /var/lib/iwd as seen by: >>> >>> Okt 23 12:35:58 tavla iwd[383]: src/storage.c:storage_create_dirs() >>> Using state directory /var/lib/iwd >>> >>> Not sure if you have /system/var/lib/iwd mounted there or what, but >>> it seems IWD cannot find that profile. IWD will not autoconnect to a >>> random open network without a profile. On your first boot you are >>> forcing a connection which should generate a profile, but on the >>> second boot no profile exists. So that is where I could check, where >>> is the profile going? can you "ls" that directory on the _second_ >>> boot to see if it exists? >> ----- >> tavla@tavla:~$ sudo ls -l /var/lib/iwd/ >> insgesamt 4 >> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >> drwx------ 2 root root 4096 4. Apr 2024 hotspot >> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >> insgesamt 4 >> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >> drwx------ 2 root root 4096 4. Apr 2024 hotspot >> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >> tavla@tavla:~$ >> tavla@tavla:~$ >> tavla@tavla:~$ iwctl known-networks list >> Known Networks >> -------------------------------------------------------------------------------- >> >> Name Security Hidden Last >> connected >> -------------------------------------------------------------------------------- >> >> XYZ-Gast open Oct 23, >> 11:39 AM >> >> tavla@tavla:~$ iwctl known-networks XYZ-Gast show >> Known Network: XYZ-Gast >> -------------------------------------------------------------------------------- >> >> Settable Property Value >> -------------------------------------------------------------------------------- >> >> Name XYZ-Gast >> Hidden >> * AutoConnect yes >> >> tavla@tavla:~$ >> tavla@tavla:~$ iwctl station wlan0 show >> Station: wlan0 >> -------------------------------------------------------------------------------- >> >> Settable Property Value >> -------------------------------------------------------------------------------- >> >> Scanning no >> State disconnected >> >> ----- > I was barking up the wrong tree. I found a bug in the BSS selection > specific to OWE transitional networks. I just sent an RFC patch to the > list. Note, you will still need the earlier patches to disable OWE in > order to force the connection to the open network. I have included it in the build. However, I am at the clients site so no quick IWD (cross-)build possible. Full build will take ~1h. Will then test immediately and let you know. Thanks, Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 13:22 ` James Prestwood 2024-10-23 13:34 ` Martin Petzold @ 2024-10-23 15:22 ` Martin Petzold 2024-10-23 15:27 ` Martin Petzold 2024-10-23 15:28 ` James Prestwood 1 sibling, 2 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-23 15:22 UTC (permalink / raw) To: James Prestwood; +Cc: iwd, Denis Kenzior, Arend van Spriel Hi James, Am 23.10.24 um 15:22 schrieb James Prestwood: > Hi Martin, > > On 10/23/24 5:19 AM, Martin Petzold wrote: >> Hi James, >> >> Am 23.10.24 um 14:13 schrieb James Prestwood: >>> Hi Martin, >>> >>> On 10/23/24 5:02 AM, Martin Petzold wrote: >>>> Hi Arend and James, >>>> >>>> Am 21.10.24 um 20:26 schrieb Arend van Spriel: >>>>> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>>>>> Hi Arend, >>>>>> >>>>>>> >>>>>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>>>>> supported ciphers: >>>>>> >>>>>> OWE is an AKM. It still uses CCMP/CMAC underneath. >>>>> >>>>> My bad. Always confused by those concepts. >>>>> >>>>>>> >>>>>>> Supported Ciphers: >>>>>>> * WEP40 (00-0f-ac:1) >>>>>>> * WEP104 (00-0f-ac:5) >>>>>>> * TKIP (00-0f-ac:2) >>>>>>> * CCMP-128 (00-0f-ac:4) >>>>>>> * CMAC (00-0f-ac:6) >>>>>>> >>>>>>> The error message seems to match with the above. >>>>>> >>>>>> I've never seen support for OWE in brcmfmac mentioned. OWE >>>>>> requires CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) >>>>>> to derive the PMK, so iwd can't support it on FullMAC. >>>>> >>>>> I have never seen any mention of OWE either. Regarding >>>>> CMD_EXTERNAL_AUTH support I recently posted patches on >>>>> linux-wireless list as RFT. There has been zero feedback and so I >>>>> assume also zero interest. In order to use CMD_EXTERNAL_AUTH the >>>>> firmware needs to advertise "sae_ext" in fwcap debugfs file. So if >>>>> Martin can check that, ie: >>>>> >>>>> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >>>>> >>>>> >>>> @James: Could please check the logs (PATCH WAS APPLIED): >>>> >>>> A. Initial boot and connect (device remained connected) >>> >>> On this run I'm seeing an agent connecting and issuing an explicit >>> connect call rather than IWD autoconnecting. This is fine, and will >>> create a new .open profile. >>> >>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent free >>> 0xaaaadbf376a0 >>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>> register called >>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>> :1.69 path /agent/1420 >>> Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() >>> >>>> B. Reboot -> device does NOT connect >>> >>> This tells me you have no profile in /var/lib/iwd >>> >>>> >>>> ----- >>>> >>>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>>> insgesamt 4 >>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>>> tavla@tavla:~$ >>> >>> IWD is looking in /var/lib/iwd as seen by: >>> >>> Okt 23 12:35:58 tavla iwd[383]: src/storage.c:storage_create_dirs() >>> Using state directory /var/lib/iwd >>> >>> Not sure if you have /system/var/lib/iwd mounted there or what, but >>> it seems IWD cannot find that profile. IWD will not autoconnect to a >>> random open network without a profile. On your first boot you are >>> forcing a connection which should generate a profile, but on the >>> second boot no profile exists. So that is where I could check, where >>> is the profile going? can you "ls" that directory on the _second_ >>> boot to see if it exists? >> ----- >> tavla@tavla:~$ sudo ls -l /var/lib/iwd/ >> insgesamt 4 >> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >> drwx------ 2 root root 4096 4. Apr 2024 hotspot >> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >> insgesamt 4 >> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >> drwx------ 2 root root 4096 4. Apr 2024 hotspot >> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >> tavla@tavla:~$ >> tavla@tavla:~$ >> tavla@tavla:~$ iwctl known-networks list >> Known Networks >> -------------------------------------------------------------------------------- >> >> Name Security Hidden Last >> connected >> -------------------------------------------------------------------------------- >> >> XYZ-Gast open Oct 23, >> 11:39 AM >> >> tavla@tavla:~$ iwctl known-networks XYZ-Gast show >> Known Network: XYZ-Gast >> -------------------------------------------------------------------------------- >> >> Settable Property Value >> -------------------------------------------------------------------------------- >> >> Name XYZ-Gast >> Hidden >> * AutoConnect yes >> >> tavla@tavla:~$ >> tavla@tavla:~$ iwctl station wlan0 show >> Station: wlan0 >> -------------------------------------------------------------------------------- >> >> Settable Property Value >> -------------------------------------------------------------------------------- >> >> Scanning no >> State disconnected >> >> ----- > I was barking up the wrong tree. I found a bug in the BSS selection > specific to OWE transitional networks. I just sent an RFC patch to the > list. Note, you will still need the earlier patches to disable OWE in > order to force the connection to the open network. Device connected after image upgrade (pre-existing configured network) and then also connected after consecutive reboots. I have also tested to forget the network, re-configure the network and then do some reboots. I also tested manual disconnect and connect. Also tested manual disconnect and waiting for auto-connect. Here I can't force any roaming (not a mobile device). As I am not 100% confident, I will run several more tests also in other environments. Do you need logs? However, I still also have some issues with devices in a non-OWE network. I am not really confident general connection and roaming is behaving as it should. I have seen one disappearing today (no network logs available), however that one did not have any of the three patches. But this network is using WPA2-PSK with a single router as far as I know. Does your last patch only target WPA3 and/or OWE environments or also others? I will upgrade all our devices in testing environments and then will have to observe carefully... Nevertheless, thanks for your response and effort! Martin ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 15:22 ` Martin Petzold @ 2024-10-23 15:27 ` Martin Petzold 2024-10-23 15:30 ` James Prestwood 2024-10-23 15:28 ` James Prestwood 1 sibling, 1 reply; 68+ messages in thread From: Martin Petzold @ 2024-10-23 15:27 UTC (permalink / raw) To: James Prestwood; +Cc: iwd, Denis Kenzior, Arend van Spriel Am 23.10.24 um 17:22 schrieb Martin Petzold: > Hi James, > > Am 23.10.24 um 15:22 schrieb James Prestwood: >> Hi Martin, >> >> On 10/23/24 5:19 AM, Martin Petzold wrote: >>> Hi James, >>> >>> Am 23.10.24 um 14:13 schrieb James Prestwood: >>>> Hi Martin, >>>> >>>> On 10/23/24 5:02 AM, Martin Petzold wrote: >>>>> Hi Arend and James, >>>>> >>>>> Am 21.10.24 um 20:26 schrieb Arend van Spriel: >>>>>> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>>>>>> Hi Arend, >>>>>>> >>>>>>>> >>>>>>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>>>>>> supported ciphers: >>>>>>> >>>>>>> OWE is an AKM. It still uses CCMP/CMAC underneath. >>>>>> >>>>>> My bad. Always confused by those concepts. >>>>>> >>>>>>>> >>>>>>>> Supported Ciphers: >>>>>>>> * WEP40 (00-0f-ac:1) >>>>>>>> * WEP104 (00-0f-ac:5) >>>>>>>> * TKIP (00-0f-ac:2) >>>>>>>> * CCMP-128 (00-0f-ac:4) >>>>>>>> * CMAC (00-0f-ac:6) >>>>>>>> >>>>>>>> The error message seems to match with the above. >>>>>>> >>>>>>> I've never seen support for OWE in brcmfmac mentioned. OWE >>>>>>> requires CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) >>>>>>> to derive the PMK, so iwd can't support it on FullMAC. >>>>>> >>>>>> I have never seen any mention of OWE either. Regarding >>>>>> CMD_EXTERNAL_AUTH support I recently posted patches on >>>>>> linux-wireless list as RFT. There has been zero feedback and so I >>>>>> assume also zero interest. In order to use CMD_EXTERNAL_AUTH the >>>>>> firmware needs to advertise "sae_ext" in fwcap debugfs file. So >>>>>> if Martin can check that, ie: >>>>>> >>>>>> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >>>>>> >>>>>> >>>>> @James: Could please check the logs (PATCH WAS APPLIED): >>>>> >>>>> A. Initial boot and connect (device remained connected) >>>> >>>> On this run I'm seeing an agent connecting and issuing an explicit >>>> connect call rather than IWD autoconnecting. This is fine, and will >>>> create a new .open profile. >>>> >>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent free >>>> 0xaaaadbf376a0 >>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>>> register called >>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>>> :1.69 path /agent/1420 >>>> Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() >>>> >>>>> B. Reboot -> device does NOT connect >>>> >>>> This tells me you have no profile in /var/lib/iwd >>>> >>>>> >>>>> ----- >>>>> >>>>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>>>> insgesamt 4 >>>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>>>> tavla@tavla:~$ >>>> >>>> IWD is looking in /var/lib/iwd as seen by: >>>> >>>> Okt 23 12:35:58 tavla iwd[383]: src/storage.c:storage_create_dirs() >>>> Using state directory /var/lib/iwd >>>> >>>> Not sure if you have /system/var/lib/iwd mounted there or what, but >>>> it seems IWD cannot find that profile. IWD will not autoconnect to >>>> a random open network without a profile. On your first boot you are >>>> forcing a connection which should generate a profile, but on the >>>> second boot no profile exists. So that is where I could check, >>>> where is the profile going? can you "ls" that directory on the >>>> _second_ boot to see if it exists? >>> ----- >>> tavla@tavla:~$ sudo ls -l /var/lib/iwd/ >>> insgesamt 4 >>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>> insgesamt 4 >>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>> tavla@tavla:~$ >>> tavla@tavla:~$ >>> tavla@tavla:~$ iwctl known-networks list >>> Known Networks >>> -------------------------------------------------------------------------------- >>> >>> Name Security Hidden Last connected >>> -------------------------------------------------------------------------------- >>> >>> XYZ-Gast open Oct 23, 11:39 AM >>> >>> tavla@tavla:~$ iwctl known-networks XYZ-Gast show >>> Known Network: XYZ-Gast >>> -------------------------------------------------------------------------------- >>> >>> Settable Property Value >>> -------------------------------------------------------------------------------- >>> >>> Name XYZ-Gast >>> Hidden >>> * AutoConnect yes >>> >>> tavla@tavla:~$ >>> tavla@tavla:~$ iwctl station wlan0 show >>> Station: wlan0 >>> -------------------------------------------------------------------------------- >>> >>> Settable Property Value >>> -------------------------------------------------------------------------------- >>> >>> Scanning no >>> State disconnected >>> >>> ----- >> I was barking up the wrong tree. I found a bug in the BSS selection >> specific to OWE transitional networks. I just sent an RFC patch to >> the list. Note, you will still need the earlier patches to disable >> OWE in order to force the connection to the open network. > > Device connected after image upgrade (pre-existing configured network) > and then also connected after consecutive reboots. I have also tested > to forget the network, re-configure the network and then do some > reboots. I also tested manual disconnect and connect. Also tested > manual disconnect and waiting for auto-connect. Here I can't force any > roaming (not a mobile device). As I am not 100% confident, I will run > several more tests also in other environments. btw. it did NOT auto re-connect if I disconnected manually (state "degraded" in networkctl). I assume this is correct, if it was forced to disconnect. ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 15:27 ` Martin Petzold @ 2024-10-23 15:30 ` James Prestwood 2024-10-23 15:37 ` Martin Petzold 0 siblings, 1 reply; 68+ messages in thread From: James Prestwood @ 2024-10-23 15:30 UTC (permalink / raw) To: Martin Petzold; +Cc: iwd, Denis Kenzior, Arend van Spriel On 10/23/24 8:27 AM, Martin Petzold wrote: > Am 23.10.24 um 17:22 schrieb Martin Petzold: > >> Hi James, >> >> Am 23.10.24 um 15:22 schrieb James Prestwood: >>> Hi Martin, >>> >>> On 10/23/24 5:19 AM, Martin Petzold wrote: >>>> Hi James, >>>> >>>> Am 23.10.24 um 14:13 schrieb James Prestwood: >>>>> Hi Martin, >>>>> >>>>> On 10/23/24 5:02 AM, Martin Petzold wrote: >>>>>> Hi Arend and James, >>>>>> >>>>>> Am 21.10.24 um 20:26 schrieb Arend van Spriel: >>>>>>> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>>>>>>> Hi Arend, >>>>>>>> >>>>>>>>> >>>>>>>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>>>>>>> supported ciphers: >>>>>>>> >>>>>>>> OWE is an AKM. It still uses CCMP/CMAC underneath. >>>>>>> >>>>>>> My bad. Always confused by those concepts. >>>>>>> >>>>>>>>> >>>>>>>>> Supported Ciphers: >>>>>>>>> * WEP40 (00-0f-ac:1) >>>>>>>>> * WEP104 (00-0f-ac:5) >>>>>>>>> * TKIP (00-0f-ac:2) >>>>>>>>> * CCMP-128 (00-0f-ac:4) >>>>>>>>> * CMAC (00-0f-ac:6) >>>>>>>>> >>>>>>>>> The error message seems to match with the above. >>>>>>>> >>>>>>>> I've never seen support for OWE in brcmfmac mentioned. OWE >>>>>>>> requires CMD_AUTHENTICATE / CMD_ASSOCIATE (or >>>>>>>> CMD_EXTERNAL_AUTH) to derive the PMK, so iwd can't support it >>>>>>>> on FullMAC. >>>>>>> >>>>>>> I have never seen any mention of OWE either. Regarding >>>>>>> CMD_EXTERNAL_AUTH support I recently posted patches on >>>>>>> linux-wireless list as RFT. There has been zero feedback and so >>>>>>> I assume also zero interest. In order to use CMD_EXTERNAL_AUTH >>>>>>> the firmware needs to advertise "sae_ext" in fwcap debugfs file. >>>>>>> So if Martin can check that, ie: >>>>>>> >>>>>>> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >>>>>>> >>>>>>> >>>>>> @James: Could please check the logs (PATCH WAS APPLIED): >>>>>> >>>>>> A. Initial boot and connect (device remained connected) >>>>> >>>>> On this run I'm seeing an agent connecting and issuing an explicit >>>>> connect call rather than IWD autoconnecting. This is fine, and >>>>> will create a new .open profile. >>>>> >>>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent >>>>> free 0xaaaadbf376a0 >>>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>>>> register called >>>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>>>> :1.69 path /agent/1420 >>>>> Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() >>>>> >>>>>> B. Reboot -> device does NOT connect >>>>> >>>>> This tells me you have no profile in /var/lib/iwd >>>>> >>>>>> >>>>>> ----- >>>>>> >>>>>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>>>>> insgesamt 4 >>>>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>>>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>>>>> tavla@tavla:~$ >>>>> >>>>> IWD is looking in /var/lib/iwd as seen by: >>>>> >>>>> Okt 23 12:35:58 tavla iwd[383]: >>>>> src/storage.c:storage_create_dirs() Using state directory >>>>> /var/lib/iwd >>>>> >>>>> Not sure if you have /system/var/lib/iwd mounted there or what, >>>>> but it seems IWD cannot find that profile. IWD will not >>>>> autoconnect to a random open network without a profile. On your >>>>> first boot you are forcing a connection which should generate a >>>>> profile, but on the second boot no profile exists. So that is >>>>> where I could check, where is the profile going? can you "ls" that >>>>> directory on the _second_ boot to see if it exists? >>>> ----- >>>> tavla@tavla:~$ sudo ls -l /var/lib/iwd/ >>>> insgesamt 4 >>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>>> insgesamt 4 >>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>>> tavla@tavla:~$ >>>> tavla@tavla:~$ >>>> tavla@tavla:~$ iwctl known-networks list >>>> Known Networks >>>> -------------------------------------------------------------------------------- >>>> >>>> Name Security Hidden Last connected >>>> -------------------------------------------------------------------------------- >>>> >>>> XYZ-Gast open Oct 23, 11:39 AM >>>> >>>> tavla@tavla:~$ iwctl known-networks XYZ-Gast show >>>> Known Network: XYZ-Gast >>>> -------------------------------------------------------------------------------- >>>> >>>> Settable Property Value >>>> -------------------------------------------------------------------------------- >>>> >>>> Name XYZ-Gast >>>> Hidden >>>> * AutoConnect yes >>>> >>>> tavla@tavla:~$ >>>> tavla@tavla:~$ iwctl station wlan0 show >>>> Station: wlan0 >>>> -------------------------------------------------------------------------------- >>>> >>>> Settable Property Value >>>> -------------------------------------------------------------------------------- >>>> >>>> Scanning no >>>> State disconnected >>>> >>>> ----- >>> I was barking up the wrong tree. I found a bug in the BSS selection >>> specific to OWE transitional networks. I just sent an RFC patch to >>> the list. Note, you will still need the earlier patches to disable >>> OWE in order to force the connection to the open network. >> >> Device connected after image upgrade (pre-existing configured >> network) and then also connected after consecutive reboots. I have >> also tested to forget the network, re-configure the network and then >> do some reboots. I also tested manual disconnect and connect. Also >> tested manual disconnect and waiting for auto-connect. Here I can't >> force any roaming (not a mobile device). As I am not 100% confident, >> I will run several more tests also in other environments. > btw. it did NOT auto re-connect if I disconnected manually (state > "degraded" in networkctl). I assume this is correct, if it was forced > to disconnect. I'm not familiar with networkctl specifically, but if you issue a Disconnect DBus call to IWD that disables autoconnect until you manually connect again. ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 15:30 ` James Prestwood @ 2024-10-23 15:37 ` Martin Petzold 0 siblings, 0 replies; 68+ messages in thread From: Martin Petzold @ 2024-10-23 15:37 UTC (permalink / raw) To: James Prestwood; +Cc: iwd, Denis Kenzior, Arend van Spriel Hi James, Am 23.10.24 um 17:30 schrieb James Prestwood: > > On 10/23/24 8:27 AM, Martin Petzold wrote: >> Am 23.10.24 um 17:22 schrieb Martin Petzold: >> >>> Hi James, >>> >>> Am 23.10.24 um 15:22 schrieb James Prestwood: >>>> Hi Martin, >>>> >>>> On 10/23/24 5:19 AM, Martin Petzold wrote: >>>>> Hi James, >>>>> >>>>> Am 23.10.24 um 14:13 schrieb James Prestwood: >>>>>> Hi Martin, >>>>>> >>>>>> On 10/23/24 5:02 AM, Martin Petzold wrote: >>>>>>> Hi Arend and James, >>>>>>> >>>>>>> Am 21.10.24 um 20:26 schrieb Arend van Spriel: >>>>>>>> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>>>>>>>> Hi Arend, >>>>>>>>> >>>>>>>>>> >>>>>>>>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>>>>>>>> supported ciphers: >>>>>>>>> >>>>>>>>> OWE is an AKM. It still uses CCMP/CMAC underneath. >>>>>>>> >>>>>>>> My bad. Always confused by those concepts. >>>>>>>> >>>>>>>>>> >>>>>>>>>> Supported Ciphers: >>>>>>>>>> * WEP40 (00-0f-ac:1) >>>>>>>>>> * WEP104 (00-0f-ac:5) >>>>>>>>>> * TKIP (00-0f-ac:2) >>>>>>>>>> * CCMP-128 (00-0f-ac:4) >>>>>>>>>> * CMAC (00-0f-ac:6) >>>>>>>>>> >>>>>>>>>> The error message seems to match with the above. >>>>>>>>> >>>>>>>>> I've never seen support for OWE in brcmfmac mentioned. OWE >>>>>>>>> requires CMD_AUTHENTICATE / CMD_ASSOCIATE (or >>>>>>>>> CMD_EXTERNAL_AUTH) to derive the PMK, so iwd can't support it >>>>>>>>> on FullMAC. >>>>>>>> >>>>>>>> I have never seen any mention of OWE either. Regarding >>>>>>>> CMD_EXTERNAL_AUTH support I recently posted patches on >>>>>>>> linux-wireless list as RFT. There has been zero feedback and so >>>>>>>> I assume also zero interest. In order to use CMD_EXTERNAL_AUTH >>>>>>>> the firmware needs to advertise "sae_ext" in fwcap debugfs >>>>>>>> file. So if Martin can check that, ie: >>>>>>>> >>>>>>>> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >>>>>>>> >>>>>>>> >>>>>>> @James: Could please check the logs (PATCH WAS APPLIED): >>>>>>> >>>>>>> A. Initial boot and connect (device remained connected) >>>>>> >>>>>> On this run I'm seeing an agent connecting and issuing an >>>>>> explicit connect call rather than IWD autoconnecting. This is >>>>>> fine, and will create a new .open profile. >>>>>> >>>>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent >>>>>> free 0xaaaadbf376a0 >>>>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() >>>>>> agent register called >>>>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() >>>>>> agent :1.69 path /agent/1420 >>>>>> Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() >>>>>> >>>>>>> B. Reboot -> device does NOT connect >>>>>> >>>>>> This tells me you have no profile in /var/lib/iwd >>>>>> >>>>>>> >>>>>>> ----- >>>>>>> >>>>>>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>>>>>> insgesamt 4 >>>>>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>>>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>>>>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>>>>>> tavla@tavla:~$ >>>>>> >>>>>> IWD is looking in /var/lib/iwd as seen by: >>>>>> >>>>>> Okt 23 12:35:58 tavla iwd[383]: >>>>>> src/storage.c:storage_create_dirs() Using state directory >>>>>> /var/lib/iwd >>>>>> >>>>>> Not sure if you have /system/var/lib/iwd mounted there or what, >>>>>> but it seems IWD cannot find that profile. IWD will not >>>>>> autoconnect to a random open network without a profile. On your >>>>>> first boot you are forcing a connection which should generate a >>>>>> profile, but on the second boot no profile exists. So that is >>>>>> where I could check, where is the profile going? can you "ls" >>>>>> that directory on the _second_ boot to see if it exists? >>>>> ----- >>>>> tavla@tavla:~$ sudo ls -l /var/lib/iwd/ >>>>> insgesamt 4 >>>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>>>> insgesamt 4 >>>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>>>> tavla@tavla:~$ >>>>> tavla@tavla:~$ >>>>> tavla@tavla:~$ iwctl known-networks list >>>>> Known Networks >>>>> -------------------------------------------------------------------------------- >>>>> >>>>> Name Security Hidden Last >>>>> connected >>>>> -------------------------------------------------------------------------------- >>>>> >>>>> XYZ-Gast open Oct 23, 11:39 AM >>>>> >>>>> tavla@tavla:~$ iwctl known-networks XYZ-Gast show >>>>> Known Network: XYZ-Gast >>>>> -------------------------------------------------------------------------------- >>>>> >>>>> Settable Property Value >>>>> -------------------------------------------------------------------------------- >>>>> >>>>> Name XYZ-Gast >>>>> Hidden >>>>> * AutoConnect yes >>>>> >>>>> tavla@tavla:~$ >>>>> tavla@tavla:~$ iwctl station wlan0 show >>>>> Station: wlan0 >>>>> -------------------------------------------------------------------------------- >>>>> >>>>> Settable Property Value >>>>> -------------------------------------------------------------------------------- >>>>> >>>>> Scanning no >>>>> State disconnected >>>>> >>>>> ----- >>>> I was barking up the wrong tree. I found a bug in the BSS selection >>>> specific to OWE transitional networks. I just sent an RFC patch to >>>> the list. Note, you will still need the earlier patches to disable >>>> OWE in order to force the connection to the open network. >>> >>> Device connected after image upgrade (pre-existing configured >>> network) and then also connected after consecutive reboots. I have >>> also tested to forget the network, re-configure the network and then >>> do some reboots. I also tested manual disconnect and connect. Also >>> tested manual disconnect and waiting for auto-connect. Here I can't >>> force any roaming (not a mobile device). As I am not 100% confident, >>> I will run several more tests also in other environments. >> btw. it did NOT auto re-connect if I disconnected manually (state >> "degraded" in networkctl). I assume this is correct, if it was forced >> to disconnect. > I'm not familiar with networkctl specifically, but if you issue a > Disconnect DBus call to IWD that disables autoconnect until you > manually connect again. Thanks. I used iwctl for these tests. networkctl was just used for confirmation of the status as we use that information for general link status. ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 15:22 ` Martin Petzold 2024-10-23 15:27 ` Martin Petzold @ 2024-10-23 15:28 ` James Prestwood 1 sibling, 0 replies; 68+ messages in thread From: James Prestwood @ 2024-10-23 15:28 UTC (permalink / raw) To: Martin Petzold; +Cc: iwd, Denis Kenzior, Arend van Spriel Hi Martin, On 10/23/24 8:22 AM, Martin Petzold wrote: > Hi James, > > Am 23.10.24 um 15:22 schrieb James Prestwood: >> Hi Martin, >> >> On 10/23/24 5:19 AM, Martin Petzold wrote: >>> Hi James, >>> >>> Am 23.10.24 um 14:13 schrieb James Prestwood: >>>> Hi Martin, >>>> >>>> On 10/23/24 5:02 AM, Martin Petzold wrote: >>>>> Hi Arend and James, >>>>> >>>>> Am 21.10.24 um 20:26 schrieb Arend van Spriel: >>>>>> On 10/21/2024 7:40 PM, Denis Kenzior wrote: >>>>>>> Hi Arend, >>>>>>> >>>>>>>> >>>>>>>> I have not seen patches for OWE in brcmfmac. Looking at the >>>>>>>> supported ciphers: >>>>>>> >>>>>>> OWE is an AKM. It still uses CCMP/CMAC underneath. >>>>>> >>>>>> My bad. Always confused by those concepts. >>>>>> >>>>>>>> >>>>>>>> Supported Ciphers: >>>>>>>> * WEP40 (00-0f-ac:1) >>>>>>>> * WEP104 (00-0f-ac:5) >>>>>>>> * TKIP (00-0f-ac:2) >>>>>>>> * CCMP-128 (00-0f-ac:4) >>>>>>>> * CMAC (00-0f-ac:6) >>>>>>>> >>>>>>>> The error message seems to match with the above. >>>>>>> >>>>>>> I've never seen support for OWE in brcmfmac mentioned. OWE >>>>>>> requires CMD_AUTHENTICATE / CMD_ASSOCIATE (or CMD_EXTERNAL_AUTH) >>>>>>> to derive the PMK, so iwd can't support it on FullMAC. >>>>>> >>>>>> I have never seen any mention of OWE either. Regarding >>>>>> CMD_EXTERNAL_AUTH support I recently posted patches on >>>>>> linux-wireless list as RFT. There has been zero feedback and so I >>>>>> assume also zero interest. In order to use CMD_EXTERNAL_AUTH the >>>>>> firmware needs to advertise "sae_ext" in fwcap debugfs file. So >>>>>> if Martin can check that, ie: >>>>>> >>>>>> $ grep sae_ext /sys/kernel/debug/ieee80211/phy0/fwcap >>>>>> >>>>>> >>>>> @James: Could please check the logs (PATCH WAS APPLIED): >>>>> >>>>> A. Initial boot and connect (device remained connected) >>>> >>>> On this run I'm seeing an agent connecting and issuing an explicit >>>> connect call rather than IWD autoconnecting. This is fine, and will >>>> create a new .open profile. >>>> >>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_free() agent free >>>> 0xaaaadbf376a0 >>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>>> register called >>>> Okt 23 12:39:35 tavla iwd[383]: src/agent.c:agent_register() agent >>>> :1.69 path /agent/1420 >>>> Okt 23 12:39:35 tavla iwd[383]: src/network.c:network_connect() >>>> >>>>> B. Reboot -> device does NOT connect >>>> >>>> This tells me you have no profile in /var/lib/iwd >>>> >>>>> >>>>> ----- >>>>> >>>>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>>>> insgesamt 4 >>>>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>>>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>>>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>>>> tavla@tavla:~$ >>>> >>>> IWD is looking in /var/lib/iwd as seen by: >>>> >>>> Okt 23 12:35:58 tavla iwd[383]: src/storage.c:storage_create_dirs() >>>> Using state directory /var/lib/iwd >>>> >>>> Not sure if you have /system/var/lib/iwd mounted there or what, but >>>> it seems IWD cannot find that profile. IWD will not autoconnect to >>>> a random open network without a profile. On your first boot you are >>>> forcing a connection which should generate a profile, but on the >>>> second boot no profile exists. So that is where I could check, >>>> where is the profile going? can you "ls" that directory on the >>>> _second_ boot to see if it exists? >>> ----- >>> tavla@tavla:~$ sudo ls -l /var/lib/iwd/ >>> insgesamt 4 >>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>> tavla@tavla:~$ sudo ls -l /system/var/lib/iwd/ >>> insgesamt 4 >>> -rw------- 1 root root 0 23. Okt 12:39 XYZ-Gast.open >>> drwx------ 2 root root 4096 4. Apr 2024 hotspot >>> tavla@tavla:~$ sudo cat /system/var/lib/iwd/XYZ-Gast.open >>> tavla@tavla:~$ >>> tavla@tavla:~$ >>> tavla@tavla:~$ iwctl known-networks list >>> Known Networks >>> -------------------------------------------------------------------------------- >>> >>> Name Security Hidden Last connected >>> -------------------------------------------------------------------------------- >>> >>> XYZ-Gast open Oct 23, 11:39 AM >>> >>> tavla@tavla:~$ iwctl known-networks XYZ-Gast show >>> Known Network: XYZ-Gast >>> -------------------------------------------------------------------------------- >>> >>> Settable Property Value >>> -------------------------------------------------------------------------------- >>> >>> Name XYZ-Gast >>> Hidden >>> * AutoConnect yes >>> >>> tavla@tavla:~$ >>> tavla@tavla:~$ iwctl station wlan0 show >>> Station: wlan0 >>> -------------------------------------------------------------------------------- >>> >>> Settable Property Value >>> -------------------------------------------------------------------------------- >>> >>> Scanning no >>> State disconnected >>> >>> ----- >> I was barking up the wrong tree. I found a bug in the BSS selection >> specific to OWE transitional networks. I just sent an RFC patch to >> the list. Note, you will still need the earlier patches to disable >> OWE in order to force the connection to the open network. > > Device connected after image upgrade (pre-existing configured network) > and then also connected after consecutive reboots. I have also tested > to forget the network, re-configure the network and then do some > reboots. I also tested manual disconnect and connect. Also tested > manual disconnect and waiting for auto-connect. Here I can't force any > roaming (not a mobile device). As I am not 100% confident, I will run > several more tests also in other environments. > > Do you need logs? No, not if its working. I was able to reproduce the same situation in a simulated environment so I'm pretty confident the bug is fixed with respect to OWE/open networks. > > However, I still also have some issues with devices in a non-OWE > network. I am not really confident general connection and roaming is > behaving as it should. I have seen one disappearing today (no network > logs available), however that one did not have any of the three > patches. But this network is using WPA2-PSK with a single router as > far as I know. Does your last patch only target WPA3 and/or OWE > environments or also others? The patches should only change behavior on OWE networks. As far as roaming that is again up to brcmfmac. IWD just gets notified when a roam occurred. With OWE disabled though I would expect roaming within open networks to work as well as with WPA2 as this is quite basic, but I can't really assume anything here. We would need to see logs if there was some issue here to know if it was brcmfmac or IWD not acting properly. > > I will upgrade all our devices in testing environments and then will > have to observe carefully... > > Nevertheless, thanks for your response and effort! No worries, glad we at least got the OWE part hopefully figured out. > > Martin > ^ permalink raw reply [flat|nested] 68+ messages in thread
* Re: IWD 1.27 with brcmfmac not working for roaming 2024-10-23 12:02 ` Martin Petzold 2024-10-23 12:13 ` James Prestwood @ 2024-10-23 15:11 ` Arend Van Spriel 1 sibling, 0 replies; 68+ messages in thread From: Arend Van Spriel @ 2024-10-23 15:11 UTC (permalink / raw) To: Martin Petzold, James Prestwood; +Cc: iwd, Denis Kenzior On October 23, 2024 2:02:20 PM Martin Petzold <martin.petzold@tavla.de> wrote: > Hi Arend and James [...] > ----- > > @Arend: Here the requested output (debugging enabled; PATCHES ALREADY > APPLIED!). > > ----- > > tavla@tavla:~$ sudo cat /sys/kernel/debug/ieee80211/phy0/fwcap > ap > sta > wme > 802.11d > 802.11h > rm > cqa > ccx > cac > dualband > ampdu > ampdu_tx > ampdu_rx > amsdurx > amsdutx > radio_pwrsave > btamp > p2p > proptxstatus > mchan > vht-prop-rates > p2po > anqpo > txpwrcache > stbc-tx > stbc-rx-1ss So there is no sae_ext. Also no sae or idsup so that rules out WPA3 I would say. With this firmware at least. ^ permalink raw reply [flat|nested] 68+ messages in thread
end of thread, other threads:[~2024-10-30 19:23 UTC | newest] Thread overview: 68+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-09 9:43 IWD 1.27 with brcmfmac not working for roaming Martin Petzold 2024-10-09 16:07 ` Denis Kenzior 2024-10-09 16:50 ` Arend Van Spriel 2024-10-09 17:54 ` Martin Petzold 2024-10-10 8:06 ` Martin Petzold 2024-10-12 11:06 ` Martin Petzold 2024-10-12 11:51 ` Arend van Spriel 2024-10-13 15:43 ` Martin Petzold 2024-10-30 19:19 ` Martin Petzold 2024-10-30 19:23 ` James Prestwood 2024-10-09 16:58 ` Arend Van Spriel 2024-10-10 13:20 ` Martin Petzold 2024-10-10 13:36 ` James Prestwood 2024-10-10 13:47 ` Martin Petzold 2024-10-10 13:55 ` James Prestwood 2024-10-11 8:35 ` Martin Petzold 2024-10-11 10:46 ` Martin Petzold 2024-10-12 10:59 ` Martin Petzold 2024-10-15 14:43 ` Martin Petzold 2024-10-15 15:17 ` Denis Kenzior 2024-10-15 19:13 ` Arend van Spriel 2024-10-16 2:04 ` Denis Kenzior 2024-10-16 8:32 ` Arend van Spriel 2024-10-17 10:58 ` Martin Petzold 2024-10-19 14:04 ` Martin Petzold 2024-10-19 14:41 ` Denis Kenzior 2024-10-21 13:34 ` Martin Petzold 2024-10-21 14:40 ` Arend Van Spriel 2024-10-21 14:53 ` Martin Petzold 2024-10-21 15:23 ` James Prestwood 2024-10-21 17:08 ` Arend Van Spriel 2024-10-21 17:20 ` Martin Petzold 2024-10-21 17:40 ` Denis Kenzior 2024-10-21 18:26 ` Arend van Spriel 2024-10-21 18:45 ` Martin Petzold 2024-10-21 18:48 ` Martin Petzold 2024-10-21 18:55 ` Denis Kenzior 2024-10-21 19:08 ` Jeremy Blum 2024-10-22 15:26 ` Denis Kenzior 2024-10-22 16:38 ` Jeremy Blum 2024-10-21 19:15 ` Martin Petzold 2024-10-21 19:11 ` James Prestwood 2024-10-21 20:23 ` Martin Petzold 2024-10-22 6:08 ` Arend Van Spriel 2024-10-21 22:01 ` KeithG 2024-10-21 22:10 ` Martin Petzold 2024-10-22 17:40 ` James Prestwood 2024-10-22 18:04 ` Martin Petzold 2024-10-22 18:21 ` Martin Petzold 2024-10-22 18:24 ` James Prestwood 2024-10-22 18:32 ` Martin Petzold 2024-10-22 18:44 ` Denis Kenzior 2024-10-22 18:47 ` Martin Petzold 2024-10-22 19:10 ` James Prestwood 2024-10-22 18:47 ` James Prestwood 2024-10-22 18:49 ` Martin Petzold 2024-10-22 18:52 ` Denis Kenzior 2024-10-23 12:02 ` Martin Petzold 2024-10-23 12:13 ` James Prestwood 2024-10-23 12:19 ` Martin Petzold 2024-10-23 13:22 ` James Prestwood 2024-10-23 13:34 ` Martin Petzold 2024-10-23 15:22 ` Martin Petzold 2024-10-23 15:27 ` Martin Petzold 2024-10-23 15:30 ` James Prestwood 2024-10-23 15:37 ` Martin Petzold 2024-10-23 15:28 ` James Prestwood 2024-10-23 15:11 ` Arend Van Spriel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox