Skip to content

Commit e72b073

Browse files
muahmed-silabskartben
authored andcommitted
drivers: wifi: siwx91x: Add missing 11ax flags
Added flags needed for 11ax and TWT to be enabled Signed-off-by: Muzaffar Ahmed <[email protected]>
1 parent a4b9e71 commit e72b073

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/hal_silabs/wiseconnect/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ if(CONFIG_WIFI_SILABS_SIWX91X)
8787
${WISECONNECT_DIR}/components/service/network_manager/src/sl_net_basic_profiles.c
8888
${WISECONNECT_DIR}/components/service/network_manager/src/sl_net_credentials.c
8989
)
90+
zephyr_compile_definitions(
91+
SLI_SI91X_CONFIG_WIFI6_PARAMS
92+
SLI_SI91X_ENABLE_TWT_FEATURE
93+
)
9094
zephyr_compile_definitions_ifdef(CONFIG_NET_IPV6
9195
SLI_SI91X_ENABLE_IPV6
9296
)

0 commit comments

Comments
 (0)