public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/wpa_supplicant: add option for bgscan "learn"
@ 2026-03-03 15:00 Arseniy Krasnov
  2026-03-17  9:04 ` Arseniy Krasnov
  0 siblings, 1 reply; 3+ messages in thread
From: Arseniy Krasnov @ 2026-03-03 15:00 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich


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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v1] package/wpa_supplicant: add option for bgscan "learn"
  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
  2026-04-05 10:22   ` Arseniy Krasnov
  0 siblings, 1 reply; 3+ messages in thread
From: Arseniy Krasnov @ 2026-03-17  9:04 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v1] package/wpa_supplicant: add option for bgscan "learn"
  2026-03-17  9:04 ` Arseniy Krasnov
@ 2026-04-05 10:22   ` Arseniy Krasnov
  0 siblings, 0 replies; 3+ messages in thread
From: Arseniy Krasnov @ 2026-04-05 10:22 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich

Hi, pls ping

Thanks

17.03.2026 12:04, Arseniy Krasnov пишет:
> Hi, pls ping
>
> Thanks
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-05 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2026-04-05 10:22   ` Arseniy Krasnov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox