aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/iwd
AgeCommit message (Collapse)Author
2021-02-28iwd: upgrade 1.11 -> 1.12Wang Mingyu
0001-crypto-Update-l_pkcs5_pbkdf2-call-after-rename.patch Removed since this is included in 1.12. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-08iwd: Fix build with ell 0.37Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
2021-02-03iwd: update to 1.11Oleksandr Kravchuk
Changelog: - Add support for ACD client for static configuration - Add support for intelligent scan of all frequencies Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-28iwd: Upgrade to 1.10Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-08iwd: Upgrade to 1.9Khem Raj
Need this upgrade to work with ell >= 0.33 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-23Revert "iwd: Module load dir should be relative to root_dir"Khem Raj
This reverts commit 02a339069f8d2f87c266b51a5f5363b6cef4b1cd. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-08iwd: Module load dir should be relative to root_dirKhem Raj
This is autodetected by configure from systemd.pc and it depends on value of root_dir ( usrmerge ) and not /usr being hardcoded eg. in nonarch_libdir this has been fixed in systemd [1] Fixes ERROR: iwd-1.8-r0 do_package: QA Issue: iwd: Files/directories were installed but not shipped in any package: /lib/modules-load.d /lib/modules-load.d/pkcs8.conf [1] https://github.com/systemd/systemd/commit/4a56315a990b802860170ecd1bbd3eb68e14a38b Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28iwd: update to 1.8Oleksandr Kravchuk
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>
2020-05-14iwd: upgrade 1.6 -> 1.7Pierre-Jean Texier
This includes the following changes: ver 1.7: Fix issue with APs that send IGTK falsely in big endian. Fix issue with setting linkmode & operstate for open networks. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-30iwd: upgrade 1.5 -> 1.6Pierre-Jean Texier
This includes the following changes: ver 1.6: Fix issue with handling missing AP stop events. Fix issue with handling out-of-order disconnect events. Fix issue with handling missing auth/assoc support. Fix issue with handling omitted EAP-TLS-CACert. Fix issue with handling OWE PTK derivation. Add support for internal frame exchange API. Add support for MAC randomization and override. Add support for per-network MAC addresses. Also remove patch applied upstream Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-13iwd: upgrade 1.4 -> 1.5Pierre-Jean Texier
Remove patch already in version Fixes: ver 1.5: Fix issue with handling missing NEW_WIPHY events. Fix issue with interface creation and NEW_WIPHY events. Fix issue with handling LastConnectedTime property change. Fix issue with PEAPv0 interoperability with Windows. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-04iwd: Update formattingRobert Joslyn
Try to conform better to the style guide. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-04iwd: Use manpages class to control documentationRobert Joslyn
This class allows the api-documentation distro feature to control man page generation. Remove copying all .txt files from ${S}/doc since these are developer documents and wouldn't be of any use to users on the target device. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-04iwd: Add PACKAGECONFIG optionsRobert Joslyn
Make it easier to disable optional client, monitor, and man page components and their dependencies. A user may want to disable the client to avoid the use of GPLv3 readline. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-04iwd: Update to 1.4Robert Joslyn
dbus is not required to compile, but is expected at run time. Move it to RDEPENDS. Backport a patch from upstream to fix build using musl. rawmemchr is a GNU extension that is not supported in musl. >From upstream changelog: ver 1.4: Fix issue with handling Crypto-Binding and invalid MACs. Fix issue with handling change station error results. Fix issue with handling DNS resolving installations. ver 1.3: Fix issue with handling EAP-GTC and password requests. Fix issue with handling Crypto-Binding TLV for PEAPv0. Fix issue with handling key installation and PEAP Phase 2. Fix issue with handling externally triggered scan requests. Fix issue with handling RCPI calculation for RRM requests. ver 1.2: Fix issue with handling scan requests while connecting. Fix issue with handling scan duration for RRM requests. Fix issue with handling parent TSF value for RRM requests. ver 1.1: Fix issue with simple configuration support checks. Fix issue with handling TLS tunnel and PEAPv0. Add support for radio resource management. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-20iwd: Package module conf files via nonarch_libdirKhem Raj
Fixes ERROR: iwd-1.0-r0 do_package: QA Issue: iwd: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/modules-load.d /usr/lib/modules-load.d/pkcs8.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-06iwd: Fix build race during documentation buildKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-06iwd: Fix installed-vs-shipped QA errors on systemd unitsKhem Raj
package missing pieces when using systemd Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-06iwd: update to 1.0Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-02iwd: Use python3 variant of docutils during buildKhem Raj
python2 is on its way out Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-01iwd: upgrade 0.20 -> 0.23Zheng Ruoqin
1) Add DEPEND python-docutils-native to generate manual pages. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-16iwd: update to 0.20Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-08iwd: Upgrade 0.18 -> 0.19Alex Kiernan
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-11iwd: update to 0.18Alex Kiernan
Also add RRECOMMENDS for asymmetric crypto modules. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-28iwd: update to 0.14Stefan Agner
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-05iwd: install API documentationRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-05iwd: add more PACKAGECONFIG optionsRoss Burton
Disabled by default (as per upstream defaults), but expose ofono and wired options (wired installs the EAD service). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26iwd: add version 0.12Martin Hundebøll
The iwd wireless daemon is an alternative to wpa_supplicant. It is controlled using the iwctl command line client (or the dbus interface). Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>