i created the .config file, ran 'make' and got the following:<br><br>cc -MMD -O2 -Wall -g -I. -I../utils -I../hostapd -DCONFIG_BACKEND_FILE -DCONFIG_DRIVER_HOSTAP -DCONFIG_DRIVER_WEXT -DCONFIG_DRIVER_HERMES -DCONFIG_DRIVER_MADWIFI -DCONFIG_DRIVER_ATMEL -DCONFIG_DRIVER_NDISWRAPPER -DCONFIG_DRIVER_BROADCOM -DCONFIG_DRIVER_IPW -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DUSE_DNET_PCAP -DCONFIG_WINPCAP -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_SIM -DEAP_LEAP -DEAP_PSK -DEAP_AKA -DEAP_TLV -DEAP_PAX -DIEEE8021X_EAPOL -DPCSC_FUNCS -I/usr/include/PCSC -DEAP_TLS_FUNCS -DCONFIG_WIRELESS_EXTENSION -c -o pcsc_funcs.o pcsc_funcs.c
<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 funct<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 functio<br>pcsc_funcs.c: In function '_scard_select_file':<br>
pcsc_funcs.c:444: error: 'SCARD_S_SUCCESS' undeclared (first use in this functio<br>pcsc_funcs.c: In function 'scard_read_file':<br>pcsc_funcs.c:512: warning: pointer targets in passing argument 2 of 'scard_trans<br>pcsc_funcs.c:513: error: 'SCARD_S_SUCCESS' undeclared (first use in this functio
<br>pcsc_funcs.c: In function 'scard_verify_pin':<br>pcsc_funcs.c:557: warning: pointer targets in passing argument 2 of 'scard_trans<br>pcsc_funcs.c:558: error: 'SCARD_S_SUCCESS' undeclared (first use in this functio<br>
pcsc_funcs.c: In function 'scard_get_imsi':<br>pcsc_funcs.c:594: warning: pointer targets in passing argument 3 of 'scard_selec<br>pcsc_funcs.c:606: warning: pointer targets in passing argument 1 of 'scard_parse<br>pcsc_funcs.c:624: warning: pointer targets in passing argument 2 of 'scard_read_
<br>pcsc_funcs.c: In function 'scard_gsm_auth':<br>pcsc_funcs.c:692: error: 'SCARD_S_SUCCESS' undeclared (first use in this functio<br>pcsc_funcs.c: In function 'scard_umts_auth':<br>pcsc_funcs.c:795: error: 'SCARD_S_SUCCESS' undeclared (first use in this functio
<br>make: *** [pcsc_funcs.o] Error 1<br>rh-penguin:~/Desktop/wlan hacking/wpa_supplicant-0.4.9 # make<br>cc -MMD -O2 -Wall -g -I. -I../utils -I../hostapd -DCONFIG_BACKEND_FILE -DCONFIG_DRIVER_HOSTAP -DCONFIG_DRIVER_WEXT -DCONFIG_DRIVER_HERMES -DCONFIG_DRIVER_MADWIFI -DCONFIG_DRIVER_ATMEL -DCONFIG_DRIVER_NDISWRAPPER -DCONFIG_DRIVER_BROADCOM -DCONFIG_DRIVER_IPW -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -DUSE_DNET_PCAP -DCONFIG_WINPCAP -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_SIM -DEAP_LEAP -DEAP_PSK -DEAP_AKA -DEAP_TLV -DEAP_PAX -DIEEE8021X_EAPOL -DPCSC_FUNCS -I/usr/include/PCSC -DEAP_TLS_FUNCS -DCONFIG_WIRELESS_EXTENSION -c -o pcsc_funcs.o pcsc_funcs.c
<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>whats wrong??<br>