summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-06-11 11:48:19 +0200
committerKhem Raj <raj.khem@gmail.com>2024-06-11 07:46:44 -0700
commit06eb303345bcf8bc29d2a958271645a5276aba67 (patch)
treeb7e5d8c2bfc3210c5c457e31efffeceb0e4a5ffb
parent1e477be454f4cc78caebf8bf1b8b908f8622be03 (diff)
downloadmeta-openembedded-06eb303345bcf8bc29d2a958271645a5276aba67.tar.gz
iwd: update 2.16 -> 2.18
ver 2.18: Fix issue with handling BSS with invalid HE capabilities. Fix issue with neighbor reports with invalid country codes. Fix issue with EAP-TTLS Start packets with L flag set. Add support for enabling SAE for AP mode operation. ver 2.17: Fix issue with handling deauthenticate on disconnect. Fix issue with handling of rate estimation errors. Fix issue with handling EAPOL frame listeners. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_2.18.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_2.16.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.16.bb b/meta-oe/recipes-connectivity/iwd/iwd_2.18.bb
index a6bb7085ea..4d993031d3 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_2.16.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_2.18.bb
@@ -8,7 +8,7 @@ DEPENDS = "ell"
8SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ 8SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \
9 file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ 9 file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \
10 " 10 "
11SRC_URI[sha256sum] = "c1a82032e994861e794cf3b5a16d07ae1aa03a6674f716c73408ffeae2a233ba" 11SRC_URI[sha256sum] = "100d029171d161411f6cd8e1f95708e3a4351fb19e6847ba04819377b5fed13e"
12 12
13inherit autotools manpages pkgconfig python3native systemd 13inherit autotools manpages pkgconfig python3native systemd
14 14