<div>Hi,</div>
<div>&nbsp;</div>
<div>&nbsp;I have my .config file as below</div>
<div>#-------------------------------------------------------.config starts-----------------------------------------------</div>
<div>CONFIG_DRIVER_MARVELL=y<br>CONFIG_DRIVER_WEXT=y<br>CONFIG_WIRELESS_EXTENSION=y<br>CONFIG_IEEE8021X_EAPOL=y<br>CONFIG_EAP_MD5=y<br>CONFIG_EAP_TLS=y<br>CONFIG_EAP_TTLS=y<br>CONFIG_EAP_LEAP=y<br>CONFIG_EAP_PEAP=y<br>CONFIG_CTRL_IFACE=y
<br>CONFIG_EAP_SIM=y<br>CONFIG_EAP_AKA=y<br>CONFIG_EAP_PSK=y<br>CONFIG_EAP_OTP=y<br>CONFIG_EAP_GTC=y<br>CONFIG_EAP_MSCHAPV2=y<br>CONFIG_PKCS12=y<br>CONFIG_WINDOWS=n<br>CONFIG_EAP_FAST=y<br>CONFIG_EAP_PAX=y<br>BINDIR=wpa_supplicant-
linux-arm-0.5.7-MSI-2-bin<br>CONFIG_ARM=y</div>
<div>#-------------------------------------------------------.config ends-------------------------------------------------<br clear="all"></div>
<div><strong>I am getting undefine reference error if I use CONFIG_EAP_FAST=y. can any body tell me how to solve this.</strong></div>
<div><strong>I am using wpa supplicant 0.5.7 and opensll 0.9.7. Below are error message.</strong></div>
<div>&nbsp;</div>
<div>/opt/toolchains/arm-linux-4.1.1/bin/arm-linux-gcc&nbsp; -o wpa_supplicant config.o common.o md5.o md4.o rc4.o sha1.o des.o os_unix.o eloop.o config_file.o base64.o l2_packet_linux.o eap_tls.o eap_peap.o eap_ttls.o eap_md5.o eap_mschapv2.o eap_gtc.o eap_otp.o eap_sim.o eap_leap.o eap_psk.o eap_psk_common.o eap_aka.o eap_sim_common.o eap_tlv.o eap_fast.o eap_pax.o eap_pax_common.o eapol_sm.o 
eap.o eap_methods.o eap_tls_common.o tls_openssl.o ms_funcs.o crypto.o ctrl_iface.o ctrl_iface_unix.o wpa.o preauth.o pmksa_cache.o aes_wrap.o wpa_supplicant.o events.o main.o drivers.o driver_marvell.o driver_wext.o -L/usr/xocean/lib/ -lssl -lcrypto -s -static
<br>ctrl_iface_unix.o: In function `wpa_supplicant_ctrl_iface_init&#39;:<br>/mnt/hgfs/security/marvell/wpa_supplicant-linux-src-0.5.7-MSI-2/ctrl_iface_unix.c:297: warning: Using &#39;getgrnam&#39; in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
<br>tls_openssl.o: In function `tls_connection_client_hello_ext&#39;:<br>/mnt/hgfs/security/marvell/wpa_supplicant-linux-src-0.5.7-MSI-2/tls_openssl.c:2137: undefined reference to `SSL_set_hello_extension&#39;<br>tls_openssl.o: In function `tls_connection_set_master_key&#39;:
<br>/mnt/hgfs/security/marvell/wpa_supplicant-linux-src-0.5.7-MSI-2/tls_openssl.c:2031: undefined reference to `SSL_set_session_secret_cb&#39;<br>/mnt/hgfs/security/marvell/wpa_supplicant-linux-src-0.5.7-MSI-2/tls_openssl.c:2035: undefined reference to `SSL_set_session_secret_cb&#39;
<br>collect2: ld returned 1 exit status<br>make: *** [wpa_supplicant] Error 1<br><br>-- <br>Regards &amp; Thanks<br>Raghavendra. S </div>