Skip to content

Commit

Permalink
[nrf noup] modules: hostap: Fix duplicate define warning
Browse files Browse the repository at this point in the history
Build throw macro redefined error as it's already defined by the nRF
security module.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and rlubos committed Oct 25, 2024
1 parent c877fde commit 2635f7e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/hostap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,4 @@ if(CONFIG_SAE_PWE_EARLY_EXIT)
"please use it carefully and do not use it production.")
endif()

zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT
MBEDTLS_NIST_KW_C
)

endif()

0 comments on commit 2635f7e

Please sign in to comment.