No description
  • C 96.3%
  • C++ 1.5%
  • Makefile 1.2%
  • Python 0.9%
Find a file
Yumi Yukimura 8a9d0a55a6
external: wpa_supplicant: Switch to the real boolean values in Soong config
* This should've been done since the beginning.
* Please switch from `soong_config_set` to `soong_config_set_bool`
  for setting these soong config variables.

Change-Id: Ib4b88a3fca6f57ade563ac25a9a005e8cfccffbe
Signed-off-by: ExtremeXT <extremextdev@gmail.com>
2026-01-16 19:52:36 +02:00
apex Move VINTF fragment to binary module 2025-05-22 13:57:34 +09:00
hostapd hostapd: Disable Config Error Bypass in Hostapd 2025-08-08 05:44:23 +00:00
hs20/client cumilative patch from commit 95ad71157 2025-03-21 21:26:07 +00:00
src Android 16.0.0 release 4 2025-12-08 05:30:32 +02:00
wpa_supplicant external: wpa_supplicant: Switch to the real boolean values in Soong config 2026-01-16 19:52:36 +02:00
.gitignore Cumulative patch from commit 077232f603dbbef3ac06b33cc793d346be8c5af8 2018-09-12 19:17:33 +00:00
Android.bp cumilative patch from commit 95ad71157 2025-03-21 21:26:07 +00:00
Android.mk Convert wpa_supplicant related module to soong 2024-10-30 20:42:00 +00:00
board_config_wpa_supplicant.mk Add board_config_wpa_supplicant.mk from build repository 2025-03-03 17:11:36 -08:00
CleanSpec.mk CleanSpec! 2014-07-09 13:23:06 -07:00
CONTRIBUTIONS [wpa_supplicant] Cumulative patch from commit ac1e3a7f0 2022-02-25 00:43:57 -08:00
COPYING [wpa_supplicant] Cumulative patch from commit ac1e3a7f0 2022-02-25 00:43:57 -08:00
LICENSE Declare license metadata for copied files. 2022-02-17 14:25:09 -08:00
METADATA Add METADATA to wpa_supplicant_8: BSD+Apache2+ISC=NOTICE 2020-04-29 16:50:19 +00:00
MODULE_LICENSE_BSD_LIKE wpa_supplicant: Initial Revision 0.8.X 2011-05-09 14:24:08 -07:00
NOTICE Add NOTICE 2015-05-22 11:18:01 -07:00
OWNERS Modify OWNERS file 2025-09-02 23:41:56 +00:00
PREUPLOAD.cfg Convert wpa_supplicant related module to soong 2024-10-30 20:42:00 +00:00
README [wpa_supplicant] cumilative patch from commit 92374d59d 2024-09-11 21:45:10 +00:00
TEST_MAPPING Add Unit Tests For Hostapd AIDL 2024-10-29 14:37:15 -07:00

wpa_supplicant and hostapd
--------------------------

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

These programs are licensed under the BSD license (the one with
advertisement clause removed).

If you are submitting changes to the project, please see CONTRIBUTIONS
file for more instructions.


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 were moved around in v0.6.x releases and compared to
earlier releases, the programs are now built by first going to a
subdirectory (wpa_supplicant or hostapd) and creating build
configuration (.config) and running 'make' there (for Linux/BSD/cygwin
builds).


License
-------

This software may be distributed, used, and modified under the terms of
BSD license:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

3. Neither the name(s) of the above-listed copyright holder(s) nor the
   names of its contributors may be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.