No description
Find a file
Jouni Malinen 1057d78eb8 Move generic AP functionality implementation into src/ap
This code can be shared by both hostapd and wpa_supplicant and this
is an initial step in getting the generic code moved to be under the
src directories. Couple of generic files still remain under the
hostapd directory due to direct dependencies to files there. Once the
dependencies have been removed, they will also be moved to the src/ap
directory to allow wpa_supplicant to be built without requiring anything
from the hostapd directory.
2009-12-25 01:12:50 +02:00
doc Add developer documentation for WPA_TRACE 2009-12-23 23:35:33 +02:00
eap_example Add rules for building src/tls/libtls.a and use it with eap_example 2009-12-06 16:27:54 +02:00
hostapd Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
mac80211_hwsim
patches
radius_example radius_example: Fix memory leak on deinit 2009-12-24 12:18:57 +02:00
src Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
testing
tests Add generic doubly-linked list implementation 2009-12-19 13:43:25 +02:00
wpa_supplicant Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
www Remove obsolete Prism54.org driver support (driver_prism54.c) 2009-12-12 20:52:12 +02:00
.gitignore
build_nsis.sh
build_release Include hostapd source code in wpa_supplicant release package 2009-11-10 11:55:55 +02:00
COPYING
FAQ
README

wpa_supplicant and hostapd v0.6.x
---------------------------------

Copyright (c) 2002-2007, Jouni Malinen <j@w1.fi> and contributors
All Rights Reserved.

These program is dual-licensed under both the GPL version 2 and BSD
license. Either license may be used at your option.


This package may include either wpa_supplicant, hostapd, or both. See
README file respective subdirectories (wpa_supplicant/README or
hostapd/README) for more details.

Source code files have been moved around in v0.6.x releases and
compared to earlier releases, the programs are now build by first
going to a subdirectory (wpa_supplicant or hostapd) and creating
build configuration (.config) and running 'make' there (for
Linux/BSD/cygwin builds).