History log of /freebsd-10.0-release/usr.sbin/wpa/wpa_supplicant/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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)


250528 11-May-2013 eadler

Teach wpa_supplicant to properly compute wireless signal strength.

PR: bin/170631
Submitted by: Daan Vreeken <Daan@vitsch.nl>
Reviewed by: adrian


242696 07-Nov-2012 issyl0

Document all of the options that wpa_supplicant accepts.

PR: docs/171755
Reviewed by: gavin
Approved by: gabor (mentor)
MFC after: 5 days


235337 12-May-2012 gjb

General mdoc(7) and typo fixes.

PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


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


223492 24-Jun-2011 kevlo

Remove duplicated header files


218892 20-Feb-2011 imp

Add notes about ASCII/Hex WEP keys


214735 03-Nov-2010 rpaulo

Adapt for wpa_supplicant / hostapd 0.7.3.


209636 01-Jul-2010 bschmidt

- Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replay
violations.
- Use SIOCGIFMEDIA to determine VAP's opmode, cache it and set
IEEE80211_KEY_NOREPLAY for AHDEMO and IBSS.

Approved by: rpaulo (mentor)


209159 14-Jun-2010 rpaulo

Update for hostapd & wpa_supplicant 0.6.10.


208028 13-May-2010 uqs

mdoc: move remaining sections into consistent order

This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.

Found by: mdocml lint run
Reviewed by: ru


206457 10-Apr-2010 bschmidt

Add WPA-None support:
* WPA-None requires ap_scan=2:
The major difference between ap_scan=1 (default) and 2 is, that no
IEEE80211_IOC_SCAN* ioctls/functions are called, though, there is a
dependency on those. For example the call to wpa_driver_bsd_scan()
sets the interface UP, this never happens, therefore the interface
must be marked up in wpa_driver_bsd_associate(). IEEE80211_IOC_SSID
also is not called, which means that the SSID has not been set prior
to the IEEE80211_MLME_ASSOC call.
* WPA-None has no support for sequence number updates, it doesn't make
sense to check for replay violations..
* I had some crashes right after the switch to RUN state, issue is
that sc->sc_lastrs was not yet defined.

Approved by: rpaulo (mentor)
MFC after: 3 weeks


195644 12-Jul-2009 sam

fix Jouni's email address

Approved by: re (blanket)


189263 02-Mar-2009 sam

update to 0.6.8

Reviewed by: thompsa


189220 01-Mar-2009 sam

use ansi prototypes

Submitted by: Pawel Worach <pawel.worach@gmail.com>


185156 21-Nov-2008 imp

'Strict EAP conformance' makes more sense here than 'String EAP
conformance.'


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


178358 20-Apr-2008 sam

o update for vaps
o add private wired driver that fixes various bugs in the vendor version

Submitted by: thompsa (ndis fixups)


177574 24-Mar-2008 sam

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

MFC after: 3 weeks


176444 21-Feb-2008 brueffer

Add some missing Xrefs to drivers.

MFC after: 3 days


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


173355 05-Nov-2007 thompsa

Change wpa_supplicant to down the interface at the start of the init routine.
wpa_supplicant expects that it has exclusive access to the net80211 state so
when its starts poking in the WEP/WPA settings and the card is already
scanning it can cause net80211 to try and associate incorrectly with a
protected AP.

This is an inconvenience for firmware based cards such as iwi where it can be
sent an auth instruction with incomplete security info and cause a firmware
error.

Remove the 'ifconfig up' from network.subr since wpa_supplicant will
immediately down the interface again.

Reported by: Guy Helmer (and others)
Reviewed by: sam, brooks, avatar
MFC after: 3 days


172410 02-Oct-2007 kevlo

Remove a -N flag.

Reviewed by: sam
Approved by: re (kensmith)


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)


170532 11-Jun-2007 sam

track net80211 changes to get scan results ioctl


169061 26-Apr-2007 sam

must byte swap key rsc for big-endian systems

