modules: hostap: Fix EAP-MD5 only build
Include chap.c for EAP-MD5 also. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
965dae6701
commit
7b6220b448
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ zephyr_library_compile_definitions_ifdef(CONFIG_EAP_MSCHAPV2
|
|||
EAP_MSCHAPv2
|
||||
)
|
||||
|
||||
if(CONFIG_EAP_TTLS OR CONFIG_EAP_MSCHAPV2)
|
||||
if(CONFIG_EAP_TTLS OR CONFIG_EAP_MSCHAPV2 OR CONFIG_EAP_MD5)
|
||||
zephyr_library_sources(${HOSTAP_SRC_BASE}/eap_common/chap.c)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue