[Assist] Trouble with connecting eap-peap wpa enteprise network

Luke Shumaker lukeshu at sbcglobal.net
Mon Oct 13 01:25:18 BST 2014


At Fri, 10 Oct 2014 21:52:34 +0300,
Unknown wrote:
> 
> I cant connect my university eduroam network with parabola.I
> reinstalled a fresh one and it has no problem.
> my wpa_supplicant log is
> 
> wpa_supplicant -ddd -D nl80211 -B -i wlp2s0

You're explicityly setting the nl80211 driver; wext is the correct
driver for every card I've used, and I usually need to explicitly
disable nl80211.  Are you sure that this is correct?

> identity - hexdump_ascii(len=18): 6b 6f 79 62 61 73 69 40 69 74 75 2e
> 65 64 75 2e   koybasi at itu.edu. 74

Oddly, for mine to work, I need to NOT include @purdue.edu in my
identity.  I'm not really sure how that works out.

Do you mind posting your wpa_supplicant.conf (with your credentials
redacted, obviously)?

The relevent portion of mine is:

    network={
        ssid="eduroam"
        proto=RSN WPA
        key_mgmt=WPA-EAP
        auth_alg=OPEN
        eap=PEAP
        identity="shumakl"
        password="REDACTED"
        id_str="wlp3s3-eduroam"
    }

-- 
Happy hacking,
~ Luke Shumaker


More information about the Assist mailing list