git: First try at porting wpa_supplicant.
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Apr 14 09:57:10 PDT 2010
commit 8e61a47dc66cd7ecd4fe3488997bfb72fbb1c971
Author: Rui Paulo <rpaulo at FreeBSD.org>
Date: Thu Feb 25 18:30:20 2010 +0000
First try at porting wpa_supplicant.
Summary of changes:
usr.sbin/802_11/wpa_supplicant/Makefile | 106 ++++++++++--
usr.sbin/802_11/wpa_supplicant/Packet32.c | 60 ++++++-
usr.sbin/802_11/wpa_supplicant/Packet32.h | 5 +-
usr.sbin/802_11/wpa_supplicant/driver_dragonfly.c | 185 ++++++++++++++++----
usr.sbin/802_11/wpa_supplicant/driver_wired.c | 185 ++++++++++++++++++++
.../802_11/wpa_supplicant/driver_wired.c.patch | 34 ----
usr.sbin/802_11/wpa_supplicant/events.c.patch | 35 ----
usr.sbin/802_11/wpa_supplicant/ntddndis.h | 5 +-
usr.sbin/802_11/wpa_supplicant/wpa_supplicant.8 | 34 ++--
.../802_11/wpa_supplicant/wpa_supplicant.conf.5 | 25 ++-
10 files changed, 519 insertions(+), 155 deletions(-)
create mode 100644 usr.sbin/802_11/wpa_supplicant/driver_wired.c
delete mode 100644 usr.sbin/802_11/wpa_supplicant/driver_wired.c.patch
delete mode 100644 usr.sbin/802_11/wpa_supplicant/events.c.patch
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e61a47dc66cd7ecd4fe3488997bfb72fbb1c971
--
DragonFly BSD source repository
More information about the Commits
mailing list