summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-13 02:21:48 -0700
committerMichael Forney <mforney@mforney.org>2016-06-13 02:21:48 -0700
commitdda0ff77a47c466ac5da31e73e34acf5a840d6f8 (patch)
treeaed899fe71d23b27bc971e297100f79a4f080e6c
parent267cc7f05b9347eca3ec5d9769f03357f7ddcf51 (diff)
hostap: Enable SME
-rw-r--r--extra/hostap/config.h1
-rw-r--r--extra/hostap/gen.rc1
2 files changed, 2 insertions, 0 deletions
diff --git a/extra/hostap/config.h b/extra/hostap/config.h
index c84bc563..c6aa556d 100644
--- a/extra/hostap/config.h
+++ b/extra/hostap/config.h
@@ -8,4 +8,5 @@
#define CONFIG_NO_CONFIG_WRITE
#define CONFIG_PEERKEY
#define CONFIG_SHA256
+#define CONFIG_SME
#define CONFIG_TDLS
diff --git a/extra/hostap/gen.rc b/extra/hostap/gen.rc
index c2b89935..24c34048 100644
--- a/extra/hostap/gen.rc
+++ b/extra/hostap/gen.rc
@@ -57,6 +57,7 @@ exe bin/wpa_supplicant -d $"deps\
main.c\
notify.c\
scan.c\
+ sme.c\
wmm_ac.c\
wpa_supplicant.c\
wpas_glue.c\