NameDateSize

..06-May-202087

CONTRIBUTIONSH A D03-Oct-20197.5 KiB

COPYINGH A D03-Oct-2019965

hostapd/H03-Oct-201935

hs20/H20-Dec-20163

patches/H30-Aug-20182

READMEH A D03-Oct-20192.3 KiB

src/H20-Dec-201621

wpa_supplicant/H03-Oct-2019110

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