Android 14.0.0 release 29 # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZW3gAKCRDorT+BmrEO # eO03AJ0Q6ASahzviFDSqaQgWm/M+72tATwCfSOmR5/9e6bSHGHvmZ8KQX1n3VuI= # =hQXV # -----END PGP SIGNATURE----- # gpg: Signature made Tue Mar 5 01:18:54 2024 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal] # gpg: initial-contribution@android.com: Verified 2344 signatures in the past # 2 years. Encrypted 4 messages in the past 2 years. # gpg: WARNING: This key is not certified with sufficiently trusted signatures! # gpg: It is not certain that the signature belongs to the owner. # Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78 # By Sunil Ravi (10) and others # Via Automerger Merge Worker (242) and others * tag 'android-14.0.0_r29': (32 commits) set LOCAL_MIN_SDK_VERSION as 34 Add default implementations in supplicant service for findWithParams and connectWithParams. Call new onDeviceFoundWithParams callback in the supplicant service. Add skeleton implementation for ISupplicantStaNetwork#setVendorData. Handling pmk addition in supplicant cache for 80211x connections Add skeleton implementation to supplicant for the MSCS configuration APIs. Added AIDL interface version check for backward compatibility Add AIDL support to control EHT mode free wfd_r2_dev_info to avoid memmory leak wifi: Added group interface name in P2pProvisionDiscoveryCompleted event Fix null pointer exception due to no device mac address Upgrade hostapd service to implement V2 of the Hostapd HAL. Notify the IP address of connected client Handling AKM based checks in connect path Update supplicant service to use supplicant AIDL V3 interface. Notify the framework when TLS certificate verification fails. Handling AKM based checks in connect path Adjust with changes in libxml2 upgrade Set sta_mlo_info.default_map to true by default. Add a variant of wpa_supplicant to support macsec ... Change-Id: I207049e531b23c18831a4bed51e2e951fbb3c336
wpa_supplicant and hostapd -------------------------- Copyright (c) 2002-2022, 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.
Description
Languages
C
93.7%
C++
3.9%
Makefile
1.2%
Python
0.9%
PHP
0.2%
Other
0.1%