History log of /freebsd-10-stable/usr.sbin/wpa/wpa_cli/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
316189 30-Mar-2017 sevan

MFC 312684

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

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)


220370 05-Apr-2011 obrien

* 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


210763 02-Aug-2010 uqs

mdoc: remove unused/empty macros


196472 23-Aug-2009 sam

Enable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories properly
for it's unix domain socket. Before this change wpa_cli would take
the first file in the directory that was not "." or "..".

Submitted by: Brandon Gooch <jamesbrandongooch@gmail.com>
MFC after: 3 days


195644 12-Jul-2009 sam

fix Jouni's email address

Approved by: re (blanket)


189269 02-Mar-2009 sam

update for 0.6.8


189263 02-Mar-2009 sam

update to 0.6.8

Reviewed by: thompsa


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)


147945 13-Jul-2005 brueffer

Spelling and grammar fixes.

MFC after: 3 days


147621 27-Jun-2005 ru

Tidy up the markup (fixing some nearby content bugs).

Timeout from: sam
Approved by: re (blanket manpages)


147451 17-Jun-2005 sam

move wpa_cli to section 8 + minor wordsmithing

Approved by: re (blanket wpa)


147020 05-Jun-2005 sam

freebsd pieces of wpa supplicant support

Reviewed by: brooks