<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Sorry to
bother you all, but I have looked high and low fr this without success:<br>
<br>
Mandriva 2008.1 &amp; wpa_supplicant 6.3<br>
</font></font><font size="-1"><font face="Helvetica, Arial, sans-serif"><br>
I am trying to compile wpa_supplicant with t</font></font><font
 size="-1"><font face="Helvetica, Arial, sans-serif">he ralink driver,
all goes well until I try to user the CONFIG_CTRL_IFACE=y option <br>
<br>
Here is my .config file:<br>
<br>
</font></font><font size="-1"><font face="Helvetica, Arial, sans-serif">CONFIG_CTRL_IFACE=y<br>
</font></font><font size="-1"><font face="Helvetica, Arial, sans-serif">CONFIG_DRIVER_WEXT=y<br>
CONFIG_DRIVER_RALINK=y<br>
CONFIG_WIRELESS_EXTENSION=y<br>
CONFIG_IEEE8021X_EAPOL=y<br>
CONFIG_EAP_MD5=y<br>
CONFIG_EAP_MSCHAPV2=y <br>
CONFIG_EAP_TLS=y<br>
CONFIG_EAP_PEAP=y<br>
CONFIG_EAP_TTLS=y<br>
CONFIG_EAP_GTC=y<br>
CONFIG_EAP_OTP=y<br>
CONFIG_EAP_SIM=y<br>
CONFIG_EAP_AKA=y<br>
CONFIG_EAP_PSK=y<br>
CONFIG_EAP_SAKE=y<br>
CONFIG_EAP_GPSK=y<br>
CONFIG_EAP_PAX=y<br>
CONFIG_EAP_LEAP=y<br>
CONFIG_EAP_IKEV2=y<br>
<br>
and here are the error messages I receive:<br>
<br>
ctrl_iface.o: In function `wpa_supplicant_ctrl_iface_status':<br>
/home/andrew/Drivers/Ralink/wpa_supplicant-0.6.3/wpa_supplicant/ctrl_iface.c:295:
undefined reference to `rsn_preauth_get_status'<br>
ctrl_iface.o: In function `wpa_supplicant_ctrl_iface_process':<br>
/home/andrew/Drivers/Ralink/wpa_supplicant-0.6.3/wpa_supplicant/ctrl_iface.c:1367:
undefined reference to `wpa_sm_get_mib'<br>
/home/andrew/Drivers/Ralink/wpa_supplicant-0.6.3/wpa_supplicant/ctrl_iface.c:1370:
undefined reference to `eapol_sm_get_mib'<br>
ctrl_iface.o: In function `wpa_supplicant_ctrl_iface_status':<br>
/home/andrew/Drivers/Ralink/wpa_supplicant-0.6.3/wpa_supplicant/ctrl_iface.c:289:
undefined reference to `eapol_sm_get_status'<br>
collect2: ld returned 1 exit status<br>
<br>
Although wpa_supplicant works without this option, it means that I
cannot use wpa_cli or wpa_gui.<br>
<br>
Anyone help?<br>
<br>
Thanks<br>
<br>
Andrew<br>
<br>
</font></font>
</body>
</html>