#2069: 802.1x authentiactaion for wpa_supplicant on atheros chips
-------------------------+---------------------------------------
Reporter: wwwforms@… | Owner: florian
Type: defect | Status: reopened
Priority: low | Milestone: Attitude Adjustment 12.09
Component: packages | Version:
Resolution: | Keywords: 802.1x wpa_supplicant
-------------------------+---------------------------------------
Changes (by valent.turkovic@…):
* status: closed => reopened
* resolution: fixed =>
Comment:
eduroam with ttls is not working for me, after troubleshooting for few
days of guessing I give up. There is not enough documentation regarding
ttls, and all guides just use wpa_supplicant with it's config file, and
nobody uses wpad and /etc/config/wireless config file!
I have created custom firmware that replaces wpad-mini with wpad package.
Here is how my config looks like:
[code]
config wifi-device 'radio0'
option type 'mac80211'
option channel '11'
option hwmode '11ng'
option path 'platform/ar933x_wmac'
option htmode 'HT20'
list ht_capab 'SHORT-GI-20'
list ht_capab 'SHORT-GI-40'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option disabled '0'
config wifi-iface
option device 'radio0'
option network 'wan'
option mode 'sta'
option ssid 'eduroam'
option eap_type 'TTLS'
option phase2 'auth=PAP'
option identity 'username'
option password 'password>'
option ca_cert '/root/deutsche-telekom-root-ca-2.crt'
option anonymous_identity '[email protected]'
[/code]
But this doesn't work. I guess I'm not fat from right solution, but I'm
just not seeing it.
wpa_supplicant config works without issues, and here is how it looks like:
[code]
ctrl_interface=/var/run/wpa_supplicant
fast_reauth=1
network={
ssid="eduroam"
key_mgmt=WPA-EAP
eap=TTLS
anonymous_identity="[email protected]"
identity="username"
password="password"
ca_cert="/root/deutsche-telekom-root-ca-2.crt"
phase1="peaplabel=0"
phase2="auth=PAP"
}
[/code]
--
Ticket URL: <https://dev.openwrt.org/ticket/2069#comment:5>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets