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 ee1e4a6 commit 1344185Copy full SHA for 1344185
drivers/wifi/nrfwifi/CMakeLists.txt
@@ -301,6 +301,14 @@ zephyr_compile_definitions_ifdef(CONFIG_NRF_WIFI_FEAT_KEEPALIVE
301
-DNRF_WIFI_KEEPALIVE_PERIOD_S=${CONFIG_NRF_WIFI_KEEPALIVE_PERIOD_S}
302
)
303
304
+zephyr_compile_definitions_ifdef(CONFIG_NRF70_OFFLOADED_RAW_TX
305
+ -DNRF_NRF70_OFFLOADED_RAW_TX
306
+)
307
+
308
+zephyr_compile_definitions_ifdef(CONFIG_NRF70_PASSIVE_SCAN_ONLY
309
+ -DNRF70_PASSIVE_SCAN_ONLY
310
311
312
zephyr_compile_definitions(
313
-DNRF70_RX_NUM_BUFS=${CONFIG_NRF70_RX_NUM_BUFS}
314
-DNRF70_MAX_TX_TOKENS=${CONFIG_NRF70_MAX_TX_TOKENS}
0 commit comments