Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72557 Details for
Bug 112048
madwifi in Master mode+hostapd+WPA doesn't work with windows clients
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hostapd-0.3.9-r1.ebuild
hostapd-0.3.9-r1.ebuild (text/plain), 2.13 KB, created by
Gordon Malm (RETIRED)
on 2005-11-10 00:08:09 UTC
(
hide
)
Description:
hostapd-0.3.9-r1.ebuild
Filename:
MIME Type:
Creator:
Gordon Malm (RETIRED)
Created:
2005-11-10 00:08:09 UTC
Size:
2.13 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.3.9-r1.ebuild,v 1.3 2005/08/16 12:35:40 brix Exp $ > >inherit toolchain-funcs eutils > >MADWIFI_VERSION="2005-04-20" > >DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon" >HOMEPAGE="http://hostap.epitest.fi" >SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz > mirror://gentoo/madwifi-cvs-snapshot-${MADWIFI_VERSION}.tar.bz2" > >LICENSE="|| ( GPL-2 BSD )" >SLOT="0" >KEYWORDS="~ppc x86" > >IUSE="ssl" > >RDEPEND="ssl? ( dev-libs/openssl )" >DEPEND="${RDEPEND} > sys-apps/sed" > >src_unpack() { > local CONFIG=${S}/.config > > unpack ${A} > epatch ${FILESDIR}/use-eapol-v1-winxp-compat.patch > > sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \ > ${S}/hostapd.conf > > # toolchain setup > echo "CC = $(tc-getCC)" > ${CONFIG} > > # authentication methods > echo "CONFIG_EAP=y" >> ${CONFIG} > echo "CONFIG_EAP_MD5=y" >> ${CONFIG} > echo "CONFIG_EAP_GTC=y" >> ${CONFIG} > echo "CONFIG_IAPP=y" >> ${CONFIG} > echo "CONFIG_PKCS12=y" >> ${CONFIG} > echo "CONFIG_RADIUS_SERVER=y" >> ${CONFIG} > echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG} > echo "CONFIG_EAP_SIM=y" >> ${CONFIG} > > if use ssl; then > # SSL authentication methods > echo "CONFIG_EAP_MSCHAPV2=y" >> ${CONFIG} > echo "CONFIG_EAP_PEAP=y" >> ${CONFIG} > echo "CONFIG_EAP_TLS=y" >> ${CONFIG} > echo "CONFIG_EAP_TTLS=y" >> ${CONFIG} > fi > > # Linux specific drivers > echo "CONFIG_DRIVER_HOSTAP=y" >> ${CONFIG} > echo "CONFIG_DRIVER_WIRED=y" >> ${CONFIG} > echo "CONFIG_DRIVER_PRISM54=y" >> ${CONFIG} > > # Add include path for madwifi-driver headers > echo "CFLAGS += -I${WORKDIR}/madwifi" >> ${CONFIG} > echo "CONFIG_DRIVER_MADWIFI=y" >> ${CONFIG} >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > insinto /etc/hostapd > doins hostapd.conf hostapd.accept hostapd.deny > > dosbin hostapd > dobin hostapd_cli > > newinitd ${FILESDIR}/${P}-init.d hostapd > newconfd ${FILESDIR}/${P}-conf.d hostapd > > doman hostapd.8 hostapd_cli.1 > > dodoc ChangeLog developer.txt README > > docinto examples > dodoc madwifi.conf wired.conf >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 112048
:
72554
|
72555
|
72556
| 72557 |
72558
|
72559