drivers: wifi: siwx91x: Add missing 11ax flags
Added flags needed for 11ax and TWT to be enabled Signed-off-by: Muzaffar Ahmed <muzaffar.ahmed@silabs.com>
This commit is contained in:
parent
a4b9e71ab2
commit
e72b0735b1
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ if(CONFIG_WIFI_SILABS_SIWX91X)
|
||||||
${WISECONNECT_DIR}/components/service/network_manager/src/sl_net_basic_profiles.c
|
${WISECONNECT_DIR}/components/service/network_manager/src/sl_net_basic_profiles.c
|
||||||
${WISECONNECT_DIR}/components/service/network_manager/src/sl_net_credentials.c
|
${WISECONNECT_DIR}/components/service/network_manager/src/sl_net_credentials.c
|
||||||
)
|
)
|
||||||
|
zephyr_compile_definitions(
|
||||||
|
SLI_SI91X_CONFIG_WIFI6_PARAMS
|
||||||
|
SLI_SI91X_ENABLE_TWT_FEATURE
|
||||||
|
)
|
||||||
zephyr_compile_definitions_ifdef(CONFIG_NET_IPV6
|
zephyr_compile_definitions_ifdef(CONFIG_NET_IPV6
|
||||||
SLI_SI91X_ENABLE_IPV6
|
SLI_SI91X_ENABLE_IPV6
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue