git: WPA Supplicant version upgrade complete: 0.6.10 => 2.1
John Marino
marino at crater.dragonflybsd.org
Wed May 28 08:30:05 PDT 2014
commit 2513f15e538945986e9817bb648eee2cb9b09494
Author: John Marino <draco at marino.st>
Date: Wed May 28 13:31:47 2014 +0200
WPA Supplicant version upgrade complete: 0.6.10 => 2.1
This is step 4 of 4 of the process to upgrade WPA Supplicant and HostAPD
from version 0.6.10 (Dec 2010) to version 2.1 (Feb 2014).
- Added hostapd.conf and wpa_supplicant.conf to etc
- updated share/initrd/etc/wpa_supplicant.conf with the vendor
version,
- minors man fixes taken from FreeBSD head,
- major Makefile overhaul in usr.sbin/802_11 based on FreeBSD head,
- use the vendor's driver_wired and driver_bsd,
- l2_packet.c is a copy of the vendor's l2_packet/l2_packet_freebsd.
All significant work contributed by: Alexandre Perrin <alex at kaworu.ch>
Thanks!
Summary of changes:
etc/Makefile | 1 +
etc/hostapd.conf | 1663 ++++++++++++++++++++
etc/wpa_supplicant.conf | 1273 +++++++++++++++
share/initrd/etc/Makefile | 2 +-
share/initrd/etc/wpa_supplicant.conf | 20 -
usr.sbin/802_11/Makefile.crypto | 133 ++
usr.sbin/802_11/Makefile.inc | 4 +-
usr.sbin/802_11/hostapd/Makefile | 145 +-
usr.sbin/802_11/hostapd/hostapd.8 | 11 +-
usr.sbin/802_11/hostapd/hostapd.conf.5 | 11 +-
usr.sbin/802_11/hostapd_cli/Makefile | 2 +-
usr.sbin/802_11/hostapd_cli/hostapd_cli.8 | 6 +-
usr.sbin/802_11/l2_packet.c | 255 +--
usr.sbin/802_11/ndis_events/Makefile | 1 +
usr.sbin/802_11/ndis_events/ndis_events.8 | 8 +-
usr.sbin/802_11/wpa_cli/Makefile | 5 +-
usr.sbin/802_11/wpa_cli/wpa_cli.8 | 8 +-
usr.sbin/802_11/wpa_passphrase/Makefile | 5 +-
usr.sbin/802_11/wpa_passphrase/wpa_passphrase.8 | 7 +-
usr.sbin/802_11/wpa_supplicant/Makefile | 167 +-
usr.sbin/802_11/wpa_supplicant/driver_dragonfly.c | 909 -----------
usr.sbin/802_11/wpa_supplicant/driver_wired.c | 185 ---
usr.sbin/802_11/wpa_supplicant/wpa_supplicant.8 | 14 +-
.../802_11/wpa_supplicant/wpa_supplicant.conf.5 | 47 +-
24 files changed, 3456 insertions(+), 1426 deletions(-)
create mode 100644 etc/hostapd.conf
create mode 100644 etc/wpa_supplicant.conf
delete mode 100644 share/initrd/etc/wpa_supplicant.conf
create mode 100644 usr.sbin/802_11/Makefile.crypto
delete mode 100644 usr.sbin/802_11/wpa_supplicant/driver_dragonfly.c
delete mode 100644 usr.sbin/802_11/wpa_supplicant/driver_wired.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2513f15e538945986e9817bb648eee2cb9b09494
--
DragonFly BSD source repository
More information about the Commits
mailing list