#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
-------------------------+---------------------------------------

Comment (by valent.turkovic@…):

 Is wired authentication supported in OpenWrt?

 I got this manually to work:

 wpa_supplicant -i eth0.1 -D wired -c /etc/config/wpa.conf

 cat /etc/config/wpa.conf

 ctrl_interface=/var/run/wpa_supplicant
 ap_scan=0
 network={
 key_mgmt=IEEE8021X
 eap=TTLS
 identity="s0xxxxxx@1x"
 anonymous_identity="s0xxxxxx@1x"
 password="xxxxxxxxx"
 phase2="auth=PAP"
 }

 How to edit /etc/config/network in order to get eduroam to work on wired
 interface?

--
Ticket URL: <https://dev.openwrt.org/ticket/2069#comment:14>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to