Name
Date
Size
#Lines
LOC

..--

src/H--347,535252,094

wpa_supplicant/H--121,96293,345

COPYINGH A D21-May-2020965 2317

READMEH A D21-May-20202.3 KiB5742

README.DELETEDH A D03-Jul-20211.4 KiB5958

README.DRAGONFLYH A D03-Jul-2021823 2921

README

1wpa_supplicant and hostapd
2--------------------------
3
4Copyright (c) 2002-2019, Jouni Malinen <j@w1.fi> and contributors
5All Rights Reserved.
6
7These programs are licensed under the BSD license (the one with
8advertisement clause removed).
9
10If you are submitting changes to the project, please see CONTRIBUTIONS
11file for more instructions.
12
13
14This package may include either wpa_supplicant, hostapd, or both. See
15README file respective subdirectories (wpa_supplicant/README or
16hostapd/README) for more details.
17
18Source code files were moved around in v0.6.x releases and compared to
19earlier releases, the programs are now built by first going to a
20subdirectory (wpa_supplicant or hostapd) and creating build
21configuration (.config) and running 'make' there (for Linux/BSD/cygwin
22builds).
23
24
25License
26-------
27
28This software may be distributed, used, and modified under the terms of
29BSD license:
30
31Redistribution and use in source and binary forms, with or without
32modification, are permitted provided that the following conditions are
33met:
34
351. Redistributions of source code must retain the above copyright
36   notice, this list of conditions and the following disclaimer.
37
382. Redistributions in binary form must reproduce the above copyright
39   notice, this list of conditions and the following disclaimer in the
40   documentation and/or other materials provided with the distribution.
41
423. Neither the name(s) of the above-listed copyright holder(s) nor the
43   names of its contributors may be used to endorse or promote products
44   derived from this software without specific prior written permission.
45
46THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
47"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
48LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
49A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
50OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
51SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
52LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
53DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
54THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
55(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
56OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57

README.DELETED

1CONTRIBUTIONS
2hs20/
3src/Makefile
4src/ap/Makefile
5src/common/Makefile
6src/crypto/.gitignore
7src/crypto/Makefile
8src/drivers/.gitignore
9src/drivers/Makefile
10src/drivers/driver_ndis.c
11src/drivers/driver_ndis.h
12src/drivers/driver_ndis_.c
13src/drivers/drivers.mak
14src/drivers/drivers.mk
15src/drivers/ndis_events.c
16src/eap_common/Makefile
17src/eap_peer/Makefile
18src/eap_server/Makefile
19src/eapol_auth/Makefile
20src/eapol_supp/Makefile
21src/fst/Makefile
22src/l2_packet/Makefile
23src/l2_packet/l2_packet_ndis.c
24src/lib.rules
25src/p2p/Makefile
26src/pae/Makefile
27src/radius/.gitignore
28src/radius/Makefile
29src/rsn_supp/Makefile
30src/tls/.gitignore
31src/tls/Makefile
32src/utils/.gitignore
33src/utils/Makefile
34src/wps/Makefile
35wpa_supplicant/.gitignore
36wpa_supplicant/Android.mk
37wpa_supplicant/Makefile
38wpa_supplicant/README-Windows.txt
39wpa_supplicant/android.config
40wpa_supplicant/dbus/.gitignore
41wpa_supplicant/dbus/Makefile
42wpa_supplicant/dbus/dbus-wpa_supplicant.conf
43wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service.in
44wpa_supplicant/defconfig
45wpa_supplicant/doc/
46wpa_supplicant/eap_proxy_dummy.mk
47wpa_supplicant/examples/
48wpa_supplicant/nmake.mak
49wpa_supplicant/systemd/
50wpa_supplicant/todo.txt
51wpa_supplicant/utils/
52wpa_supplicant/vs2005/
53wpa_supplicant/win_example.reg
54wpa_supplicant/wpa_gui-qt4/
55wpa_supplicant/wpa_supplicant.conf
56wpa_supplicant/wpa_supplicant_conf.mk
57wpa_supplicant/wpa_supplicant_conf.sh
58wpa_supplicant/wpa_supplicant_template.conf
59

README.DRAGONFLY

1WPA SUPPLICANT 2.9
2==================
3
4This directory contains a selected set of files from wpa_supplicant-2.9.
5Original source can be downloaded from:
6
7       https://w1.fi/wpa_supplicant/
8
9file = wpa_supplicant-2.9.tar.gz
10date = 7 Aug 2019
11size = 3231785
12sha1 = b784c0e5e56889c81d027757a4623659bf15f9a8
13
14A list of files and directories removed is in README.DELETED
15
16The following files have been patched:
17======================================
18
19	modified:   src/common/dhcp.h
20	modified:   src/crypto/crypto_openssl.c
21	modified:   src/l2_packet/l2_packet_freebsd.c
22	modified:   wpa_supplicant/main.c
23	modified:   wpa_supplicant/op_classes.c
24	modified:   wpa_supplicant/wpa_supplicant.c
25	modified:   wps/wps_upnp.c
26
27Note: modifications mostly taken from dports/security/wpa_supplicant/files/
28      (as of commit 13b53940+)
29