<br clear="all">Hi all,<br><br>I am trying to test wpa_supplicant on fedora 6 with wired (Ethernet) connection.<br><br>NIC details: RealTek RTL8139 chiptype RTL-8139B<br><br>wpa_supplicant.conf<br><br>ap_scan=0<br>network={
<br> key_mgmt=IEEE8021X<br> eap=PEAP<br> identity=&lt;username&gt;&quot;<br> password=&quot;&lt;password&gt;&quot;<br> eapol_flags=0<br> }<br><br><br>I am trying with this command<br><br>wpa_supplicant -D wired -i eth0 -c /etc/wpa_supplicant/wpa_supplicant.conf -dd
<br><br>It is terminating with CTRL-EVENT-EAP-FAILURE EAP authentication failed<br><br>Output of above command:<br>-------------------------------------<br><br>ctrl_interface=&#39;/var/run/wpa_supplicant&#39;<br>ap_scan=0
<br>Line: 9 - start of a new network block<br>key_mgmt: 0x8<br>eap methods - hexdump(len=2): 04 00<br>identity - hexdump_ascii(len=4):<br> 6b 61 73 69 <br> password - hexdump_ascii(len=7): [REMOVED]<br>eapol_flags=0 (0x0)
<br>Priority group 0<br> id=0 ssid=&#39;&#39;<br>Initializing interface (2) &#39;eth0&#39;<br>EAPOL: SUPP_PAE entering state DISCONNECTED<br>EAPOL: KEY_RX entering state NO_KEY_RECEIVE<br>EAPOL: SUPP_BE entering state INITIALIZE
<br>EAP: EAP entering state DISABLED<br>EAPOL: External notification - portEnabled=0<br>EAPOL: External notification - portValid=0<br>wpa_driver_wired_init: Added multicast membership with packet socket<br>Own MAC address: 00:00:21:01:15:bb
<br>Setting scan request: 0 sec 100000 usec<br>Added interface eth0<br>EAPOL: External notification - portControl=Auto<br>Already associated with a configured network - generating associated event<br>Association info event
<br>State: DISCONNECTED -&gt; ASSOCIATED<br>Associated to a new BSS: BSSID=01:80:c2:00:00:03<br>No keys have been configured - skip key clearing<br>Network configuration found for the current AP<br>WPA: clearing AP WPA IE
<br>WPA: clearing AP RSN IE<br>WPA: clearing own WPA/RSN IE<br>EAPOL: External notification - portControl=Auto<br>Associated with 01:80:c2:00:00:03<br>WPA: Association event - clear replay counter<br>EAPOL: External notification - portEnabled=0
<br>EAPOL: External notification - portValid=0<br>EAPOL: External notification - portEnabled=1<br>EAPOL: SUPP_PAE entering state CONNECTING<br>EAPOL: SUPP_BE entering state IDLE<br>EAP: EAP entering state INITIALIZE<br>EAP: EAP entering state IDLE
<br>EAPOL: startWhen --&gt; 0<br>EAPOL: SUPP_PAE entering state CONNECTING<br>EAPOL: txStart<br>TX EAPOL - hexdump(len=4): 01 01 00 00<br>EAPOL: startWhen --&gt; 0<br>EAPOL: SUPP_PAE entering state CONNECTING<br>EAPOL: txStart
<br>TX EAPOL - hexdump(len=4): 01 01 00 00<br>EAPOL: idleWhile --&gt; 0<br>EAP: EAP entering state FAILURE<br>CTRL-EVENT-EAP-FAILURE EAP authentication failed<br>EAPOL: SUPP_PAE entering state AUTHENTICATING<br>EAPOL: SUPP_BE entering state FAIL
<br>EAPOL: SUPP_PAE entering state HELD<br>EAPOL: SUPP_BE entering state IDLE<br>EAPOL: startWhen --&gt; 0<br>EAPOL: heldWhile --&gt; 0<br>EAPOL: SUPP_PAE entering state CONNECTING<br>EAPOL: SUPP_PAE entering state AUTHENTICATING
<br>EAPOL: SUPP_BE entering state FAIL<br>EAPOL: SUPP_PAE entering state HELD<br>EAPOL: SUPP_BE entering state IDLE<br>EAPOL: startWhen --&gt; 0<br>EAPOL: heldWhile --&gt; 0<br>EAPOL: SUPP_PAE entering state CONNECTING<br>
EAPOL: SUPP_PAE entering state AUTHENTICATING<br>EAPOL: SUPP_BE entering state FAIL<br>EAPOL: SUPP_PAE entering state HELD<br>EAPOL: SUPP_BE entering state IDLE<br>EAPOL: startWhen --&gt; 0<br>EAPOL: heldWhile --&gt; 0<br>
<br>CTRL-EVENT-TERMINATING - signal 2 received<br>Removing interface eth0<br>State: ASSOCIATED -&gt; DISCONNECTED<br>No keys have been configured - skip key clearing<br>EAPOL: External notification - portEnabled=0<br>EAPOL: SUPP_PAE entering state DISCONNECTED
<br>EAPOL: SUPP_BE entering state INITIALIZE<br>EAP: EAP entering state DISABLED<br><br><br>When I try to trace packets at the time of this command<br><br>EAP request packets are coming from switch, but my FC6 unable to send EAP response. 
<br><br><br>I am not getting where I got struck. plz help me.<br><br><br><br> <br><br><br>