From: Markus Volk <f_l_k@t-online.de>
To: Randy MacLeod <randy.macleod@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [oe-core][PATCH] packagegroup-base.bb: remove wpa_supplicant preset from packagegroup-base-wifi
Date: Sun, 28 Aug 2022 15:34:13 +0200 [thread overview]
Message-ID: <11VBHR.QPNRDRTYIU8J1@t-online.de> (raw)
In-Reply-To: <aa641d1c-5ac4-ae0d-b495-754ecf0121a1@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 1887 bytes --]
Am Sa, 27. Aug 2022 um 20:24:55 -0400 schrieb Randy MacLeod
<randy.macleod@windriver.com>:
> It's a little late in the release cycle for this sort of change but
> if we do take it can you add a short list of some of the alternatives
It's not a long list. Choices so far would be wpa_supplicant or iwd.
wpa_supplicant is well known, so I'll write some information about iwd
that I've collected in the last days.
iwd is a wireless daemon written by intel and supported by all major
network managers. It can be run in standalone mode and configured with
'iwctl' from the terminal, and with 'iwgtk' or 'iwdgui' from the gui.
It can also work as a wpa_supplicant drop-in replacement for
network-manager, connman or systemd-networkd.
iwd makes heavy use of the kernel api, so it is not portable but does
not need additional external libraries like openssl. Instead, make sure
that the following options are enabled in the kernel:
CONFIG_CRYPTO_USER_API_SKCIPHER
CONFIG_CRYPTO_USER_API_HASH
CONFIG_CRYPTO_HMAC
CONFIG_CRYPTO_CMAC
CONFIG_CRYPTO_MD4
CONFIG_CRYPTO_MD5
CONFIG_CRYPTO_SHA256
CONFIG_CRYPTO_SHA512
CONFIG_CRYPTO_AES
CONFIG_CRYPTO_ECB
CONFIG_CRYPTO_DES
CONFIG_CRYPTO_CBC
optional for wps support would also be needed:
CONFIG_KEY_DH_OPERATIONS
In standalone mode iwd can use either systemd-resolved or resolvconf as
dns manager. Additionally, dbus communication must be configured. In
the default configuration, iwd expects the user to be a member of
either the 'netdev' or 'wheel' group.
As a backend for the network managers, I have only tested iwd with
connman, which works smoothly and without additional configuration as
soon as you make sure that wpa_supplicant is not installed. (connman
will look for wpa_supplicant on startup and will bring it up if it was
found)
but you only want the information from the first sentence in the commit
message, right ?
[-- Attachment #2: Type: text/html, Size: 2344 bytes --]
next prev parent reply other threads:[~2022-08-28 13:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-27 5:08 [oe-core][PATCH] packagegroup-base.bb: remove wpa_supplicant preset from packagegroup-base-wifi Markus Volk
2022-08-28 0:24 ` Randy MacLeod
2022-08-28 13:34 ` Markus Volk [this message]
2022-08-28 15:57 ` Randy MacLeod
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11VBHR.QPNRDRTYIU8J1@t-online.de \
--to=f_l_k@t-online.de \
--cc=openembedded-core@lists.openembedded.org \
--cc=randy.macleod@windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox