summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-13 02:25:58 -0700
committerMichael Forney <mforney@mforney.org>2016-06-13 02:25:58 -0700
commit2439b0274a825853ae90099e6ca117eb646ca448 (patch)
tree7bab8a37868e9ba82c9272c57a8e4d42bbe31ebe /extra
parent273838aa76826e373e538696a399d8ef448c60e8 (diff)
hostap: Enable IBSS RSN support
Diffstat (limited to 'extra')
-rw-r--r--extra/hostap/config.h2
-rw-r--r--extra/hostap/gen.rc7
2 files changed, 9 insertions, 0 deletions
diff --git a/extra/hostap/config.h b/extra/hostap/config.h
index 4ae1c4c9..8e486706 100644
--- a/extra/hostap/config.h
+++ b/extra/hostap/config.h
@@ -4,10 +4,12 @@
#define CONFIG_CTRL_IFACE_UNIX
#define CONFIG_DRIVER_NL80211
#define CONFIG_ELOOP_POLL
+#define CONFIG_IBSS_RSN
#define CONFIG_LIBNL20
#define CONFIG_LIBNL32
#define CONFIG_NO_CONFIG_BLOBS
#define CONFIG_NO_CONFIG_WRITE
+#define CONFIG_NO_RADIUS
#define CONFIG_PEERKEY
#define CONFIG_SHA256
#define CONFIG_SME
diff --git a/extra/hostap/gen.rc b/extra/hostap/gen.rc
index 24c34048..5edd15bb 100644
--- a/extra/hostap/gen.rc
+++ b/extra/hostap/gen.rc
@@ -10,6 +10,12 @@ deps=phony/^(core/libressl extra/libnl)^/headers
lib libcommon.a -d $"deps src/utils/^(common.c eloop.c os_unix.c wpa_debug.c)
exe bin/wpa_supplicant -d $"deps\
+ src/ap/^(\
+ wpa_auth.c\
+ wpa_auth_ie.c\
+ pmksa_cache_auth.c\
+ peerkey_auth.c\
+ )\
src/common/^(\
hw_features_common.c\
ieee802_11_common.c\
@@ -54,6 +60,7 @@ exe bin/wpa_supplicant -d $"deps\
ctrl_iface_unix.c\
eap_register.c\
events.c\
+ ibss_rsn.c\
main.c\
notify.c\
scan.c\