openwrt/package
Petr Štetiar 65a10c8230
hostapd: fix broken WPS on broadcom-wl and ath11k
Upgrading wpa_supplicant from 2.9 to 2.10 breaks broadcom-wl/ath11k
based adapters. The reason for it is hostapd tries to install additional
IEs for scanning while the driver does not support this.

The kernel indicates the maximum number of bytes for additional scan IEs
using the NL80211_ATTR_MAX_SCAN_IE_LEN attribute. Save this value and
only add additional scan IEs in case the driver can accommodate these
additional IEs.

Bug: http://lists.infradead.org/pipermail/hostap/2022-January/040178.html
Bug-Debian: https://bugs.debian.org/1004524
Bug-ArchLinux: https://bugs.archlinux.org/task/73495
Upstream-Status: Changes Requested [https://patchwork.ozlabs.org/project/hostap/patch/20220130192200.10883-1-mail@david-bauer.net]
Reported-by: Étienne Morice <neon.emorice@mail.com>
Tested-by: Étienne Morice <neon.emorice@mail.com>
Signed-off-by: David Bauer <mail@david-bauer.net>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 6dca88aa4a)
2023-11-02 14:44:48 +00:00
..
base-files base-files: fix wrong ucidef_set_network_device_mac network-device entry 2023-10-20 13:09:47 +02:00
boot uboot-mediatek: fix determine the size of an uImage.FIT using 'imsz' or 'imszb'. 2023-10-31 22:18:19 +00:00
devel perf: opt-out of lto usage 2023-08-11 12:53:34 +02:00
firmware packages: assign PKG_CPE_ID for all missing packages 2023-09-27 22:37:01 +02:00
kernel build: hide kmod-zram config unless enabled 2023-10-31 00:44:03 +01:00
libs libsepol: opt-out of lto usage 2023-10-31 00:44:03 +01:00
network hostapd: fix broken WPS on broadcom-wl and ath11k 2023-11-02 14:44:48 +00:00
system urngd: update to version 2023-11-01 2023-11-01 22:22:45 +01:00
utils ucode: update to latest Git HEAD 2023-11-02 10:38:48 +01:00
Makefile build: add CycloneDX SBOM JSON support 2023-11-02 14:44:47 +00:00