Skip to content

Commit 3b95b6a

Browse files
kapbhkrish2718
authored andcommitted
drivers: wifi: Fix offloaded raw TX feature flags
Pass passive scan and offloaded raw tx feature flags to OSAL. Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit 62e06a5)
1 parent 91af78b commit 3b95b6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/wifi/nrfwifi/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,14 @@ zephyr_compile_definitions_ifdef(CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS
305305
-DWIFI_MGMT_RAW_SCAN_RESULTS=${CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS}
306306
)
307307

308+
zephyr_compile_definitions_ifdef(CONFIG_NRF70_OFFLOADED_RAW_TX
309+
-DNRF_NRF70_OFFLOADED_RAW_TX
310+
)
311+
312+
zephyr_compile_definitions_ifdef(CONFIG_NRF70_PASSIVE_SCAN_ONLY
313+
-DNRF70_PASSIVE_SCAN_ONLY
314+
)
315+
308316
zephyr_compile_definitions(
309317
-DNRF70_RX_NUM_BUFS=${CONFIG_NRF70_RX_NUM_BUFS}
310318
-DNRF70_MAX_TX_TOKENS=${CONFIG_NRF70_MAX_TX_TOKENS}

0 commit comments

Comments
 (0)