-
David Bauer authored
WolfSSL has a significant lower flash footprint. Also, issues with OWE / SAE connections were fixed in OpenWrt a while ago. See https://github.com/openwrt/openwrt/commit/ddcb970274c011d3db611ec39350ee4704ff0e02 Signed-off-by:
David Bauer <mail@david-bauer.net>
David Bauer authoredWolfSSL has a significant lower flash footprint. Also, issues with OWE / SAE connections were fixed in OpenWrt a while ago. See https://github.com/openwrt/openwrt/commit/ddcb970274c011d3db611ec39350ee4704ff0e02 Signed-off-by:
David Bauer <mail@david-bauer.net>
Makefile 294 B
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-mesh-wireless-sae
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
endef
$(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae))