Hello,
great news, thank you for your hard work!
Here are mine results. It's working but not how it was actually expecting :). It connected in mode 11a (was 11g w/o the setting enabled)
built from:
=================================================
commit 8c108dccd7f878ad44aaef1f5bfb5622666bd09a (HEAD -> main, origin/main, origin/HEAD)
Author: Konstantin Belousov <k...@freebsd.org>
Date: Wed Feb 26 07:24:30 2025 +0200
acpidump: do not use pointer arithmetic to check for overflow
=================================================
[rm@cf ~]% sysctl compat.linuxkpi.80211.hw_crypto
compat.linuxkpi.80211.hw_crypto: 1
ifconfig
=================================================
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=0
ether xx:xx:xx:xx:xx:xx
inet 192.168.1.150 netmask 0xffffff00 broadcast 192.168.1.255
groups: wlan
ssid <> channel 52 (5260 MHz 11a) bssid xx:xx:xx:xx:xx:xx
regdomain NONE country RU authmode WPA2/802.11i privacy ON
deftxkey UNDEF AES-CCM 3:128-bit txpower 24 bmiss 7 mcastrate 6
mgmtrate 6 scanvalid 60 wme roaming MANUAL
parent interface: iwlwifi0
media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11a
status: associated
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
=================================================
pciconf -vl
=================================================
iwlwifi0@pci0:0:20:3: class=0x028000 rev=0x00 hdr=0x00 vendor=0x8086 device=0x02f0 subvendor=0x8086 subdevice=0x0070
vendor = 'Intel Corporation'
device = 'Comet Lake PCH-LP CNVi WiFi'
class = network
=================================================
dmesg:
=================================================
Intel(R) Wireless WiFi based driver for FreeBSD
iwlwifi0: <iwlwifi> mem 0xef738000-0xef73bfff at device 20.3 on pci0
iwlwifi0: Detected crf-id 0x3617, cnv-id 0x20000302 wfpm id 0x80000000
iwlwifi0: PCI dev 02f0/0070, rev=0x351, rfid=0x10a100
iwlwifi0: Detected Intel(R) Wi-Fi 6 AX201 160MHz
iwlwifi0: successfully loaded firmware image 'iwlwifi-QuZ-a0-hr-b0-77.ucode'
iwlwifi0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
iwl-debug-yoyo.bin: could not load binary firmware /boot/firmware/iwl-debug-yoyo.bin either
iwl-debug-yoyo.bin: could not load binary firmware /boot/firmware/iwl-debug-yoyo.bin either
iwl-debug-yoyo_bin: could not load binary firmware /boot/firmware/iwl-debug-yoyo_bin either
iwl_debug_yoyo_bin: could not load binary firmware /boot/firmware/iwl_debug_yoyo_bin either
iwlwifi0: loaded firmware version 77.2df8986f.0 QuZ-a0-hr-b0-77.ucode op_mode iwlmvm
iwlwifi0: Detected RF HR B5, rfid=0x10a100
iwlwifi0: base HW address: xx:xx:x:xx:xx:xx
lkpi_l80211_to_net80211_cyphers: unsupported WLAN Cipher Suite 0x000fac | 8 (GCMP)
lkpi_l80211_to_net80211_cyphers: unsupported WLAN Cipher Suite 0x000fac | 9 (GCMP_256)
lkpi_l80211_to_net80211_cyphers: unsupported WLAN Cipher Suite 0x000fac | 6 (AES_CMAC)
lkpi_l80211_to_net80211_cyphers: unsupported WLAN Cipher Suite 0x000fac | 11 (BIP_GMAC_128)
lkpi_l80211_to_net80211_cyphers: unsupported WLAN Cipher Suite 0x000fac | 12 (BIP_GMAC_256)
=================================================
wlanstats:
=================================================
30 rx discard 'cuz mcast echo
23 rx beacon frames
97 rx element unknown
6 rx frame chan mismatch
1 active scans started
31 rx management frames
3826 total data frames received
3789 unicast data frames received
37 multicast data frames received
3456 total data frames transmit
3456 unicast data frames sent
54.0M current transmit rate
44.5 current rssi
-96 current noise floor (dBm)
-51.5 current signal (dBm)
=================================================
May I somehow enforce connecting with 11n?
--
Regards,
Ruslan