wpa_supplicant WPA-EAP-TTLS configuration
    Jaume 
    jaumebenseny at gmail.com
       
    Mon Jun 25 18:26:21 EDT 2007
    
    
  
Hi,
i'm trying to configure my linux wpa_supplicant 0.4.9 against
FreeRADIUS Version 1.1.3, for host i686-redhat-linux-gnu.
i've got this problem :
-----------------------------------------------------------------------------------
[root at localhost ~]#  wpa_supplicant -Dwext -i wlan0 -c
/etc/wpa_supplicant/test.conf
Line 6: unknown network field 'eap'.
Line 7: failed to parse network block.
Line 11: unknown network field 'eap'.
Line 12: failed to parse network block.
Failed to read or parse configuration '/etc/wpa_supplicant/test.conf'.
-----------------------------------------------------------------------------------
my .conf is :
-----------------------------------------------------------------------------------
# EAP-TTLS configuration
ctrl_interface=/var/run/wpa_supplicant
network={
       ssid="eduroam"
       key_mgmt=WPA-EAP
       eap=TTLS
       identity="YYYY"
       password="XXXXX"
       phase2="auth=PAP"
     }
network={
       ssid="eduroam"
       key_mgmt=IEEE8021X
       ap=TTLS
       identity="YYYY"
       password="XXXXX"
       phase2="auth=PAP"
     }
-----------------------------------------------------------------------------------
thanks!
    
    
More information about the HostAP
mailing list