WPA Supplicant with EAP-MD5 for wired connection

Masashi Honma honma at ictec.co.jp
Thu Oct 8 20:03:17 EDT 2009


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