diff --git a/components/wpa_supplicant/CMakeLists.txt b/components/wpa_supplicant/CMakeLists.txt index c49af5f9fb..aab47ba896 100644 --- a/components/wpa_supplicant/CMakeLists.txt +++ b/components/wpa_supplicant/CMakeLists.txt @@ -114,3 +114,5 @@ target_compile_definitions(${COMPONENT_LIB} PRIVATE CONFIG_WPA3_SAE CONFIG_SHA256 ) + +set_property(TARGET ${COMPONENT_LIB} APPEND PROPERTY LINK_INTERFACE_MULTIPLICITY 3)