PERFORCE change 117748 for review

Sam Leffler sam at FreeBSD.org
Mon Apr 9 16:32:08 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=117748

Change 117748 by sam at 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)


More information about the p4-projects mailing list