Re: 802.1x
MuLa_oMaR <[email protected]> Thu, 09 Oct 2003 09:19:25 +0200
| Newsgroups | gmane.linux.drivers.wireless.access-point |
|---|---|
| Message-ID | <[email protected]> |
Hi Gunter, Thanks you very much I'll work on it, now. Regards. Omar. Gunter Burchardt wrote: >Hi > >I cant post messages to the mailing list directly. I don't know why. >So i write you directly: > >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 >with: > >EXTRA_CFLAGS="-DPRISM2_HOSTAPD" > >My Mk/hostap.mk is: > >[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 > > > >