summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2003-02-08 03:22:49 +0000
committerPeter Johanson <latexer@gentoo.org>2003-02-08 03:22:49 +0000
commit8c827b8dd3776845f8de7dbb784ebe7fe6c12305 (patch)
treec3f264ec467935b8040ef7dfca41670e7815f936 /net-wireless/hostap/files
parentFixed stupid typo that reversed the order of output in einfo statements. (diff)
downloadhistorical-8c827b8dd3776845f8de7dbb784ebe7fe6c12305.tar.gz
historical-8c827b8dd3776845f8de7dbb784ebe7fe6c12305.tar.bz2
historical-8c827b8dd3776845f8de7dbb784ebe7fe6c12305.zip
Moved hostap from sys-apps to net-wireless
Diffstat (limited to 'net-wireless/hostap/files')
-rw-r--r--net-wireless/hostap/files/digest-hostap-200210122
-rw-r--r--net-wireless/hostap/files/hostap-20021012-gentoo-patch.diff13
2 files changed, 15 insertions, 0 deletions
diff --git a/net-wireless/hostap/files/digest-hostap-20021012 b/net-wireless/hostap/files/digest-hostap-20021012
new file mode 100644
index 000000000000..1c66f06d19b0
--- /dev/null
+++ b/net-wireless/hostap/files/digest-hostap-20021012
@@ -0,0 +1,2 @@
+MD5 f5170147792a591120437dd33dbb106d hostap-2002-10-12.tar.gz 204390
+MD5 7e9f01a697d2e3e5164340d79474ea30 pcmcia-cs-3.2.1.tar.gz 1250413
diff --git a/net-wireless/hostap/files/hostap-20021012-gentoo-patch.diff b/net-wireless/hostap/files/hostap-20021012-gentoo-patch.diff
new file mode 100644
index 000000000000..4b80ab474ca0
--- /dev/null
+++ b/net-wireless/hostap/files/hostap-20021012-gentoo-patch.diff
@@ -0,0 +1,13 @@
+--- hostap-2002-10-12/hostapd/hostapd.h 2002-09-08 13:49:35.000000000 -0400
++++ hostapd.h.new 2003-02-06 19:03:47.000000000 -0500
+@@ -49,9 +49,8 @@
+ struct sta_info *sta_aid[MAX_AID_TABLE_SIZE];
+
+ enum { HOSTAPD_DEBUG_NO = 0, HOSTAPD_DEBUG_MINIMAL = 1,
+- HOSTAPD_DEBUG_MSGDUMPS = 2 };
++ HOSTAPD_DEBUG_MSGDUMPS = 2 } debug; /* debug verbosity level */
+
+- int debug; /* debug verbosity level */
+ char *dump_log_name; /* file name for state dump (SIGUSR1) */
+
+ int ieee802_1x; /* use IEEE 802.1X */