Skip to content

Commit 9fc53f8

Browse files
committed
[nrf noup] modules: hostap: Fix duplicate define warning
Build throw macro redefined error as it's already defined by the nRF security module. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 30b48ed commit 9fc53f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,4 @@ if(CONFIG_SAE_PWE_EARLY_EXIT)
640640
"please use it carefully and do not use it production.")
641641
endif()
642642

643-
zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT
644-
MBEDTLS_NIST_KW_C
645-
)
646-
647643
endif()

0 commit comments

Comments
 (0)