commit: 933cf7fb10a2645901ae01d7274d974b54a1891f
parent 324a1bac512076b2dcf40962bb36433787221758
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 15 Nov 2019 19:33:07 -0800
hostap: Disable CONFIG_TDLS
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/pkg/hostap/config.h b/pkg/hostap/config.h
@@ -13,5 +13,4 @@
#define CONFIG_NO_VLAN
#define CONFIG_SHA256
#define CONFIG_SME
-#define CONFIG_TDLS
#define TLS_DEFAULT_CIPHERS "DEFAULT:!EXP:!LOW"
diff --git a/pkg/hostap/gen.lua b/pkg/hostap/gen.lua
@@ -26,7 +26,6 @@ exe('bin/wpa_supplicant', [[
wpa_common.c
)
src/crypto/(
- aes-omac1.c
crypto_openssl.c
random.c
sha1-prf.c
@@ -49,7 +48,6 @@ exe('bin/wpa_supplicant', [[
src/rsn_supp/(
pmksa_cache.c
preauth.c
- tdls.c
wpa.c
wpa_ie.c
)