head	1.3;
access;
symbols
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.02.16.07.03.32;	author brooks;	state dead;
branches;
next	1.2;

1.2
date	2005.01.08.19.06.48;	author brooks;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.13.00.19.20;	author imp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.3.8.  See ChangeLog for details.
- Install sample config file in etc/wpa_supplication.conf.sample instead
  of DOCSDIR.
- Obey PREFIX.
- Follow move of binaries from bin to sbin.

Committed from a laptop running this version against an AP with WPA-PSK
and AES encription.

Submitted by:	Yamamoto Shigeru <shigeru at iij dot ad dot jp>
PR:		75609 (by Rong-En Fan <rafan at infor dot org>)
@
text
@--- eapol_sm.c	Sun Dec  5 16:28:25 2004
+++ eapol_sm.c	Sun Dec 12 15:53:17 2004
@@@@ -1371,7 +1371,7 @@@@
 }
 
 
-static unsigned int eapol_sm_get_int(void *ctx, enum eapol_int_var variable)
+static unsigned int eapol_sm_get_int(void *ctx, enum eapol_bool_var variable)
 {
 	struct eapol_sm *sm = ctx;
 	if (sm == NULL)
@


1.2
log
@- Spell wpa_supplicant with two 'p's in PORTNAME
- Remove now unnecessicary DISTNAME
- Add net to CATEGORIES
- Ditch the pkg-plist file in favor of PLIST_FILES, there were only
  three lines in the plist
- Make the patch files relative to WRKSRC so we can drop PATCH_ARGS
- Install some documentation
- Bump PORTREVISION for new docs
@
text
@@


1.1
log
@Add support for EAP.  It might not work only in 802.1x mode, but should
work in WPA+802.1x.

Submitted by: sam
@
text
@d1 2
a2 3
diff -ru work/wpa_supplicant-0.3.0/eapol_sm.c work.sav/wpa_supplicant-0.3.0/eapol_sm.c
--- work/wpa_supplicant-0.3.0/eapol_sm.c	Sun Dec  5 16:28:25 2004
+++ work.sav/wpa_supplicant-0.3.0/eapol_sm.c	Sun Dec 12 15:53:17 2004
@

