All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Add Config.in option for WPA3 support in wpa_supplicant and hostapd
@ 2019-09-08 15:17 Sergey Matyukevich
  2019-09-08 15:17 ` [Buildroot] [PATCH 1/2] package/wpa_supplicant: add Config.in option for WPA3 Sergey Matyukevich
  2019-09-08 15:17 ` [Buildroot] [PATCH 2/2] package/hostapd: " Sergey Matyukevich
  0 siblings, 2 replies; 7+ messages in thread
From: Sergey Matyukevich @ 2019-09-08 15:17 UTC (permalink / raw)
  To: buildroot

Hi Thomas and all,

New wpa_supplicant v2.9 enables by default WPA3 features such as OWE, SAE, DPP.
These features require openssl support for wpa_supplicant build to succeed.
Suggested two patches add Config.in option for WPA3 support in both hostapd
and wpa_supplicant. When this option is selected, openssl is also selected
and WPA3 features are enabled in configuration files.

This change is supposed to fix multiple defconfig build failures from
daily build results for 2019-09-06.

Regards,
Sergey

Sergey Matyukevich (2):
  package/wpa_supplicant: add Config.in option for WPA3
  package/hostapd: add Config.in option for WPA3

 package/hostapd/Config.in                |  7 +++++++
 package/hostapd/hostapd.mk               | 11 +++++++++++
 package/wpa_supplicant/Config.in         |  7 +++++++
 package/wpa_supplicant/wpa_supplicant.mk | 12 ++++++++++++
 4 files changed, 37 insertions(+)

-- 
2.23.0

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

end of thread, other threads:[~2019-09-09 13:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-08 15:17 [Buildroot] [PATCH 0/2] Add Config.in option for WPA3 support in wpa_supplicant and hostapd Sergey Matyukevich
2019-09-08 15:17 ` [Buildroot] [PATCH 1/2] package/wpa_supplicant: add Config.in option for WPA3 Sergey Matyukevich
2019-09-09 13:21   ` Matthew Weber
2019-09-09 13:40     ` Sergey Matyukevich
2019-09-09 13:54       ` [Buildroot] [External] " Matthew Weber
2019-09-09 13:57     ` [Buildroot] " Arnout Vandecappelle
2019-09-08 15:17 ` [Buildroot] [PATCH 2/2] package/hostapd: " Sergey Matyukevich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.