sjg
e909cd6c36
Updated/new dependencies
2014-11-19 07:10:38 +00:00
sjg
b137080f19
Merge from head@274682
2014-11-19 01:07:58 +00:00
bapt
3eed72cbb7
wpa_cli does not use libedit anymore since version 1.0
2014-11-15 14:55:05 +00:00
sjg
d7cd1d425c
Merge head from 7/28
2014-08-19 06:50:54 +00:00
brooks
ea5a037d1f
Replace all uses of libncurses and libtermcap with their wide character
...
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
2014-07-17 18:24:34 +00:00
jmg
fe156048d8
convert to using pidfile... This prevents multiple wpa_supplicants
...
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
2014-06-22 10:00:33 +00:00
bapt
c0cd28f928
use .Mt to mark up email addresses consistently (part2)
...
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
2014-06-20 09:57:27 +00:00
sjg
5860f0d106
Updated dependencies
2014-05-16 14:09:51 +00:00
sjg
1a7e48acf1
Updated dependencies
2014-05-10 05:16:28 +00:00
sjg
ed3fc70bf5
Merge from head
2014-05-08 23:54:15 +00:00
imp
2118f42afd
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
...
from the latter.
2014-05-06 04:22:01 +00:00
sjg
5e568154a0
Merge head
2014-04-28 07:50:45 +00:00
pluknet
f360fec59c
Fix reference to ioctl(2).
2013-11-21 19:31:57 +00:00
sjg
292ec5d301
Updated dependencies
2013-10-13 00:24:00 +00:00
sjg
62bb106222
Merge from head
2013-09-05 20:18:59 +00:00
rpaulo
083dd1de65
Merge hostapd / wpa_supplicant 2.0.
...
Reviewed by: adrian (driver_bsd + usr.sbin/wpa)
2013-07-04 21:12:58 +00:00
eadler
2a5622a76f
Teach wpa_supplicant to properly compute wireless signal strength.
...
PR: bin/170631
Submitted by: Daan Vreeken <Daan@vitsch.nl>
Reviewed by: adrian
2013-05-11 20:55:14 +00:00
sjg
6d37b86f2b
Updated dependencies
2013-03-11 17:21:52 +00:00
sjg
0ee5295509
Updated dependencies
2013-02-16 01:23:54 +00:00
obrien
3028e3f8ab
Sync with HEAD.
2013-02-08 16:10:16 +00:00
issyl0
44ccaabd5d
Document all of the options that wpa_supplicant accepts.
...
PR: docs/171755
Reviewed by: gavin
Approved by: gabor (mentor)
MFC after: 5 days
2012-11-07 15:47:36 +00:00
sjg
778e93c51a
Sync from head
2012-11-04 02:52:03 +00:00
marcel
9dd41e3647
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
gjb
ab47242507
Xref mwl(4) and rum(4) in hostapd(8).
...
MFC after: 3 days
2012-07-18 23:32:12 +00:00
wblock
9fa9a2acad
Fixes to man8 groff mandoc style, usage mistakes, or typos.
...
PR: 168016
Submitted by: Nobuyuki Koganemaru
Approved by: gjb
MFC after: 3 days
2012-05-24 02:24:03 +00:00
gjb
2ad549ab3d
Reword hostapd.conf(5) sentence.
...
Suggested by: hrs
MFC after: 3 days
X-MFC-With: r235337 (a bit delayed...)
2012-05-16 01:59:09 +00:00
joel
3a772ce0a6
Remove end of line whitespace.
2012-05-12 19:59:37 +00:00
gjb
67d88d49d4
General mdoc(7) and typo fixes.
...
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 15:08:22 +00:00
bschmidt
fe557e13aa
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
2012-04-29 12:48:52 +00:00
bschmidt
b94d273514
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
2012-04-28 11:11:53 +00:00
bschmidt
ec5210f39c
not only the file names have changed from eap_xxx.c to eap_server_xxx.c,
...
the defines too
MFC after: 2 weeks
2012-04-28 11:02:32 +00:00
bschmidt
b8cfac7d01
enable EAP_GTC and EAP_OTP to match upstream's default configuration
...
MFC after: 2 weeks
2012-04-28 11:01:12 +00:00
bschmidt
0a3070da3b
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
2012-04-28 10:59:29 +00:00
theraven
83be402c4a
Add a note to hostapd.conf about an unhelpful error message in the hope that
...
it won't confuse anyone else in the future.
MFC after: 1 week
2012-04-27 15:35:09 +00:00
bschmidt
c4d8dce696
fix EAP server support after the 0.7.3 import:
...
- 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
2012-04-26 17:35:11 +00:00
kevlo
0fd71d974e
Mention run(4)
2012-02-09 08:33:04 +00:00
emaste
206e1ce96f
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
2012-01-18 02:44:22 +00:00
uqs
415a3a9b96
Spelling fixes for usr.sbin/
2011-12-30 10:58:14 +00:00
kevlo
80dd636e8f
Remove duplicated header files
2011-06-24 07:05:20 +00:00
obrien
cddd210098
* Add the readline(3) API to libedit. The libedit versions of
...
{readline,history}.h are in /usr/include/edit so as to not conflict with
the GNU libreadline versions. To use the libedit readline(3) one should
add "-I/usr/include/edit" to their Makefile
(spelled "-I${DESTDIR}/${INCLUDEDIR}/edit" within the FreeBSD source tree).
* Enable its use in the BSD licensed utilities that support readline(3).
* To make it easier to sync libedit development with NetBSD, histedit.h
is moved into libedit's directory as history shows shown we keep merging
it into that location.
Obtained from: NetBSD
Sponsored by: Juniper Networks
2011-04-05 18:41:01 +00:00
imp
138848dd32
Add notes about ASCII/Hex WEP keys
2011-02-20 17:54:49 +00:00
bschmidt
3a8f983977
Fix build on bigendian archs.
2010-12-19 09:18:14 +00:00
bschmidt
2bbf443a5b
Unbreak hostapd. This code has been explicitly removed in upstream versions.
2010-12-18 20:29:41 +00:00
bschmidt
d28d2b63f1
Fix some whitespace nits.
2010-12-18 20:27:09 +00:00
bschmidt
c979129599
Change order in wpa_driver_bsd_ops to match upstream code. Add description
...
while here.
2010-12-18 20:25:25 +00:00
bschmidt
7f5fd9f20e
Add a comment explaining the undefs, while here remove one which is not
...
required.
2010-12-18 20:23:28 +00:00
bschmidt
ae056a2459
Rename bsd_set_iface_flags to bsd_ctrl_iface and change arguments to match
...
upstream. For the same reason rewrite bsd_get_seqnum.
2010-12-18 20:22:15 +00:00
bschmidt
428cbdd872
Import bsd_configure_wpa() to sync with upstream code.
2010-12-18 20:17:10 +00:00
bschmidt
d18aa716c5
Prefer os_memset, os_strlcpy and os_free. While here adjust the return
...
value checks for 2 ioctl calls and rewrite error handling in bsd_init
to better integrate with upstream code.
2010-12-18 20:15:47 +00:00
bschmidt
aeb5d16357
Remove some unused variables and unnecessary casts.
2010-12-18 20:13:42 +00:00