From 0373f2ad40ee5746c3035acb43e6c235c19d1bfd Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Mon, 8 Nov 2004 01:01:37 +0000 Subject: [PATCH] Merge bk://openembedded@openembedded.bkbits.net/packages-devel into handhelds.org:/home/mhentges/OpenEmbedded/packages-devel 2004/11/08 02:01:17+01:00 handhelds.org!CoreDump Add wpa_supplicant for WPA encrytion. Courtesy of zecke. Thanks. BKrev: 418ec571WOy37MsVJDTFKduUS0wIQQ --- hostap/files/wpa-defconfig | 15 ++++++++++ hostap/files/wpa_supplicant_default.conf | 0 hostap/hostap-wpa-supplicant_0.2.5.oe | 0 nonworking/hostap/files/wpa-defconfig | 15 ---------- .../hostap/hostap-wpa-supplicant_0.2.5.oe | 28 ------------------- 5 files changed, 15 insertions(+), 43 deletions(-) create mode 100644 hostap/files/wpa_supplicant_default.conf create mode 100644 hostap/hostap-wpa-supplicant_0.2.5.oe delete mode 100644 nonworking/hostap/files/wpa-defconfig delete mode 100644 nonworking/hostap/hostap-wpa-supplicant_0.2.5.oe diff --git a/hostap/files/wpa-defconfig b/hostap/files/wpa-defconfig index e69de29bb2..2dac008aa5 100644 --- a/hostap/files/wpa-defconfig +++ b/hostap/files/wpa-defconfig @@ -0,0 +1,15 @@ +# CONFIG_DRIVER_HOSTAP is not set +CONFIG_DRIVER_WEXT=y +CONFIG_WIRELESS_EXTENSION=y +CONFIG_DRIVER_HOSTAP=y +CONFIG_IEEE8021X_EAPOL=y +CONFIG_EAP_MD5=y +CONFIG_MSCHAPV2=y +CONFIG_EAP_TLS=y +CONFIG_EAP_PEAP=y +CONFIG_EAP_TTLS=y +CONFIG_EAP_GTC=y +CONFIG_EAP_OTP=y +CONFIG_EAP_SIM=y +CONFIG_EAP_LEAP=y +#CONFIG_PCSC=y diff --git a/hostap/files/wpa_supplicant_default.conf b/hostap/files/wpa_supplicant_default.conf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-wpa-supplicant_0.2.5.oe b/hostap/hostap-wpa-supplicant_0.2.5.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/nonworking/hostap/files/wpa-defconfig b/nonworking/hostap/files/wpa-defconfig deleted file mode 100644 index 2dac008aa5..0000000000 --- a/nonworking/hostap/files/wpa-defconfig +++ /dev/null @@ -1,15 +0,0 @@ -# CONFIG_DRIVER_HOSTAP is not set -CONFIG_DRIVER_WEXT=y -CONFIG_WIRELESS_EXTENSION=y -CONFIG_DRIVER_HOSTAP=y -CONFIG_IEEE8021X_EAPOL=y -CONFIG_EAP_MD5=y -CONFIG_MSCHAPV2=y -CONFIG_EAP_TLS=y -CONFIG_EAP_PEAP=y -CONFIG_EAP_TTLS=y -CONFIG_EAP_GTC=y -CONFIG_EAP_OTP=y -CONFIG_EAP_SIM=y -CONFIG_EAP_LEAP=y -#CONFIG_PCSC=y diff --git a/nonworking/hostap/hostap-wpa-supplicant_0.2.5.oe b/nonworking/hostap/hostap-wpa-supplicant_0.2.5.oe deleted file mode 100644 index efe779d026..0000000000 --- a/nonworking/hostap/hostap-wpa-supplicant_0.2.5.oe +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "User space helper for WPA and WPA2 client operations. \ -The Supplicant is used in WPA/WPA2 key handshakes to authenticate \ -with the AP and to generate dynamic encryption keys (TKIP or CCMP)." -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael Lauer " -LICENSE = "GPL" -DEPENDS = "openssl" -RDEPENDS = "hostap-modules (${PV}) hostap-utils (${PV}) hostap-daemon (${PV})" - -SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \ - file://wpa-defconfig" -S = "${WORKDIR}/wpa_supplicant-${PV}" - -EXTRA_OEMAKE="LIBS='-L${STAGING_LIBDIR} -lssl -lcrypto' LIBS_p='-L${STAGING_LIBDIR} -lssl -lcrypto'" - -do_configure() { - install -m 0644 ${WORKDIR}/wpa-defconfig .config -} - -do_install() { - install -d ${D}/${sysconfdir} ${D}/${bindir} - install -m 0644 wpa_supplicant.conf ${D}/${sysconfdir}/ - install -m 0755 wpa_passphrase ${D}/${bindir} - install -m 0755 wpa_cli ${D}/${bindir} - install -m 0755 wpa_supplicant ${D}/${bindir} -} - -- 2.39.5