Discussion:
802.1x
MuLa_oMaR
2003-10-08 08:34:37 UTC
Permalink
Hi,
This my first post, i am a newie.
I'd like to know if 802.1x is supported by Linuxap, and if so, how could
i configure it.
If it was impossible, ¿Why?
I am ussing one of the lastest flash image with hostap-0.0.4

Thanks at all.
Omar.
MuLa_oMaR
2003-10-08 16:25:44 UTC
Permalink
Hello again,
I repeat that i am a newbie ( better than newie).
I have upload hostapd and hostapd.conf to linuxap, but the problem is
that i can't execute it.

/var/etc/rw/#./hostapd hostapd.conf
/bin/ash: ./hostapd: not found

Where is the mistake?

Thanks.
Post by MuLa_oMaR
Hi,
This my first post, i am a newie.
I'd like to know if 802.1x is supported by Linuxap, and if so, how
could i configure it.
If it was impossible, ¿Why?
I am ussing one of the lastest flash image with hostap-0.0.4
Thanks at all.
Omar.
_______________________________________________
LinuxAP-dev mailing list
http://linuxAP.ksmith.com/mailman/listinfo/linuxap-dev
MuLa_oMaR
2003-10-09 07:19:25 UTC
Permalink
Hi Gunter,
Thanks you very much
I'll work on it, now.

Regards.
Omar.
Hi
I cant post messages to the mailing list directly. I don't know why.
802.1x isn't supported by LinuxAP at the moment. So far only the
kernel-module version of hostap is used. For 802.1x you need the deamon
vesion of hostap. I had done it for my own. You have to compile hostap
EXTRA_CFLAGS="-DPRISM2_HOSTAPD"
[snip]
hostap-build: hostap-config
@echo -e "\nBuild hostap version $(HOSTAP_VERSION)."
@$(MAKE) -C hostap pci \
EXTRA_CFLAGS="-DPRISM2_HOSTAPD" \
CROSS_COMPILE=$(CROSS_COMPILE) \
KERNEL_PATH=$(KERNEL_DIR) \
PCMCIA_PATH=$(PCMCIA_PATH) \
/tmp/hostap-build 2>&1
@$(MAKE) -C hostap/hostapd
CC=/usr/i386-linux-uclibc/bin/i386-uclibc-gcc >>
/tmp/hostap-build 2>&1
@mv /tmp/hostap-build .
hostap-install: hostap-build
@echo -e "\nInstall hostap version $(HOSTAP_VERSION)."
@$(MAKE) -C hostap IMAGE_DIR=$(IMAGE_DIR) \
CROSS_COMPILE=$(CROSS_COMPILE) \
DESTDIR=$(IMAGE_DIR) \
install_pci \
install_hostap \
install_crypt \
/tmp/hostap-install 2>&1
strip --strip-debug
$(IMAGE_DIR)/lib/modules/$(KERNEL_VERSION)/pcmcia/*
strip --strip-debug
$(IMAGE_DIR)/lib/modules/$(KERNEL_VERSION)/net/*
@cp /usr/src/linuxAP/hostap/hostapd/hostapd $(IMAGE_DIR)/bin
strip $(IMAGE_DIR)/bin/hostapd
@cp -va hostap/utils/prism2_param $(IMAGE_DIR)/sbin > /dev/null
2>&1
@$(MAKE) -C hostap/hostapd hostapd \
CROSS_COMPILE=$(CROSS_COMPILE) \
DESTDIR=$(IMAGE_DIR) \
/tmp/hostap-install 2>&1
[/snip]
If it was impossible, ?Why?
I am ussing one of the lastest flash image with hostap-0.0.4
In hostap/hostapd is a sample configuration-file (hostapd.conf).
Don't forget to patch the linuxAP-kernel. Put the hostap-patch-file to
patches/linux/2.4.20/ and make a patchfile for the rest stuff of hostap
(read README-file in hostap/).
gunter
Loading...