History log of /freebsd-10.2-release/usr.sbin/wpa/wpa_supplicant/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 252726 04-Jul-2013 rpaulo

Merge hostapd / wpa_supplicant 2.0.

Reviewed by: adrian (driver_bsd + usr.sbin/wpa)


# 234786 29-Apr-2012 bschmidt

Fix WITHOUT_EXAMPLES build:
While removing unnecessary entries from .PATH.c I missed that for the
examples WPA_SUPPLICANT_DISTDIR/HOSTAPD_DISTDIR is explicitly added to
.PATH.

Tested by: lev
MFC after: 2 weeks


# 234759 28-Apr-2012 bschmidt

Move crypto stuff into a common Makefile. While here fix the
WITHOUT_OPENSSL build by using the wpa's internal crypto support if
openssl is not available, this allows us to unconditionally enable
EAP support.

MFC after: 2 weeks


# 234757 28-Apr-2012 bschmidt

enable EAP_GTC and EAP_OTP to match upstream's default configuration

MFC after: 2 weeks


# 234756 28-Apr-2012 bschmidt

Follow up r234711 and do same for the supplicant, one file/option per
line. While here merge the options which are always enabled.

MFC after: 2 weeks


# 230293 18-Jan-2012 emaste

Add missing line continuation \. It did not cause any issue because
the same path is already being included in ../Makefile.inc.

PR: 164192
Submitted by: Devin Teske <dteske vicor com>
MFC after: 2 weeks


# 214735 03-Nov-2010 rpaulo

Adapt for wpa_supplicant / hostapd 0.7.3.


# 209159 14-Jun-2010 rpaulo

Update for hostapd & wpa_supplicant 0.6.10.


# 189263 02-Mar-2009 sam

update to 0.6.8

Reviewed by: thompsa


# 180158 01-Jul-2008 danger

- install the example wpa_supplicant.conf file to the share/examples/etc
directory [1]
- add the FILES section to the wpa_supplicant.conf.5 file, so that people
will be able to detect the example configuration file easier. [2]

PR: docs/121821 [2]
Approved by: brooks [1]
MFC after: 3 days


# 177574 24-Mar-2008 sam

enable syslog support and add -s option to the man page

MFC after: 3 weeks


# 174803 20-Dec-2007 sam

enable wired driver support

Submitted by: "Paul B. Mahol" <onemda@gmail.com>
MFC after: 1 week


# 173529 10-Nov-2007 sam

fix building w/ WITHOUT_WPA_SUPPLICANT_EAPOL

MFC after: 1 week


# 173528 10-Nov-2007 sam

install sample wpa_supplicant.conf; not everyone has source to reference


# 172382 28-Sep-2007 sam

fix building with NO_CRYPT=true

PR: 116439
Approved by: re (gnn)


# 172319 25-Sep-2007 sam

o enable use of EAP methods w/o modification to the base system; use
WPA_SUPPLICANT_CFLAGS, etc. (consult the Makefile's for details)
o enable ipv6 support in hostapd (for communication w/ a radius backend)

PR: bin/116164
Submitted by: "Scot Hetzel" <swhetzel@gmail.com>
Approved by: re (gnn)
MFC after: 2 weeks


# 171371 11-Jul-2007 sam

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)


# 157721 13-Apr-2006 ru

Add missing library dependencies.


# 156813 17-Mar-2006 ru

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


# 156378 07-Mar-2006 sam

update for v0.4.8 import of wpa_supplicant and hostapd

MFC after: 2 weeks


# 155703 14-Feb-2006 sam

Change default build of wpa_supplicant to include EAPOL support;
ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL
to build with only WPA-PSK support.

Reviewed by: ru, bsdimp (basic approach)
MFC after: 1 week


# 151214 10-Oct-2005 wpaul

Enable -D ndis support in wpa_supplicant and add the ndis_events utility.
This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS
drivers.


# 147452 17-Jun-2005 sam

o move wpa_supplicant to section 8
o fillin wpa_supplicant.conf.5

Approved by: re (blanket wpa)


# 147120 07-Jun-2005 sam

add EAP-TTLS to the EAPOL group; may want a separate knob later


# 147020 05-Jun-2005 sam

freebsd pieces of wpa supplicant support

Reviewed by: brooks