Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2007 16:32:07 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 117748 for review
Message-ID:  <200704091632.l39GW7vM000143@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=117748

Change 117748 by sam@sam_ebb on 2007/04/09 16:31:05

	update for v0.5.7; note that ndis support is dropped because
	it does not even compile

Affected files ...

.. //depot/projects/wifi/usr.sbin/wpa/wpa_supplicant/Makefile#5 edit

Differences ...

==== //depot/projects/wifi/usr.sbin/wpa/wpa_supplicant/Makefile#5 (text+ko) ====

@@ -7,9 +7,11 @@
 
 PROG=	wpa_supplicant
 SRCS=	config.c eloop.c common.c md5.c rc4.c sha1.c aes_wrap.c \
-	wpa_supplicant.c events.c wpa.c preauth.c \
-	ctrl_iface.c l2_packet.c main.c drivers.c driver_freebsd.c \
-	driver_ndis.c driver_ndis_.c Packet32.c
+	wpa_supplicant.c events.c wpa.c preauth.c pmksa_cache.c \
+	ctrl_iface.c ctrl_iface_unix.c l2_packet.c main.c drivers.c \
+	driver_ndis.c driver_ndis_.c Packet32.c \
+	driver_freebsd.c os_unix.c
+
 
 MAN=	wpa_supplicant.8 wpa_supplicant.conf.5
 
@@ -17,6 +19,8 @@
 CFLAGS+= -DCONFIG_DRIVER_BSD
 CFLAGS+= -DCONFIG_DRIVER_NDIS
 CFLAGS+= -DCONFIG_CTRL_IFACE
+CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
+CFLAGS+= -DCONFIG_TERMINATE_ONLASTIF
 CFLAGS+= -g
 DPADD+=	${LIBPCAP}
 LDADD+=	-lpcap
@@ -26,7 +30,7 @@
 CFLAGS+=-DCONFIG_BACKEND_FILE
 
 .if ${MK_WPA_SUPPLICANT_EAPOL} != "no"
-SRCS+=	eapol_sm.c eap.c
+SRCS+=	eapol_sm.c eap.c eap_methods.c
 CFLAGS+= -DIEEE8021X_EAPOL
 
 .if ${MK_OPENSSL} != "no" && !defined(RELEASE_CRUNCH)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704091632.l39GW7vM000143>