#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@…):

 Now I see compaints in logread that passphrase for wpa (psk) is too short,
 it is zero characters (ie it is missing) and that confuses OpenWrt...

 Mon Jul  7 22:41:12 2014 daemon.notice netifd: radio0 (684): Successfully
 initialized wpa_supplicant
 Mon Jul  7 22:41:12 2014 daemon.notice netifd: radio0 (684): Line 6:
 Invalid passphrase length 0 (expected: 8..63) '"'.
 Mon Jul  7 22:41:12 2014 daemon.notice netifd: radio0 (684): Line 6:
 failed to parse psk '""'.
 Mon Jul  7 22:41:12 2014 daemon.notice netifd: radio0 (684): Line 8:
 failed to parse network block.
 Mon Jul  7 22:41:12 2014 daemon.notice netifd: radio0 (684): Failed to
 read or parse configuration '/var/run/wpa_supplicant-wlan0.conf'.
 Mon Jul  7 22:41:12 2014 daemon.notice netifd: radio0 (684): cat: can't
 open '/var/run/wpa_supplicant-wlan0.pid': No such file or directory
 Mon Jul  7 22:41:12 2014 daemon.notice netifd: radio0 (684): Command
 failed: Invalid argument
 Mon Jul  7 22:41:12 2014 daemon.notice netifd: radio0 (684): Interface 0
 setup failed: WPA_SUPPLICANT_FAILED


 Here is how my current wifi config looks like:

 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'
         option txpower '27'
         option country 'HR'

 config wifi-iface
         option device 'radio0'
         option network 'wan'
         option mode 'sta'
         option ssid 'eduroam'
         option eap_type 'TTLS'
         option identity 'username'
         option password 'password'
         option phase2 'auth=PAP'
         option anonymous_identity '[email protected]'
         option encryption 'psk'

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