Straight from my university's website, I need to configure my device using these settings:
- Security: WPA2 Enterprise / 802.1xEAP
- EAP method: PEAP
- Phase 2 authentication: MSCHAPV2
- Download CA certificate
- Identity (username):
- Anonymous Identity:
- Password:
I have used the following two guides
Guide1: http://www.savagehomeautomation.com/pro ... dapte.html
Guide2: http://www.willprice.org/2014/03/17/edu ... ry-pi.html
to create the wpa_supplicant file which looks as follows.
Code: Select all
network={
identity="my_identity"
password="my_password"
ca_cert="/etc/ssl/certs/my-cert-name"
eap=PEAP
anonymous_identity="anonymous@my_uni.edu"
phase2="auth=MSCHAPV2"
priority=999
disabled=0
ssid="eduroam"
scan_ssid=0
mode=0
auth_alg=OPEN
proto=WPA RSN
pairwise=CCMP TKIP
key_mgmt=WPA-EAP
proactive_key_caching=1
}
Code: Select all
rfkill: cannot open RFKILL control device
ioctl[SIOCSIWAP]: Operation not permitted
ioctl[SIOCSIWENCODEEXT]: invalid argument
ioctl[SIOCSIWENCODEEXT]: invalid argument