On Mon, Oct 3, 2016 at 1:22 PM, Edd Barrett <e...@theunixzoo.co.uk> wrote: > Hi David, > > On Mon, Oct 03, 2016 at 11:36:22AM +0200, David Coppa wrote: >> New release for wpa_supplicant. >> >> As usual, please test it with your setup. > > Testing against eduroam: > > ---8<--- > $ doas wpa_supplicant -i iwn0 -c /etc/wpa_supplicant.conf > Successfully initialized wpa_supplicant > SSL: Failed to initialize TLS context. > Failed to initialize EAPOL state machines. > --->8--- > > My config file looks like this: > > ---8<--- > ctrl_interface=/var/run/wpa_supplicant > ctrl_interface_group=wheel > ap_scan=0 > > network={ > ssid="eduroam" > key_mgmt=WPA-EAP > eap=PEAP > phase1="peaplabel=0" > phase2="auth=MSCHAPV2" > identity="xxx" > password="xxx" > } > --->8--- > > (The in-tree version works fine)
Can you try again with: $ doas wpa_supplicant -dd -i iwn0 -c /etc/wpa_supplicant.conf And send me the output? Thanks, David