Skip to content

Commit 9cc745a

Browse files
authored
Update hostapd to 2.11 (#346)
* Update hostapd to 2.11 * CONFIG_NO_WPA_PASSPHRASE=n
1 parent 332c6f8 commit 9cc745a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/linux/external/hostap/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set(HOSTAPD_PREFIX ${HOSTAP_SOURCE_DIR}/${HOSTAPD_DIR_NAME})
4141
# Pull in hostap project with a tagged release.
4242
ExternalProject_Add(hostap
4343
GIT_REPOSITORY "http://w1.fi/hostap.git"
44-
GIT_TAG "hostap_2_10"
44+
GIT_TAG "hostap_2_11"
4545
GIT_SHALLOW TRUE
4646
CONFIGURE_COMMAND
4747
# Copy local build configuration files for libwpa_client.so and hostapd builds.

src/linux/external/hostap/libwpa_client/.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ CONFIG_CTRL_IFACE=unix
1212

1313
# Request to build the libwpa_client.so client library.
1414
CONFIG_BUILD_WPA_CLIENT_SO=y
15+
16+
CONFIG_NO_WPA_PASSPHRASE=n

0 commit comments

Comments
 (0)