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 825eb87 commit 5fafb4fCopy full SHA for 5fafb4f
drivers/wifi/nrfwifi/CMakeLists.txt
@@ -309,6 +309,10 @@ zephyr_compile_definitions_ifdef(CONFIG_NRF70_PASSIVE_SCAN_ONLY
309
-DNRF70_PASSIVE_SCAN_ONLY
310
)
311
312
+zephyr_compile_definitions_ifdef(CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS
313
+ -DWIFI_MGMT_RAW_SCAN_RESULTS
314
+)
315
+
316
zephyr_compile_definitions(
317
-DNRF70_RX_NUM_BUFS=${CONFIG_NRF70_RX_NUM_BUFS}
318
-DNRF70_MAX_TX_TOKENS=${CONFIG_NRF70_MAX_TX_TOKENS}
0 commit comments