summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa/wpa_cli
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-07-11 16:04:08 +0000
committersam <sam@FreeBSD.org>2007-07-11 16:04:08 +0000
commit257b90801da4be0806d47875c6255363b191f9cb (patch)
treeef04ff0fcd998a7a7f36c1529634f4d05027f28b /usr.sbin/wpa/wpa_cli
parent2d44ce5ac22ceba4caba3ff406d21b158874a386 (diff)
downloadFreeBSD-src-257b90801da4be0806d47875c6255363b191f9cb.zip
FreeBSD-src-257b90801da4be0806d47875c6255363b191f9cb.tar.gz
update for wpa_supplicant 0.5.8 import:
o unix domain socket to wpa_cli is configured w/ CONFIG_CTRL_IFACE_UNIX o terminate on last interface option is configured w/ CONFIG_TERMINATE_ONLASTIF o ndis/Packet32.c fixups to force roaming mode to manual o document new mixed_cell config knob Submitted by: thompsa (Packet32.c) Reviewed by: thompsa, sephe Approved by: re (hrs)
Diffstat (limited to 'usr.sbin/wpa/wpa_cli')
-rw-r--r--usr.sbin/wpa/wpa_cli/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/wpa/wpa_cli/Makefile b/usr.sbin/wpa/wpa_cli/Makefile
index 91b9511..af0d14c 100644
--- a/usr.sbin/wpa/wpa_cli/Makefile
+++ b/usr.sbin/wpa/wpa_cli/Makefile
@@ -4,8 +4,11 @@ WPA_SUPPLICANT_DISTDIR?= ${.CURDIR}/../../../contrib/wpa_supplicant
.PATH: ${WPA_SUPPLICANT_DISTDIR}
PROG= wpa_cli
-SRCS= wpa_cli.c wpa_ctrl.c
+SRCS= wpa_cli.c wpa_ctrl.c os_unix.c
MAN= wpa_cli.8
+CFLAGS+= -DCONFIG_CTRL_IFACE
+CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud