public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Arseniy Krasnov <oxffffaa@gmail.com>
To: buildroot@buildroot.org
Cc: Sergey Matyukevich <geomatsi@gmail.com>
Subject: Re: [Buildroot] [PATCH v1] package/wpa_supplicant: add option for bgscan "learn"
Date: Tue, 17 Mar 2026 12:04:04 +0300	[thread overview]
Message-ID: <9dcd5bf4-797d-47db-9010-455eda7aa2a6@gmail.com> (raw)
In-Reply-To: <987bd2ed-5087-4ee4-b3ce-3cb7a9030563@gmail.com>

Hi, pls ping

Thanks

03.03.2026 18:00, Arseniy Krasnov пишет:
> This mode for bgscan is experimental and thus is disabled by default.
>
> Signed-off-by: Arseniy Krasnov <oxffffaa@gmail.com>
> ---
>  package/wpa_supplicant/Config.in         | 5 +++++
>  package/wpa_supplicant/wpa_supplicant.mk | 4 ++++
>  2 files changed, 9 insertions(+)
>
> diff --git a/package/wpa_supplicant/Config.in b/package/wpa_supplicant/Config.in
> index a442eaa641..d6c2914b67 100644
> --- a/package/wpa_supplicant/Config.in
> +++ b/package/wpa_supplicant/Config.in
> @@ -180,4 +180,9 @@ config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_INTROSPECTION
>        security concerns, but some systems may want to support WEP
>        networks.
>  
> +config BR2_PACKAGE_WPA_SUPPLICANT_BGSCAN_LEARN
> +    bool "Enable bgscan \"learn\""
> +    help
> +      Enable experimental "learn" mode for bgscan.
> +
>  endif
> diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
> index 8699780736..eedd5d4093 100644
> --- a/package/wpa_supplicant/wpa_supplicant.mk
> +++ b/package/wpa_supplicant/wpa_supplicant.mk
> @@ -126,6 +126,10 @@ ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WPS),)
>  WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_WPS
>  endif
>  
> +ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_BGSCAN_LEARN),y)
> +WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_BGSCAN_LEARN
> +endif
> +
>  # WPA3 configurations:
>  # - CONFIG_DPP: Easy Connect (Device Provisioning Protocol - DPP R1 & R2)
>  # - CONFIG_SAE: Simultaneous Authentication of Equals (SAE), WPA3-Personal
> -- 
> 2.47.3
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2026-03-17  9:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-03 15:00 [Buildroot] [PATCH v1] package/wpa_supplicant: add option for bgscan "learn" Arseniy Krasnov
2026-03-17  9:04 ` Arseniy Krasnov [this message]
2026-04-05 10:22   ` Arseniy Krasnov

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=9dcd5bf4-797d-47db-9010-455eda7aa2a6@gmail.com \
    --to=oxffffaa@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=geomatsi@gmail.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