summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-11-15 19:33:07 -0800
committerMichael Forney <mforney@mforney.org>2019-11-15 19:33:07 -0800
commit933cf7fb10a2645901ae01d7274d974b54a1891f (patch)
treed8ed1c676dfc8a21c858f8835ba7d37ff28b2343 /pkg
parent324a1bac512076b2dcf40962bb36433787221758 (diff)
hostap: Disable CONFIG_TDLS
Diffstat (limited to 'pkg')
-rw-r--r--pkg/hostap/config.h1
-rw-r--r--pkg/hostap/gen.lua2
2 files changed, 0 insertions, 3 deletions
diff --git a/pkg/hostap/config.h b/pkg/hostap/config.h
index 9c9e71ea..f56a77d5 100644
--- 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
index 2f3b4c13..6a8e1724 100644
--- 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
)