diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-12 04:52:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-12 04:52:47 +0000 |
commit | db426675f0f7f2fb6445c0032d2ca381262c37b6 (patch) | |
tree | bd64c16966032dfef9268be3566ef675bdfb7c47 /net/Makefile | |
parent | 2ed3b11bf5c67d5b7d03ca418d5f4fb0942354db (diff) | |
download | ports-db426675f0f7f2fb6445c0032d2ca381262c37b6.tar.gz ports-db426675f0f7f2fb6445c0032d2ca381262c37b6.zip |
hostapd is a user space daemon for access point and authentication
servers. It implements IEEE 802.11 access point management, IEEE
802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server, and
RADIUS authentication server. The current version supports Linux
(Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211).
WWW: http://hostap.epitest.fi/hostapd/
PR: ports/154621
Submitted by: leres at ee.lbl.gov
Notes
Notes:
svn path=/head/; revision=268964
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6fb0025e98c3..b96ce46977cd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -228,6 +228,7 @@ SUBDIR += hinfo SUBDIR += hlmaster SUBDIR += honeyd + SUBDIR += hostapd SUBDIR += howl SUBDIR += hping SUBDIR += hping-devel |