Wifi setup with EAP TTLS PAP

This forum is for topics dealing with problems with software specifically in the ARMv7h repo.

Wifi setup with EAP TTLS PAP

Postby medevila » Mon Jan 18, 2016 2:33 am

I haven't been able to figure out how to configure for EAP TTLS PAP. Using Edimax EW-7811Un dongle.
medevila
 
Posts: 1
Joined: Mon Jan 18, 2016 2:31 am

Re: Wifi setup with EAP TTLS PAP

Postby WarheadsSE » Mon Jan 18, 2016 4:19 pm

Client? Server? Software in use? Logs?

Anything of use?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Wifi setup with EAP TTLS PAP

Postby gillz » Mon Jan 25, 2016 8:18 pm

Try using wpa_supplicant.

https://wiki.archlinux.org/index.php/WPA_supplicant

# cat /etc/wpa_supplicant/EAP_TTLS_PAP.conf
$this->bbcode_second_pass_code('', 'network={
ssid=""
scan_ssid=0
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP
eap=PEAP
identity="username"
password="password"
phase1="peapvar=0"
phase2="auth=MSCHAPV2"
}')
# wpa_supplicant -i wlan0 -D wext -c /etc/wpa_supplicant/EAP_TTLS_PAP.conf &

Hope this helps, Good luck.
gillz
 
Posts: 1
Joined: Mon Jan 25, 2016 8:08 pm


Return to ARMv7h

Who is online

Users browsing this forum: No registered users and 8 guests