1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

WPA supplicant daemon for 802.11 networks.

Submitted by: sam
This commit is contained in:
Warner Losh 2004-12-12 22:23:07 +00:00
parent 837a9e8ca9
commit ab14a52078
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123844
6 changed files with 43 additions and 0 deletions

View File

@ -472,6 +472,7 @@
SUBDIR += vulnerability-test-port
SUBDIR += vuxml
SUBDIR += vxquery
SUBDIR += wpa_supplicant
SUBDIR += xca
SUBDIR += xinetd
SUBDIR += xmlsec

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: wpa_supplicant
# Date created: 7 December 2004
# Whom: sam
#
# $FreeBSD$
#
PORTNAME= wpa_suplicant
PORTVERSION= 0.3.0
CATEGORIES= security
MASTER_SITES= http://hostap.epitest.fi/releases/
DISTNAME= wpa_supplicant-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Supplicant (client) for WPA/802.1x protocols
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
post-extract:
@${CP} ${FILESDIR}/config.bsd ${WRKSRC}/.config
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (wpa_supplicant-0.3.0.tar.gz) = 579e663120882835b5b2484ccfa60548
SIZE (wpa_supplicant-0.3.0.tar.gz) = 253706

View File

@ -0,0 +1,3 @@
CONFIG_DRIVER_BSD=y
CFLAGS += -I/usr/local/include
LIBS += -L/usr/local/lib

View File

@ -0,0 +1,9 @@
wpa_supplicant is a client (supplicant) for the WPA, 802.11i, and
802.1x security protocols typically used over wireless networks.
You must have a WPA, 802.11i, or 802.1x authenticator (server) to
make use of this program.
WWW: http://hostap.epitest.fi/wpa_supplicant/
- Sam Leffler
sam@FreeBSD.org

View File

@ -0,0 +1,3 @@
bin/wpa_supplicant
bin/wpa_passphrase
bin/wpa_cli