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
10License
11-------
12
13This software may be distributed, used, and modified under the terms of
14BSD license:
15
16Redistribution and use in source and binary forms, with or without
17modification, are permitted provided that the following conditions are
18met:
19
201. Redistributions of source code must retain the above copyright
21 notice, this list of conditions and the following disclaimer.
22
232. Redistributions in binary form must reproduce the above copyright
24 notice, this list of conditions and the following disclaimer in the
25 documentation and/or other materials provided with the distribution.
26
273. Neither the name(s) of the above-listed copyright holder(s) nor the
28 names of its contributors may be used to endorse or promote products
29 derived from this software without specific prior written permission.
30
31THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
34A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
35OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
36SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
37LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
38DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
39THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
40(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
README.md
1## 'wpa_supplicant' ##
2
3This component contains the upstream wpa_supplicant ported for ESP family of platforms.
4The code is tightly coupled with esp_wifi component which has ESP WiFi libraries and header files that are used in ported supplicant.
5
6ESP uses MbedTLS as crypto library therefore MbedTLS component is also required for some features to work(see ESP_WIFI_MBEDTLS_CRYPTO).
7
8To port it for different OS, esp_wifi and wpa_supplicant should be picked up a whole system(preferably with MbedTLS if we want all features to work.)
9