HI;<br>
<br>
I am trying to connect my linux box wireless to the AP using Radius.<br>
Iam using Cisco Adapter PI21AG and have succesfully installed the driver (madwifi). I can scan the AP and see the SSID.<br>
<br>
As the authentication is using EAP - TLS (certificate) I have to
install the wpa_supplicant. For that I choose thae last stable version
(wpa_supplicant-0.4.9).<br>
Here is my .config file:<br>
<br>
ONFIG_DRIVER_ATMEL=n<br>
CONFIG_DRIVER_HOSTAP=n<br>
CONFIG_DRIVER_IPW=n<br>
CONFIG_DRIVER_MADWIFI=y<br>
# Point this to your madwifi(-ng) sources<br>
CFLAGS += -I/home/james/madwifi-0.9.1<br>
CONFIG_DRIVER_NDISWRAPPER=n<br>
CONFIG_DRIVER_PRISM54=n<br>
CONFIG_DRIVER_WEXT=y<br>
CONFIG_DRIVER_WIRED=y<br>
CONFIG_WIRELESS_EXTENSION=y<br>
<br>
#CONFIG_DRIVER_NDIS=y<br>
#CONFIG_DRIVER_HERMES=y<br>
#CONFIG_DRIVER_BROADCOM=y<br>
<br>
CONFIG_IEEE8021X_EAPOL=y<br>
<br>
CONFIG_EAP_MD5=y<br>
CONFIG_EAP_MSCHAPV2=y<br>
CONFIG_EAP_FAST=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_PSK=y<br>
CONFIG_EAP_PAX=y<br>
CONFIG_EAP_LEAP=y<br>
CONFIG_EAP_AKA=y<br>
<br>
CONFIG_PKCS12=y<br>
#CONFIG_SMARTCARD=y<br>
CONFIG_PCSC=y<br>
<br>
CONFIG_CTRL_IFACE=y<br>
CONFIG_READLINE=y<br>
<br>
Then as root , I do &quot;make clean&quot; and then &quot;make&quot;.<br>
Following are the error that I get:<br>
<br>
pcsc_funcs.c:22:22: warning: winscard.h: No such file or directory<br>
pcsc_funcs.c: In function 'scard_init':<br>
pcsc_funcs.c:215: warning: implicit declaration of function 'SCardEstablishContext'<br>
pcsc_funcs.c:215: error: 'SCARD_SCOPE_SYSTEM' undeclared (first use in this function)<br>
pcsc_funcs.c:215: error: (Each undeclared identifier is reported only once<br>
pcsc_funcs.c:215: error: for each function it appears in.)<br>
pcsc_funcs.c:217: error: 'SCARD_S_SUCCESS' undeclared (first use in this function)<br>
pcsc_funcs.c:223: warning: implicit declaration of function 'SCardListReaders'<br>
pcsc_funcs.c:253: warning: implicit declaration of function 'SCardConnect'<br>
pcsc_funcs.c:253: error: 'SCARD_SHARE_SHARED' undeclared (first use in this function)<br>
pcsc_funcs.c:254: error: 'SCARD_PROTOCOL_T0' undeclared (first use in this function)<br>
pcsc_funcs.c:256: error: 'SCARD_E_NO_SMARTCARD' undeclared (first use in this function)<br>
pcsc_funcs.c:275: warning: pointer targets in passing argument 3 of '_scard_select_file' differ in signedness<br>
pcsc_funcs.c:289: warning: pointer targets in passing argument 3 of 'scard_select_file' differ in signedness<br>
pcsc_funcs.c:295: warning: pointer targets in passing argument 3 of 'scard_select_file' differ in signedness<br>
pcsc_funcs.c:303: warning: pointer targets in passing argument 3 of '_scard_select_file' differ in signedness<br>
pcsc_funcs.c:303: warning: pointer targets in passing argument 6 of '_scard_select_file' differ in signedness<br>
pcsc_funcs.c:311: warning: pointer targets in passing argument 2 of 'scard_pin_needed' differ in signedness<br>
pcsc_funcs.c: In function 'scard_deinit':<br>
pcsc_funcs.c:369: warning: implicit declaration of function 'SCardDisconnect'<br>
pcsc_funcs.c:369: error: 'SCARD_UNPOWER_CARD' undeclared (first use in this function)<br>
pcsc_funcs.c:370: error: 'SCARD_S_SUCCESS' undeclared (first use in this function)<br>
pcsc_funcs.c:377: warning: implicit declaration of function 'SCardReleaseContext'<br>
pcsc_funcs.c: In function 'scard_transmit':<br>
pcsc_funcs.c:397: warning: implicit declaration of function 'SCardTransmit'<br>
pcsc_funcs.c:398: error: 'SCARD_PROTOCOL_T1' undeclared (first use in this function)<br>
pcsc_funcs.c:399: error: 'SCARD_PCI_T1' undeclared (first use in this function)<br>
pcsc_funcs.c:399: error: 'SCARD_PCI_T0' undeclared (first use in this function)<br>
pcsc_funcs.c:403: error: 'SCARD_S_SUCCESS' undeclared (first use in this function)<br>
pcsc_funcs.c: In function '_scard_select_file':<br>
pcsc_funcs.c:444: error: 'SCARD_S_SUCCESS' undeclared (first use in this function)<br>
pcsc_funcs.c: In function 'scard_read_file':<br>
pcsc_funcs.c:512: warning: pointer targets in passing argument 2 of 'scard_transmit' differ in signedness<br>
pcsc_funcs.c:513: error: 'SCARD_S_SUCCESS' undeclared (first use in this function)<br>
pcsc_funcs.c: In function 'scard_verify_pin':<br>
pcsc_funcs.c:557: warning: pointer targets in passing argument 2 of 'scard_transmit' differ in signedness<br>
pcsc_funcs.c:558: error: 'SCARD_S_SUCCESS' undeclared (first use in this function)<br>
pcsc_funcs.c: In function 'scard_get_imsi':<br>
pcsc_funcs.c:594: warning: pointer targets in passing argument 3 of 'scard_select_file' differ in signedness<br>
pcsc_funcs.c:606: warning: pointer targets in passing argument 1 of 'scard_parse_fsp_templ' differ in signedness<br>
pcsc_funcs.c:624: warning: pointer targets in passing argument 2 of 'scard_read_file' differ in signedness<br>
pcsc_funcs.c: In function 'scard_gsm_auth':<br>
pcsc_funcs.c:692: error: 'SCARD_S_SUCCESS' undeclared (first use in this function)<br>
pcsc_funcs.c: In function 'scard_umts_auth':<br>
pcsc_funcs.c:795: error: 'SCARD_S_SUCCESS' undeclared (first use in this function)<br>
make: *** [pcsc_funcs.o] Error 1<br>
<br>
Is anyone can help, what went wrong? Do I miss something here?<br>
<br>
Please help. I try to uninstall but it won't let me either.<br>
<br>
Thanks<br>
Jim<br>
<br>
<br>