Skip to content

Commit 7b6220b

Browse files
krish2718kartben
authored andcommitted
modules: hostap: Fix EAP-MD5 only build
Include chap.c for EAP-MD5 also. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 965dae6 commit 7b6220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ zephyr_library_compile_definitions_ifdef(CONFIG_EAP_MSCHAPV2
442442
EAP_MSCHAPv2
443443
)
444444

445-
if(CONFIG_EAP_TTLS OR CONFIG_EAP_MSCHAPV2)
445+
if(CONFIG_EAP_TTLS OR CONFIG_EAP_MSCHAPV2 OR CONFIG_EAP_MD5)
446446
zephyr_library_sources(${HOSTAP_SRC_BASE}/eap_common/chap.c)
447447
endif()
448448

0 commit comments

Comments
 (0)