Skip to content

Commit 43cf22f

Browse files
krish2718rlubos
authored andcommitted
hostap: Cleanups related to Wi-Fi shell (#6)
* Include HOSTAP_BASE to fix header file paths * Select WEP automatically through Kconfig Signed-off-by: Chaitanya Tata <[email protected]>
1 parent a339aba commit 43cf22f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ zephyr_compile_definitions(
2121

2222
zephyr_include_directories(
2323
${CMAKE_CURRENT_SOURCE_DIR}/
24+
${HOSTAP_BASE}/
2425
${WPA_SUPPLICANT_BASE}/
2526
${COMMON_SRC_BASE}/
2627
)

modules/hostap/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ config WPA_SUPP_THREAD_STACK_SIZE
2020
int "Stack size for wpa_supplicant thread"
2121
default 8192
2222

23+
config WEP
24+
bool "WEP (Legacy crypto) support"
25+
2326
config WPA_SUPP_CRYPTO
2427
bool "Crypto support for WiFi"
28+
select WEP
2529
default y
2630

2731
config WPA_SUPP_CRYPTO_ENTERPRISE

0 commit comments

Comments
 (0)