https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203105
Andriy Voskoboinyk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Andriy Voskoboinyk <[email protected]> --- (In reply to Simone Mario Lombardo from comment #15) Hi, > - WPA2 authentication seems to work only the first time to me. If I stop > wpa_supplicant or put down the wifi card via ifconfig, the further > authenticaitona fails for expired timeout. Can you test the patch from https://reviews.freebsd.org/D4820 ? It should fix this issue. Also, > or put down the wifi card via ifconfig If I understand this correctly (ifconfig wlan0 down; ifconfig wlan0 up), then you will need to restart wpa_supplicant too (wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf) (+ 'dhclient wlan0' for DHCP); or just recreate the interface (ifconfig wlan0 down && ifconfig wlan0 destroy && ifconfig wlan0 create wlandev rtwn0) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
