WPA Supplicant with EAP-MD5 for wired connection

Prathap G prathapg
Fri Oct 9 02:06:13 PDT 2009


Hello Honma,

Thanks for the information.

I have compiled the supplicant with the said option in the .config file.
WPA supplicant is now an RPM package in my Linux platform currently.

Now actually I want to use the initialize the supplicant and start the state
machine in my application. 
Use the functionality of EAPOL state machine. 
Can you please throw some pointers to use the 

Regards
Prathap

-----Original Message-----
From: Masashi Honma [mailto:honma at ictec.co.jp] 
Sent: Friday, October 09, 2009 5:33 AM
To: hostap at lists.shmoo.com
Cc: Prathap G
Subject: Re: WPA Supplicant with EAP-MD5 for wired connection

Prathap G wrote on Thu Oct 8 06:00:02 EDT 2009 :
> Has any one got WPA supplicant customized for wired connection.

You need to compile wpa_supplicant with

CONFIG_DRIVER_WIRED=y

option in .config file.

And this is a worked wired EAP-MD5 configuration file.

-------------------
ctrl_interface=/var/run/wpa_supplicant

ap_scan=0

network={
	key_mgmt=IEEE8021X
	eap=MD5
	identity="ictecClient"
	password="ictec"
	eapol_flags=0
}
-------------------

Regards,
Masashi Honma.






More information about the Hostap mailing list