summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-11-25 16:07:22 +0100
committerKhem Raj <raj.khem@gmail.com>2022-11-26 21:38:42 -0800
commitf87727ddbccb3584329fadecc7d0b99a9047e89f (patch)
tree0fc3114d550c6146998c563e186c11740df9e2a0
parent8715a47240b53011c7d214f2c557cde88bc7544c (diff)
downloadmeta-openembedded-f87727ddbccb3584329fadecc7d0b99a9047e89f.tar.gz
iwd: upgrade 1.30 -> 2.0
ver 2.0: Fix issue with handling P2P and limiting ciphers to CCMP. Fix issue with scanning before forced roaming action. Fix issue with provided scan frequencies from RRM. Fix issue with handling Michael MIC failure message. Fix issue with handling timestamp size in MPDU frames. Fix issue with handling enablement of OCVC for FT AKMs. Fix issue with handling FT work as highest priority. Fix issue with handling roaming events and Multi-BSS. Add support for utilizing roaming candidates list. Add support for utilizing TLS session caching. Add support for ciphers with 256 bits key size. Add support for Access Point mode with legacy TKIP. Add support for MAC address changes while powered. Add support for IPv4 and IPv6 network configuration. 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.0.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_1.30.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.30.bb b/meta-oe/recipes-connectivity/iwd/iwd_2.0.bb
index 1f0bcd4f8e..8ec211bd6d 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.30.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_2.0.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] = "9fd13512dc27d83efb8d341f7df98f5488f70131686021fcd0d93fc97af013b8" 11SRC_URI[sha256sum] = "5a0bfbc567092476d60a8f9700f68a273e39fd46e7177ce2d69bbc74255a930c"
12 12
13inherit autotools manpages pkgconfig python3native systemd 13inherit autotools manpages pkgconfig python3native systemd
14 14