From: Miaoqing Pan <miaoqing.pan@oss.qualcomm.com>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v2] wpa-supplicant: enable 802.11be, MBO, OWE, and SuiteB support
Date: Wed, 22 Oct 2025 09:45:37 +0800 [thread overview]
Message-ID: <714beff3-b3a7-4d7c-8f7a-7337644d22ab@oss.qualcomm.com> (raw)
In-Reply-To: <aPQV4Qy78RWUnImJ@umbar.lan>
On 10/19/2025 6:34 AM, Dmitry Baryshkov wrote:
> On Fri, Jul 18, 2025 at 11:04:52AM +0800, Miaoqing Pan wrote:
>> wpa_supplicant has supported IEEE 802.11be (Wi-Fi 7) for over three
>> years. With growing market demand for Wi-Fi 7, it is now an
>> appropriate time to enable IEEE 802.11be Extremely High Throughput
>> (EHT) support - mainly for AP mode.
>>
>> This patch also enables the following features in defconfig:
>> Opportunistic Wireless Encryption (OWE)
>> Suite B and Suite B 192
>> Multi Band Operation (MBO)
>>
>> Signed-off-by: Miaoqing Pan <miaoqing.pan@oss.qualcomm.com>
>> ---
>> v2: update prefix and commit message.
>> ---
>> .../wpa-supplicant/wpa-supplicant_2.11.bb | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb
>> index 6dc76494f7..440d3a5c94 100644
>> --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb
>> +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb
>> @@ -37,6 +37,12 @@ do_configure () {
>> ${MAKE} -C wpa_supplicant clean
>> sed -e '/^CONFIG_TLS=/d' <wpa_supplicant/defconfig >wpa_supplicant/.config
>>
>> + sed -i -e 's/^#\(CONFIG_IEEE80211BE=y\)/\1/' \
>> + -e 's/^#\(CONFIG_MBO=y\)/\1/' \
>> + -e 's/^#\(CONFIG_OWE=y\)/\1/' \
>> + -e 's/^#\(CONFIG_SUITEB=y\)/\1/' \
>> + -e 's/^#\(CONFIG_SUITEB192=y\)/\1/' wpa_supplicant/.config
>
> I was pointed out to this patch. Is there any reason why you don't
> extend the previous line, which also patches the .config file?
>
Will update in v3.
prev parent reply other threads:[~2025-10-24 11:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-18 3:04 [PATCH v2] wpa-supplicant: enable 802.11be, MBO, OWE, and SuiteB support Miaoqing Pan
2025-10-18 22:34 ` Dmitry Baryshkov
2025-10-22 1:45 ` Miaoqing Pan [this message]
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=714beff3-b3a7-4d7c-8f7a-7337644d22ab@oss.qualcomm.com \
--to=miaoqing.pan@oss.qualcomm.com \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=openembedded-core@lists.openembedded.org \
/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