complete list of hostap files, pse

Dominique Blas ml
Sun Jul 6 18:24:45 PDT 2003


Le Dimanche 6 Juillet 2003 21:03, Francois BERGERET a ?crit :
> Hi Jonnas, hi the list,
>
> Thanks for the pointer.
>
> Sorry for my very poor english.
> I tempt to explain differently :
> I have Bering 1.1 running. Jacques Nilo, which is the project manager of
> this fantastic distro, has compiled hostap for it. But, after having
> installed the pcmcia_hostap.lrp package, it seems that some files are
> missing or I have not completely understood how to do with it.
> What I am asking is the list of the files used by hostap and their exact
> path in a Debian Woody directory tree.
>

Fran?ois, 

as always with hostap the make is fairly simple :
	make
This make will also compile the companion modules : hostap, hostap_crypt.o and hostap_crypt_wep.o

Then you move the .o in their appropriate directory (/lib/modules/<kernel name>/pcmcia for hostap_cs.o and /lib/modules/<kernel name>/net for the others).

Or, SIMPLER, 
	make install
	will move automatically the .o in the correct destination directory and will do the depmod -a for you

If you have unresolved symbols when you load hostap_pci (or hostap_cs or hostap_plx) it means that your development kernel version and your running kernel version don't match !
Be sure that your modules where compiled with the same version (label above all) of kernel you're are running under.
Be also sure that the kernel you are running had Hermes Chipset support checked.


Here is the whole list of files for hostap 0.0.3.

	hostap-0.0.3/COPYING
	hostap-0.0.3/ChangeLog
	hostap-0.0.3/FAQ
	hostap-0.0.3/Makefile
	hostap-0.0.3/README
	hostap-0.0.3/driver_source.txt
	hostap-0.0.3/driver/
	hostap-0.0.3/driver/etc/
	hostap-0.0.3/driver/etc/hostap_cs.conf
	hostap-0.0.3/driver/hostap.mk
	hostap-0.0.3/driver/modules/
	hostap-0.0.3/driver/modules/.cvsignore
	hostap-0.0.3/driver/modules/Makefile
	hostap-0.0.3/driver/modules/hostap.c
	hostap-0.0.3/driver/modules/hostap.h
	hostap-0.0.3/driver/modules/hostap_ap.c
	hostap-0.0.3/driver/modules/hostap_ap.h
	hostap-0.0.3/driver/modules/hostap_compat.h
	hostap-0.0.3/driver/modules/hostap_config.h
	hostap-0.0.3/driver/modules/hostap_crypt.c
	hostap-0.0.3/driver/modules/hostap_crypt.h
	hostap-0.0.3/driver/modules/hostap_crypt_wep.c
	hostap-0.0.3/driver/modules/hostap_cs.c
	hostap-0.0.3/driver/modules/hostap_download.c
	hostap-0.0.3/driver/modules/hostap_hw.c
	hostap-0.0.3/driver/modules/hostap_info.c
	hostap-0.0.3/driver/modules/hostap_ioctl.c
	hostap-0.0.3/driver/modules/hostap_pci.c
	hostap-0.0.3/driver/modules/hostap_plx.c
	hostap-0.0.3/driver/modules/hostap_proc.c
	hostap-0.0.3/driver/modules/hostap_wlan.h
	hostap-0.0.3/hostapd/
	hostap-0.0.3/hostapd/.cvsignore
	hostap-0.0.3/hostapd/Makefile
	hostap-0.0.3/hostapd/accounting.c
	hostap-0.0.3/hostapd/accounting.h
	hostap-0.0.3/hostapd/ap.h
	hostap-0.0.3/hostapd/common.c
	hostap-0.0.3/hostapd/common.h
	hostap-0.0.3/hostapd/config.c
	hostap-0.0.3/hostapd/config.h
	hostap-0.0.3/hostapd/developer.txt
	hostap-0.0.3/hostapd/driver.c
	hostap-0.0.3/hostapd/driver.h
	hostap-0.0.3/hostapd/eapol_sm.c
	hostap-0.0.3/hostapd/eapol_sm.h
	hostap-0.0.3/hostapd/eloop.c
	hostap-0.0.3/hostapd/eloop.h
	hostap-0.0.3/hostapd/hostapd.accept
	hostap-0.0.3/hostapd/hostapd.c
	hostap-0.0.3/hostapd/hostapd.conf
	hostap-0.0.3/hostapd/hostapd.deny
	hostap-0.0.3/hostapd/hostapd.h
	hostap-0.0.3/hostapd/iapp.c
	hostap-0.0.3/hostapd/iapp.h
	hostap-0.0.3/hostapd/ieee802_11.c
	hostap-0.0.3/hostapd/ieee802_11.h
	hostap-0.0.3/hostapd/ieee802_11_auth.c
	hostap-0.0.3/hostapd/ieee802_11_auth.h
	hostap-0.0.3/hostapd/ieee802_1x.c
	hostap-0.0.3/hostapd/ieee802_1x.h
	hostap-0.0.3/hostapd/md5.c
	hostap-0.0.3/hostapd/md5.h
	hostap-0.0.3/hostapd/radius.c
	hostap-0.0.3/hostapd/radius.h
	hostap-0.0.3/hostapd/radius_client.c
	hostap-0.0.3/hostapd/radius_client.h
	hostap-0.0.3/hostapd/rc4.c
	hostap-0.0.3/hostapd/rc4.h
	hostap-0.0.3/hostapd/receive.c
	hostap-0.0.3/hostapd/sta_info.c
	hostap-0.0.3/hostapd/sta_info.h
	hostap-0.0.3/kernel-patches/
	hostap-0.0.3/kernel-patches/README
	hostap-0.0.3/kernel-patches/hostap-linux-2.4.20.patch
	hostap-0.0.3/kernel-patches/hostap-linux-2.5.60.patch
	hostap-0.0.3/kernel-patches/hostap-linux-2.5.69.patch
	hostap-0.0.3/pcmcia-cs-patches/
	hostap-0.0.3/pcmcia-cs-patches/README
	hostap-0.0.3/pcmcia-cs-patches/hostap-pcmcia-cs-3.1.34.patch
	hostap-0.0.3/sniff/
	hostap-0.0.3/sniff/Makefile
	hostap-0.0.3/sniff/README
	hostap-0.0.3/sniff/ieee80211.h
	hostap-0.0.3/sniff/management.c
	hostap-0.0.3/sniff/wlansniff.c
	hostap-0.0.3/utils/
	hostap-0.0.3/utils/.cvsignore
	hostap-0.0.3/utils/Makefile
	hostap-0.0.3/utils/hostap_crypt_conf.c
	hostap-0.0.3/utils/hostap_diag.c
	hostap-0.0.3/utils/hostap_io_debug.c
	hostap-0.0.3/utils/hostap_rid.c
	hostap-0.0.3/utils/prism2_param
	hostap-0.0.3/utils/prism2_srec.c
	hostap-0.0.3/utils/split_combined_hex
	hostap-0.0.3/utils/util.c
	hostap-0.0.3/utils/util.h
	hostap-0.0.3/utils/wireless_copy.h

Regards,
db




More information about the Hostap mailing list