We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b9e71 commit e72b073Copy full SHA for e72b073
modules/hal_silabs/wiseconnect/CMakeLists.txt
@@ -87,6 +87,10 @@ if(CONFIG_WIFI_SILABS_SIWX91X)
87
${WISECONNECT_DIR}/components/service/network_manager/src/sl_net_basic_profiles.c
88
${WISECONNECT_DIR}/components/service/network_manager/src/sl_net_credentials.c
89
)
90
+ zephyr_compile_definitions(
91
+ SLI_SI91X_CONFIG_WIFI6_PARAMS
92
+ SLI_SI91X_ENABLE_TWT_FEATURE
93
+ )
94
zephyr_compile_definitions_ifdef(CONFIG_NET_IPV6
95
SLI_SI91X_ENABLE_IPV6
96
0 commit comments