diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2022-02-10 16:05:27 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-11 09:10:38 -0800 |
commit | 26456cf88fac9f0dc72490aee1a2611c0d31772a (patch) | |
tree | 2c954d35747d23fb4a39d1d50d3ad3c6c2d325c5 /meta-oe/recipes-connectivity | |
parent | c1984fc8f954e8ae42ca5793d6a6339b82cd91bb (diff) | |
download | meta-openembedded-26456cf88fac9f0dc72490aee1a2611c0d31772a.tar.gz |
iwd: update to 1.24
ver 1.24:
Fix issue with handshake and missing rekeying support.
Fix issue with BSS ranking and zero signal strength.
Fix issue with setting OWE IE length correctly.
ver 1.23:
Fix issue with handling handshake offloading.
Fix issue with at_console and D-Bus policy.
ver 1.22:
Fix issue with handling periodic scanning.
Fix issue with handling scanning completion.
Fix issue with handling scanning for OWE auto-connect.
Add support for additional DPP features.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_1.24.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_1.21.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.21.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.24.bb index 834c1d897..6ee2651af 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.21.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.24.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "ell" | |||
8 | SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ | 8 | SRC_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 | " |
11 | SRC_URI[sha256sum] = "bac891df91c605271e91b73cf0015e1ba86ff784347e53fc67601366859b3851" | 11 | SRC_URI[sha256sum] = "61b5e48380cd3a6d0529f725eb6974157f1410af165f5d266b87add0bf395224" |
12 | 12 | ||
13 | inherit autotools manpages pkgconfig python3native systemd | 13 | inherit autotools manpages pkgconfig python3native systemd |
14 | 14 | ||