Obtained from: netbsd
MFC after: 1 week


164363 17-Nov-2006 sam

add wpa_passphrase utility to the build

PR: bin/104457
Submitted by: Henrik Brix Andersen
MFC after: 1 week


157898 20-Apr-2006 sam

add debug msg


157804 17-Apr-2006 sam

remove some unnecessary perror calls

Noticed by: Jouni Malinen
MFC after: 2 weeks


157721 13-Apr-2006 ru

Add missing library dependencies.


157687 12-Apr-2006 sam

adapt PacketGetAdapterNames to 0.4.8 calling convention

PR: bin/94735
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Requested by: scottl


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


155886 21-Feb-2006 sam

use the specified key index for non-group keys; this fixes static
wep key configure at key indices > 0 and 802.1x/EAPOL operation
with ap's that want the station to install a key at indices > 0.

Hard work by: Joe Love
Reviewed by: avatar
MFC after: 1 week


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


153720 25-Dec-2005 wilko

Add an example for WEP.

OK-ed by: sam


151517 20-Oct-2005 wpaul

Implement the PacketGetVersion() routine, which is used in
the 0.4.x versions of wpa_supplicant.


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.


149628 30-Aug-2005 sam

o correct alignment of 802.11 addresses passed to ether_ntoa to fix
segfaults on amd64
o while here correct printf formats for size_t args

Identified by: Pascal Hofstee
MFC after: 3 days


149010 13-Aug-2005 sam

save+restore wpa, privacy, and roaming settings

MFC after: 2 weeks


148580 31-Jul-2005 keramida

Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters.

MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.


148503 29-Jul-2005 sam

Correct problems with handling interfaces that go away (e.g. when
a card is ejected). wpa_supplicant requires that internal events
for interfaces coming+going include a name but after an interface
is removed you cannot use if_indextoname to map the interface index
in the RTM_IFINFO (or RTM_IFANNOUNCE) msg to an interface name.
Instead record the interface index in the driver-private data area
and use that to filter msgs from the routing socket. This insures
that when we have a message to process we know the interface name.
The end result is that we can now dispatch an "interface removed"
event that is understood when notified than an interface went away
(where previously the event dispatched was ignored because the
interface name was unrecognized).

This change also insures we only process events for our interface.

The only downside is that we can no longer wait for an interface
to arrive as we need to map the interface name to an index at
startup. This is not important as wpa_supplicant should be launched
by devd and not include a separate mechanism for doing interface
discovery.

MFC after: 3 days


147945 13-Jul-2005 brueffer

Spelling and grammar fixes.

MFC after: 3 days


147835 08-Jul-2005 sam

handle RTM_IFINFO events so we terminate when an interface is
marked down

Reviewed by: brooks, avatar
Approved by: re (scottl)


147776 05-Jul-2005 sam

Update key handling:
o use proper api for setting/deleting keys instead of depending
on key indices
o check mac address to decide whether a key is unicast or group/global
o check set_tx on key set to decide whether a group/global key should
also be marked as default
o explicitly set IEEE80211_KEY_GROUP flag for group keys instead of
depending on kernel auto-add kludge

With the above changes static wep key handling works.

Reviewed by: avatar
Approved by: re (scottl)


147621 27-Jun-2005 ru

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

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


147452 17-Jun-2005 sam

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

Approved by: re (blanket wpa)


147202 09-Jun-2005 sam

o improve error msg for ioctl failures
o zero mlme struct before use


147120 07-Jun-2005 sam

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


147119 07-Jun-2005 sam

Catch up with changes in wpa_supplicant:
o reorg driver to consolidate state setup in the associate method
o add set_auth_alg method
o cleanup interface state on deinit
o change associate to use revised MLME ioctl api so we can support
ap_scan=2 methodology
o cleanup associate to support WEP and no cipher cases
o s/__FUNCTION__/__func__/


147020 05-Jun-2005 sam

freebsd pieces of wpa supplicant support

Reviewed by: brooks