Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/linux/external/hostap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ set(HOSTAPD_PREFIX ${HOSTAP_SOURCE_DIR}/${HOSTAPD_DIR_NAME})
# Pull in hostap project with a tagged release.
ExternalProject_Add(hostap
GIT_REPOSITORY "http://w1.fi/hostap.git"
GIT_TAG "hostap_2_10"
GIT_TAG "hostap_2_11"
GIT_SHALLOW TRUE
CONFIGURE_COMMAND
# Copy local build configuration files for libwpa_client.so and hostapd builds.
Expand Down
2 changes: 2 additions & 0 deletions src/linux/external/hostap/libwpa_client/.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ CONFIG_CTRL_IFACE=unix

# Request to build the libwpa_client.so client library.
CONFIG_BUILD_WPA_CLIENT_SO=y

CONFIG_NO_WPA_PASSPHRASE=n