We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a339aba commit 43cf22fCopy full SHA for 43cf22f
modules/hostap/CMakeLists.txt
@@ -21,6 +21,7 @@ zephyr_compile_definitions(
21
22
zephyr_include_directories(
23
${CMAKE_CURRENT_SOURCE_DIR}/
24
+ ${HOSTAP_BASE}/
25
${WPA_SUPPLICANT_BASE}/
26
${COMMON_SRC_BASE}/
27
)
modules/hostap/Kconfig
@@ -20,8 +20,12 @@ config WPA_SUPP_THREAD_STACK_SIZE
20
int "Stack size for wpa_supplicant thread"
default 8192
+config WEP
+ bool "WEP (Legacy crypto) support"
+
config WPA_SUPP_CRYPTO
bool "Crypto support for WiFi"
28
+ select WEP
29
default y
30
31
config WPA_SUPP_CRYPTO_ENTERPRISE
0 commit comments