#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:  Trunk
Resolution:              |   Keywords:  802.1x wpa_supplicant
-------------------------+---------------------------------------

Comment (by valent.turkovic@…):

 To summarize... here is how my wireless config file looks like:

 config wifi-device 'radio0'
         option type 'mac80211'
         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'
         option channel '8'
         option country 'DE'
         option txpower '20'

 config wifi-iface
         option device 'radio0'
         option network 'wifi'
         option mode 'sta'
         option ssid 'eduroam'
         option encryption 'wpa'
         option key 'none'
         option eap_type 'ttls'
         option identity 'username'
         option password 'password'
         option auth 'PAP'
         option anonymous_identity '[email protected]'
         option key_mgmt 'WPA-EAP'
         option ca_cert '/etc/config/DeutscheTelekomRootCA2'


 and this config file gets genearated in /var/run/wpa_supplicant-wlan0.conf
 :

 network={
         scan_ssid=1
         ssid="eduroam"
         key_mgmt=WPA-EAP
         ca_cert="/etc/config/DeutscheTelekomRootCA2"
         identity="username"
         phase2="PAP"
         password="password"
         eap=TTLS
         proto=WPA
 }

 the missing part that current uci system doesn't support is "option
 anonymous_identity"

 Can you please add this option to uci?

--
Ticket URL: <https://dev.openwrt.org/ticket/2069#comment:16>
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