Re: Issues with iwlwifi with WPA2/EAP-PEAP on an Intel AX211

2025-02-06 Thread Bjoern A. Zeeb
On Wed, 5 Feb 2025, Nico Sonack wrote: The wpa_supplicant.conf roughly contains: pmf=2 Comment that out. network={ ssid="secret-ssid" proto=RSN key_mgmt=WPA-EAP-SHA256 pairwise=CCMP group=CCMP eap=PEAP identity="bofh" password="hunt

Re: Issues with iwlwifi with WPA2/EAP-PEAP on an Intel AX211

2025-02-05 Thread Nico Sonack
On Thu, Feb 06, 2025 at 07:11:18AM +, Nico Sonack wrote: > On Wed, Feb 05, 2025 at 04:19:39PM +0100, Nico Sonack wrote: > > On Wednesday, 5 February 2025 14:25:01 CET Bjoern A. Zeeb wrote: > > > > wpa_supplicant: > > > >wpa_supplicant[36003]: bsd_set_key: unknown alg=4 > > > > wpa_s

Re: Issues with iwlwifi with WPA2/EAP-PEAP on an Intel AX211

2025-02-05 Thread Nico Sonack
On Wed, Feb 05, 2025 at 04:19:39PM +0100, Nico Sonack wrote: > On Wednesday, 5 February 2025 14:25:01 CET Bjoern A. Zeeb wrote: > > > wpa_supplicant: > > >wpa_supplicant[36003]: bsd_set_key: unknown alg=4 > > > > alg=4 would be WPA_ALG_BIP_CMAC_128 which is in in the file: > > > > 384

Re: Issues with iwlwifi with WPA2/EAP-PEAP on an Intel AX211

2025-02-05 Thread Nico Sonack
On Wednesday, 5 February 2025 14:25:01 CET Bjoern A. Zeeb wrote: > > wpa_supplicant: > >wpa_supplicant[36003]: bsd_set_key: unknown alg=4 > > alg=4 would be WPA_ALG_BIP_CMAC_128 which is in in the file: > > 384 case WPA_ALG_BIP_CMAC_128: > 385 wk.ik_type = IE

Re: Issues with iwlwifi with WPA2/EAP-PEAP on an Intel AX211

2025-02-05 Thread Bjoern A. Zeeb
On Wed, 5 Feb 2025, Nico Sonack wrote: Hello wireless people, pardon me for the previous mail, I didn't have the necessary coffee loaded to control my mail client ;-) Anyways, I'm having difficulty getting the following setup to work: # uname -a FreeBSD ... 14.2-RELEASE FreeBSD 14.2-RELEASE