summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314541:ngie2017-05-307-11/+11
| | | | | | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output.
* MFC 312684sevan2017-03-301-8/+122
| | | | | | | | | Extend manual to cover more commands and options. PR: 203406 Submitted by: Fehmi Noyan Isi (fnoyanisi AT yahoo DOT com) Approved by: wblock (mentor) Differential Revision: https://reviews.freebsd.org/D8691
* Update hostapd/wpa_supplicant to version 2.5.rpaulo2015-10-183-6/+2
| | | | | | Tested by several people on current@/wireless@. Relnotes: yes
* Add more SUBDIR_PARALLEL.bdrewery2015-09-261-0/+1
| | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* Revert r287578. This patch requires more review.jkim2015-09-082-4/+2
| | | | Requested by: adrian
* Enable 802.11n support.jkim2015-09-082-2/+4
| | | | PR: 164102
* Sort and remove duplicate compiler flags.jkim2015-09-082-15/+12
| | | | MFC after: 3 days
* Add META_MODE support.sjg2015-06-136-0/+125
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-086-12/+0
| |
| * Merge sync of headsjg2015-05-279-36/+30
| |\ | |/ |/|
| * Updated/new dependenciessjg2014-11-191-2/+0
| |
| * Merge from head@274682sjg2014-11-191-3/+3
| |\
| * \ Merge head from 7/28sjg2014-08-1918-18/+28
| |\ \
| * | | Updated dependenciessjg2014-05-166-4/+2
| | | |
| * | | Updated dependenciessjg2014-05-104-0/+8
| | | |
| * | | Merge from headsjg2014-05-082-0/+3
| |\ \ \
| * \ \ \ Merge headsjg2014-04-281-1/+1
| |\ \ \ \
| * | | | | Updated dependenciessjg2013-10-131-1/+0
| | | | | |
| * | | | | Merge from headsjg2013-09-0510-1813/+99
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-116-0/+6
| | | | | | |
| * | | | | | Updated dependenciessjg2013-02-166-12/+0
| | | | | | |
| * | | | | | Sync with HEAD.obrien2013-02-081-21/+50
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Sync from headsjg2012-11-041-1/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-226-0/+129
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | | | Fix wpa/hostapd build without OpenSSL.rpaulo2015-04-211-2/+3
| | | | | | | | |
* | | | | | | | | Merge wpa_supplicant/hostapd 2.4.rpaulo2015-04-213-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: SAE, Suite B, RFC 7268, EAP-PKE, ACS, and tons of bug fixes. Relnotes: yes
* | | | | | | | | Stop including if_var.h from userland.glebius2015-04-062-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sponsored by: Nginx, Inc.
* | | | | | | | | Convert usr.sbin to LIBADDbapt2014-11-257-16/+8
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Reduce overlinking
* | | | | | | | wpa_cli does not use libedit anymore since version 1.0bapt2014-11-151-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL
* | | | | | | convert to using pidfile... This prevents multiple wpa_supplicantsjmg2014-06-225-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | running at the same time causing problems w/ wifi not working.. the patch will be submitted upstream... The next step if someone wants to push it upstream is to break os_unix.c up so that all these other utilities don't need libutil.. Reviewed by: rpaulo
* | | | | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-208-11/+10
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-062-0/+3
| |_|_|_|/ |/| | | | | | | | | | | | | | from the latter.
* | | | | Fix reference to ioctl(2).pluknet2013-11-211-1/+1
| |_|_|/ |/| | |
* | | | Merge hostapd / wpa_supplicant 2.0.rpaulo2013-07-0410-1818/+99
| | | | | | | | | | | | | | | | Reviewed by: adrian (driver_bsd + usr.sbin/wpa)
* | | | Teach wpa_supplicant to properly compute wireless signal strength.eadler2013-05-111-0/+5
| |_|/ |/| | | | | | | | | | | | | | PR: bin/170631 Submitted by: Daan Vreeken <Daan@vitsch.nl> Reviewed by: adrian
* | | Document all of the options that wpa_supplicant accepts.issyl02012-11-071-21/+50
| |/ |/| | | | | | | | | | | PR: docs/171755 Reviewed by: gavin Approved by: gabor (mentor) MFC after: 5 days
* | Xref mwl(4) and rum(4) in hostapd(8).gjb2012-07-181-1/+3
|/ | | | MFC after: 3 days
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+1
| | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days
* Reword hostapd.conf(5) sentence.gjb2012-05-161-2/+2
| | | | | | Suggested by: hrs MFC after: 3 days X-MFC-With: r235337 (a bit delayed...)
* Remove end of line whitespace.joel2012-05-121-1/+1
|
* General mdoc(7) and typo fixes.gjb2012-05-122-3/+3
| | | | | | PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Fix WITHOUT_EXAMPLES build:bschmidt2012-04-292-2/+4
| | | | | | | | | 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
* Move crypto stuff into a common Makefile. While here fix thebschmidt2012-04-283-93/+148
| | | | | | | | 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
* not only the file names have changed from eap_xxx.c to eap_server_xxx.c,bschmidt2012-04-281-5/+5
| | | | | | the defines too MFC after: 2 weeks
* enable EAP_GTC and EAP_OTP to match upstream's default configurationbschmidt2012-04-281-9/+5
| | | | MFC after: 2 weeks
* Follow up r234711 and do same for the supplicant, one file/option perbschmidt2012-04-282-48/+92
| | | | | | line. While here merge the options which are always enabled. MFC after: 2 weeks
* Add a note to hostapd.conf about an unhelpful error message in the hope thattheraven2012-04-271-1/+2
| | | | | | it won't confuse anyone else in the future. MFC after: 1 week
* fix EAP server support after the 0.7.3 import:bschmidt2012-04-262-54/+107
| | | | | | | | | | | | | | | - eap_xxx.c files have been renamed to eap_server_xxx.c - additional crypto files are required for some options - EAP_MD5 and EAP_GTC is now enabled by default to match vendor config - move each file on its own line to hopefully make further diffs easier to read EAP_SERVER is now enabled by default. Fiddling with HOSTAPD_CFLAGS in src.conf is no longer required to get a basic WPA-EAP/radius setup running. Tested by: Johann Hugo <jhugo at meraka.csir.co.za> MFC after: 2 weeks
* Mention run(4)kevlo2012-02-091-0/+1
|
OpenPOWER on IntegriCloud