We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332c6f8 commit 9cc745aCopy full SHA for 9cc745a
2 files changed
src/linux/external/hostap/CMakeLists.txt
@@ -41,7 +41,7 @@ set(HOSTAPD_PREFIX ${HOSTAP_SOURCE_DIR}/${HOSTAPD_DIR_NAME})
41
# Pull in hostap project with a tagged release.
42
ExternalProject_Add(hostap
43
GIT_REPOSITORY "http://w1.fi/hostap.git"
44
- GIT_TAG "hostap_2_10"
+ GIT_TAG "hostap_2_11"
45
GIT_SHALLOW TRUE
46
CONFIGURE_COMMAND
47
# Copy local build configuration files for libwpa_client.so and hostapd builds.
src/linux/external/hostap/libwpa_client/.config
@@ -12,3 +12,5 @@ CONFIG_CTRL_IFACE=unix
12
13
# Request to build the libwpa_client.so client library.
14
CONFIG_BUILD_WPA_CLIENT_SO=y
15
+
16
+CONFIG_NO_WPA_PASSPHRASE=n
0 commit comments