gluon-wireless-encryption-wpa3: switch to hostapd-wolfssl

This switches hostapd variant used for SAE and OWE from hostapd-openssl
to hostapd-wolfssl.

The bug shich one broke the wolfssl implementation was resolved upstream
with commit 631c437a91c2 ("hostapd: backport wolfssl bignum fixes").
This particular commit also got backported to OpenWrt 19.07.
This commit is contained in:
David Bauer 2020-06-01 11:24:22 +02:00
parent 5e35fa1ac4
commit 6a15c704cd

View File

@ -6,7 +6,7 @@ PKG_RELEASE:=1
include ../gluon.mk
define Package/gluon-wireless-encryption-wpa3
DEPENDS:=+hostapd-openssl
DEPENDS:=+hostapd-wolfssl
TITLE:=Package for supporting WPA3 encrypted wireless networks
endef