wireless-encryption mesh-wireless-sae: depend on OpenSSL daemons

This switches the used wireless daemons for OWE / SAE to the OpenSSL
flavors. The WolfSSL implementation currently seems to be broken.

THis switch may be reverted at a later point in time when hostapd /
wpa_supplicant implementations for WolfSSL have matured.
This commit is contained in:
David Bauer 2020-12-16 00:49:57 +01:00
parent b84c58c0b5
commit 430c0ecc60
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ include ../gluon.mk
define Package/gluon-mesh-wireless-sae
TITLE:=Encryption of 802.11s Mesh Links through SAE
DEPENDS:=+gluon-core +wpa-supplicant-mesh-wolfssl
DEPENDS:=+gluon-core +wpa-supplicant-mesh-openssl
endef
$(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae))

View File

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