diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-09-18 12:34:54 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-09-19 11:22:31 -0700 |
commit | 25229f187c22b6c27091f2f5faccb9495f5e8f2d (patch) | |
tree | 2787f9157d2567ced23b98c0f0731e020d49e739 /meta-oe/recipes-connectivity/iwd | |
parent | 61df8a9cc524e28be6323b66124ec6e86572612a (diff) | |
download | meta-openembedded-25229f187c22b6c27091f2f5faccb9495f5e8f2d.tar.gz |
iwd: update to 1.8
Changelog:
- Fix issue with handling FT AKMs when not supported.
- Fix issue with handling FILS and RSNE in authenticate.
- Fix issue with handling auto-connection and quick scan.
- Fix issue with sending multiple scan requests.
- Add support for P2P feature and API.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/iwd')
-rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_1.8.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_1.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb index 4911b3d8030..bfbf3c7fa69 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" DEPENDS = "ell" SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" -SRCREV = "ef6084dcb4fe2e00327bb9c7b113ece204042c22" +SRCREV = "a01754f56aacdc641c819f983c3c0ad374be77b2" S = "${WORKDIR}/git" inherit autotools manpages pkgconfig python3native systemd |