Saturday, August 13, 2022

Re: wpa_supplicant broken?

Thanks for the suggestion.

I've actually fixed it by writing a more explicit /etc/hostname.athn0:
nwid "My-NWID" bssid M:Y:B:S:S:I:D mode 11g wpa wpaakms 802.1x
!/usr/local/sbin/wpa_supplicant -i athn0 -c /etc/wpa_supplicant.conf -q &
dhcp
(without "mode 11g" it would automatically choose 11n, which the driver itself cannot carry out)Also added "ap_scan=0" to my /etc/wpa_supplicant.conf (it actually doesn't scan in 802.1x mode).
Rather helpful was the old article from OpenBSD Journal entitled "WPA Enterprise mode in OpenBSD".The only thing missing now is AP mode with 802.1x...

After these tweaks client connection works fine, thank you :))))






With kindest regards,
Kostya Berger



On Saturday, 13 August 2022 at 15:25:58 GMT+3, Tobias Heider <tobias.heider@stusta.de> wrote:

On Sat, Aug 13, 2022 at 11:10:12AM +0000, Kostya Berger wrote:
> Hi,I'm trying to connect my OpenBSD 7.1 box to WPA-Enterprise AP. But wpa_supplicant fails to connect. However, the same config works fine in FreeBSD etc, just as it did  in previous versions of OpenBSD (the last I used was 6.8 I think).
> Отправлено из Yahoo Почты для Android

Hi Kostya,

can you check if your connection works after a manual `reassociate` triggered from
wpa_cli?

No comments:

Post a Comment