Skip to content

Commit 633d4ad

Browse files
rado17krish2718
authored andcommitted
[nrf fromlist] modules: hostap: Add config options for EAP types
Enabling all EAP types for enterprise mode increases memory usage in both ROM and RAM. Provide config options for each type to let solutions choose the methods based on their requirements. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent f7b1863 commit 633d4ad

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -476,17 +476,6 @@ zephyr_library_compile_definitions_ifdef(CONFIG_EAP_FAST
476476
EAP_FAST
477477
)
478478

479-
# Needs TLS1.3 and SESSION_TICKETS
480-
zephyr_library_sources_ifdef(CONFIG_EAP_FAST
481-
${HOSTAP_SRC_BASE}/eap_peer/eap_fast.c
482-
${HOSTAP_SRC_BASE}/eap_peer/eap_fast_pac.c
483-
${HOSTAP_SRC_BASE}/eap_common/eap_fast_common.c
484-
)
485-
486-
zephyr_library_compile_definitions_ifdef(CONFIG_EAP_FAST
487-
EAP_FAST
488-
)
489-
490479
zephyr_library_compile_definitions_ifndef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
491480
CONFIG_NO_CONFIG_BLOBS
492481
)

0 commit comments

Comments
 (0)